Hi,
I'm developing a .NET application using .NET 3.5
My application is using a JAVA
WebService (wsdl url)
When I run the application I want to consume the web service (wsdl file) written in XML.
The issue is that, i either keep getting the Operation Time out Error or the following exception while debugging
--------------------------------------------------------
Possible SOAP version mismatch: Envelope namespace
http://schemas.xmlsoap .org/wsdl/ was unexpected.
Expecting
http://schemas.xml/org/soap/envelope/.
--------------------------------------------------------
--------------------------------------------------------
Possible SOAP version mismatch: Envelope namespace
http://www.w3.org/2001/12/soap-envelope was unexpected. Expecting
http://schemas.xmlsoap .org/soap/envelope/
--------------------------------------------------------
I request you to kind help in resolving this problem
Regards
Anni V
I'm developing a .NET application using .NET 3.5
My application is using a JAVA
WebService (wsdl url)
When I run the application I want to consume the web service (wsdl file) written in XML.
The issue is that, i either keep getting the Operation Time out Error or the following exception while debugging
--------------------------------------------------------
Possible SOAP version mismatch: Envelope namespace
http://schemas.xmlsoap .org/wsdl/ was unexpected.
Expecting
http://schemas.xml/org/soap/envelope/.
--------------------------------------------------------
--------------------------------------------------------
Possible SOAP version mismatch: Envelope namespace
http://www.w3.org/2001/12/soap-envelope was unexpected. Expecting
http://schemas.xmlsoap .org/soap/envelope/
--------------------------------------------------------
I request you to kind help in resolving this problem
Regards
Anni V
Comment