CUAHSI / HydroCatalog

3 stars 0 forks source link

Test Web Service doesn't work with WaterOneFlow 1.1 #24

Open xhqiao89 opened 7 years ago

xhqiao89 commented 7 years ago

jirikadlec2[CodePlex]
I tried running the Test Web Service button in my service details admin panel on HydroCatalog. My services (CZSNW and HCLIMATE) are WaterOneFlow 1.1. HydroDesktop and HydroExcel can access the services without any issues. But when I click the Test Web Service button and click Get Sites, the following error message occurs:

System.Web.Services.Protocols.SoapException: Server did not recognize the value of HTTP Header SOAPAction: http://www.cuahsi.org/his/1.0/ws/GetSites.

at System.Web.Services.Protocols.Soap11ServerProtocolHelper.RouteRequest() at System.Web.Services.Protocols.SoapServerProtocol.Initialize() at System.Web.Services.Protocols.ServerProtocol.SetContext(Type type, HttpContext context, HttpRequest request, HttpResponse response)

at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type, HttpContext context, HttpRequest request, HttpResponse response, Booleanamp abortProcessing)