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!
_______________________________________________
Xml-compile mailing list
[email protected]
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/xml-compile