Click here to Skip to main content
15,897,181 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Sir,
I am using below code to call the web service:
C#
ApplicationItemEx[] items = proxy.GetApplicationsByCredentialsEx(credentials, Request.UserHostName, Request.UserHostAddress, new string[] { "icon", "icon-info" }, new string[] { "all" }, new string[] { "all" });


But the above declaration i use to call the webservice gives me an error shown below:
Error:
System.Web.Services.Protocols.SoapException: Server did not recognize the value of HTTP Header SOAPAction:


Please let me know is there any another way to call the web service? Why I am getting this error?

-Basheer
Posted
Updated 1-Jun-10 10:48am
v2

1 solution

Can you give more information? Is the webservice exposing a SOAP interface?

Are you using a WSE3 client?
 
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