Closed GoogleCodeExporter closed 9 years ago
This problem is known (at least to me :) ) in that wsdl2objc hard-codes the
type based on the LATEST available
SOAP version.
Here's the way it works:
- If there's only SOAP 1.1, it uses 1.1 and applies text/xml
- If there's only SOAP 1.2, it uses 1.2 and applies application/soap+xml
- If both SOAP 1.1 and 1.2 exist, it uses 1.2 and applies application/soap+xml
So in your situation, just use the 1.2 bindings (Soap12Binding) and disregard
the 1.1 bindings and methods.
Original comment by hasse...@gmail.com
on 13 May 2010 at 7:05
This issue was closed by revision r177.
Original comment by hasse...@gmail.com
on 9 Sep 2010 at 1:00
Should be fixed by Stephane's patch, which I added in revision 177.
Please verify.
Original comment by hasse...@gmail.com
on 9 Sep 2010 at 1:00
Original issue reported on code.google.com by
guillaum...@gmail.com
on 12 May 2010 at 11:43