Hi All,

I've come across an error with XML::Compile::WSDL11.  I described the
problem in IRC and it was suggested that I do so on the mailing list.  So,
I apologize in advance to all of those who have seen this already.

Versions:
Strawberry Perl v5.16  64-bit
XML::Compile::SOAP v2.38

WSDL:  https://www.cwhitener.com/Resource.wsdl
Eample: https://gist.github.com/genio/6597241

Error message:
$wsdl->compileCalls( port=>'ResourceWSSoap', transport => $transport );
"Not a HASH reference at C:/perl/perl/site/lib/XML/Compile/WSDL11.pm line
229"

As you can see in the example, it's fairly straight forward, so I won't go
into too much detail about how to reproduce the error.  I added a line
before line 229 to display the contents of $port.

$VAR1 = {
          'soap_address' => [
                            bless( do{\(my $o = 98711680)},
'XML::LibXML::Element' )
                          ],
          'binding' => '{http://epicor.com/webservices/}ResourceWSSoap',
          'name' => 'ResourceWSSoap'
};

If there's anything else I can provide to help in figuring out the problem,
please let me know.

Thanks,
Chase
_______________________________________________
Xml-compile mailing list
[email protected]
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/xml-compile

Reply via email to