SOAP-WSDL - Re: Question about SOAP Faults and HTTP Response

Posted on Thu Jun 12 20:59:19 2008 by mkutter in response to 8067 (See the whole thread of 4)
Re: Question about SOAP Faults and HTTP Response
Passing the Content-Length as hex as first line in the request is default for most web servers and perfectly legal in HTTP. There's an error in the fault though (which looks like a bug in SOAP::WSDL): the faultcode soap:Server is a QName, but the soap: namespace prefix is not declared.

What ruby client are you using?

Martin
Direct Responses: 8070 | Write a response