When trying to consume a Web Service on my website from a Pocket PC
device, the Pocket PC app throws this error (I replaced my website
name, for security, in this newsgroup message):
"An unhandled exception of type
'System.Web.Ser vices.Protocols .SoapException' occurred in
System.Web.Serv ices.dll"
"Additional information: System.Web.Serv ices.Protocols. SoapException:
Server did not recognize the value of HTTP Header SOAPAction:
http://MYWEBSITENAME.com/ESIDATA/ESIDATA/GetAccounts.
at System.Web.Serv ices.Protocols. Soap11ServerPro tocolHelper.Rou teRequest()
at System.Web.Serv ices.Protocols. SoapServerProto col.Initialize( )
at System.Web.Serv ices.Protocols. ServerProtocolF actory.Create(T ype
type, HttpContext context, HttpRequest request, HttpResponse response,
Boolean& abortProcessing )"
Can anyone tell me what is happening?
device, the Pocket PC app throws this error (I replaced my website
name, for security, in this newsgroup message):
"An unhandled exception of type
'System.Web.Ser vices.Protocols .SoapException' occurred in
System.Web.Serv ices.dll"
"Additional information: System.Web.Serv ices.Protocols. SoapException:
Server did not recognize the value of HTTP Header SOAPAction:
http://MYWEBSITENAME.com/ESIDATA/ESIDATA/GetAccounts.
at System.Web.Serv ices.Protocols. Soap11ServerPro tocolHelper.Rou teRequest()
at System.Web.Serv ices.Protocols. SoapServerProto col.Initialize( )
at System.Web.Serv ices.Protocols. ServerProtocolF actory.Create(T ype
type, HttpContext context, HttpRequest request, HttpResponse response,
Boolean& abortProcessing )"
Can anyone tell me what is happening?
Comment