[Xml-compile] Ports of type soap1.2 not supported (not loaded?)

Mark Overmeer mark at overmeer.net
Thu Apr 1 12:39:48 GMT 2010


* Morad IGMIR (migmir at alliancemca.com) [100401 12:16]:
> I’m having  issues using XML::Compile::WSDL11 to communicate with a MS .NET
> type web service. 
> 
> Everything works fine so far, except that $wsdl->printIndex fails with the
> following error :
> error: ports of type http://schemas.xmlsoap.org/wsdl/soap12/ not supported
>    (not loaded?)

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.
-- 
               MarkOv

------------------------------------------------------------------------
       Mark Overmeer MSc                                MARKOV Solutions
       Mark at Overmeer.net                          solutions at overmeer.net
http://Mark.Overmeer.net                   http://solutions.overmeer.net




More information about the Xml-compile mailing list