[Xml-compile] Ports of type soap1.2 not supported (not loaded?)
Morad IGMIR
migmir at alliancemca.com
Thu Apr 1 12:51:18 GMT 2010
>Does your WSDL have both a SOAP 1.1 as a SOAP 1.2 definition?
>The error says that you have to add
>
> use XML::Compile::SOAP12;
>
>to the top of your script. However, it will probably not work, because
>the soap12 components of XML::Compile are currently only a place-holder.
Yes, the WSDL has both SOAP 1.1 and SOAP 1.2 definitions.
I tried installing XML::Compile::SOAP12 and adding
use XML::Compile::SOAP12;
to my model but ended up with the same error message :(
Is there a way to tell XML::Compile::WSDL11 to just ignore the SOAP 1.2 definition ?
More information about the Xml-compile
mailing list