Click here to Skip to main content
15,893,161 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am getting exception while calling a service

CSS
Microsoft.Web.Services3.SoapFormatException: WSE005: The input was not a valid SOAP message because it has either
the wrong name or the wrong namespace. The name specified was: definitions. The namespace
it was defined under was: http://schemas.xmlsoap.org/wsdl/.


How to handle this exception even ia m using
Microsoft.Web.Services3.dll
Posted
Comments
ZurdoDev 24-Sep-14 9:10am    
You need to do what the error says. Fix the code that is wrong.
Sudheer Kumar Tiwari 24-Sep-14 10:23am    
Exception is
WSE005: The input was not a valid SOAP message because it has either
the wrong name or the wrong namespace. The name specified was: definitions. The namespace
it was defined under was: http://schemas.xmlsoap.org/wsdl/.\

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