Server did not recognize the value of HTTP Header SOAPAction: http://
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hello every one, I have a problem in my web service.
Case: I
web service was host on "ABC Server" and this web service have [WebService(Namespace = http://abc.com/)]
Case: II
now i have changed and host the web service on "XYZ Server" and still this web service have [WebService(Namespace = http://abc.com/)] old server host name space. then i am getting an error --> "Server did not recognize the value of HTTP Header SOAPAction: http://abc.com" does i have to change Namespace to [WebService(Namespace = http://xyz.com/)]
**Error : Server did not recognize the value of HTTP Header SOAPAction: http://abc.com**
Please advice me.
Pavan Pareta