[Xml-compile] consultation xml::compile::wsdl
Lor Knut
lknuttzen at hotmail.com
Mon Dec 22 13:45:35 GMT 2014
Good day excuse my language, I speak Spanish.
The following code works correctly in 2011 with XML :: Compile :: WSDL11 year 2011 too.
Now with the new version (XML :: Compile :: WSDL11 3.03) does not work. Response is undef.
that's what I should change??
use XML::Compile::WSDL11;
use XML::Compile::SOAP11;
use XML::Compile::Transport::SOAPHTTP;
use XML::LibXML;
my $wsdl = XML::Compile::WSDL11->new($file_wsdl);
my $loginCms = $wsdl->compileClient ( 'loginCms' );
my ($response)= $loginCms->(parameters => {in0=>$CMS});
print Dumper [$response]; $response = undef
Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scsys.co.uk/pipermail/xml-compile/attachments/20141222/7b2b30d8/attachment.htm>
More information about the Xml-compile
mailing list