Ask a Question related to ASP.NET Web Services, Design and Development.
-
Dino Chiesa [Microsoft] #1
Re: http://www.w3.org/2001/06/soap-envelope
your service is SOAP v1.2
..NET is SOAP 1.1
The workaround is to get the service to deliver a SOAP 1.1 response.
-Dino
"RH" <anonymous@discussions.microsoft.com> wrote in message
news:6E42153E-776E-4E3E-A8E5-BCD2C8D67210@microsoft.com...1.1 is defining the SOAP-ENV namespace with the URI> A soap response from a web service system I am integrating to with .NET
[url]http://www.w3.org/2001/06/soap-envelope[/url] as shown below:xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
> <SOAP-ENV:Envelope xmlns:namesp4="http://xml.apache.org/xml-soap"
> SOAP-ENV:encodingStyle="http://www.w3.org/2001/06/soap-encoding"complains about a SOAP version mismatch. Is there any way around this?> xmlns:SOAP-ENC="http://www.w3.org/2001/06/soap-encoding"
> xmlns:SOAP-ENV="http://www.w3.org/2001/06/soap-envelope"
> xmlns:xsd="http://www.w3.org/2001/XMLSchema"></SOAP-ENV:Envelope>
>
> When I receive this response I am getting the following error that'System.Web.Services.Protocols.SoapException' occurred in>
> An unhandled exception of type
system.web.services.dll[url]http://www.w3.org/2001/06/soap-envelope/[/url] was unexpected. Expecting>
> Additional information: Possible SOAP version mismatch: Envelope namespace
[url]http://schemas.xmlsoap.org/soap/envelope/[/url].>
>
Dino Chiesa [Microsoft] Guest
-
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}MustUnderstand
¾È³çÇϼ¼¿ä? Hi Everybody MustUnderstand ¿¡·¯·Î ÀÎÇØ Because of an Error with MustUnderstand client-config.wsdd ÆÄÀϰú server-config.wsdd... -
Xml namespace in soap:envelope
I am trying to reduce the amount of data sent over some of web services, as the data is going over GPRS. Of course, reducing the length of the... -
Capture SOAP envelope
I'm calling a web service provided to me by one of my company's vendors. I used visual studio to automatically generate the SOAP request but I am... -
How to get the SOAP envelope
Hi For debugging purposes, I'm looking for a way to see the SOAP envelope I'm sending. I'm the client calling a WS. How can I do that ? What... -
How can i access the Soap envelope from within the WebMethod
I'm attaching a DimeAttachment binary to my MyServerWSE.SoapRequestContext.Attachments on the client side, however, i cannot find a way to access...



Reply With Quote

