Subject: | wsdl with soap 1.2 |
I'd like to consume a web service with wsdl using soap 1.2 protocol.
I have noticed two problems:
In XML::Compile::SOAP12::Operation, line 173.
Shouldn't be soap_fault correctly soap12_fault?
In XML::Compile::SOAP12::Util, line 39.
Shouldn't read http://www.w3c.org/2003/05/ as http://www.w3.org/2003/05/ ?
I still get this error:
error: don't known how to interpret XML data
http://www.w3.org/2003/05/soap-encoding
when calling
$wsdl->compileClient
Where to chase this error?
Regards
Radek