Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,

I have created a web service and a client web application. In my machine where I created these two, they are working fine. I am able to access the web service and get response to client app.

But when I deployed my client application to other machine(intranet) with IIS 6, following error is coming..

System.Web.Services.Protocols.SoapException: Server did not recognize the value of HTTP Header SOAPAction: http://10.235.1.187/IssueList/Service1/Status.

status is my function in web service..

Any help plz..

thanks..
Posted

1 solution

I have changed the SOAP action header in the reference.vb and its working fine.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900