Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Is this SOAP Envelope valid?

From: circuit_breaker@------.---
To: NULL
Date: 5/2/2005 6:28:00 AM
Hi,

I have a .NET WebService that accepts 3 parameters.  Using the same
request below but with only 2 parameters, it works, but not with one,
three and so on...

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<SayHello xmlns="http://tempuri.org/">
<one>Linux Rulez!!!!!!!</one>
<two>Structure 2</two>
<three>Structure 3</three>
</SayHello>
</soap:Body>
</soap:Envelope>

Here's the answer I'm getting back from IIS when I try to send
something else than 2 parameters.  And yes, I did recompile the thing
on the .NET :)

inputline: Server: Microsoft-IIS/5.0
inputline: X-Powered-By: ASP.NET
inputline: HTTP/1.1 500 Internal Server Error.
inputline: Date: Mon, 02 May 2005 13:13:52 GMT
inputline: Connection: close
inputline: Cache-Control: private
inputline: Content-Length: 533
inputline: <?xml version="1.0" encoding="utf-8"?>
inputline:   <soap:Body>
inputline:       <faultcode>soap:Client</faultcode>
inputline:       <detail />
inputline:   </soap:Body>
inputline: null


Your help would be very much appreciated.  Thanks.



transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent