Open GoogleCodeExporter opened 8 years ago
Can you please try again with the 0.7pre release? Thanks.
Original comment by hasse...@gmail.com
on 18 Jul 2010 at 4:05
I tested it with 0.7 pre release and received the exact same results.
Here is the output information sent by the code. As you can see, it sends the correct method with the url in the header. However, the method is not included in the body:
OutputHeaders:
{
"Content-Length" = 456;
"Content-Type" = "text/xml; charset=utf-8";
Host = "downtownorlando.info";
Soapaction = "http://downtownorlando.info/wsdl/service.php?class=venderManager&method=getUpdate";
"User-Agent" = wsdl2objc;
}
OutputBody:
<?xml version="1.0"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:venderManager="http://schema.example.com" xsl:version="1.0">
<soap:Body>
<req xsi:type="venderManager:request">
<date>12345</date>
<name>derf</name>
</req>
</soap:Body>
</soap:Envelope>
Original comment by cliffm1...@gmail.com
on 19 Jul 2010 at 3:12
Original issue reported on code.google.com by
cliffm1...@gmail.com
on 17 Jul 2010 at 12:21