in reply to Re: SOAP::WSDL Module
in thread SOAP::WSDL Module

So you believe its a bug in perl?

Replies are listed 'Best First'.
Re^3: SOAP::WSDL Module
by Anonymous Monk on Apr 01, 2010 at 19:55 UTC
    So you believe its a bug in perl?

    No, that would be absurd.

    Your Java-ish error message basically says your SOAP::WSDL program generated something the server couldn't understand.

    You need to turn tracing on, so you can see exactly what your program sends to the server (real XML).

    Then you need to compare the XML sent to see how it differs from what the server expects, so you can figure out what SOAP::WSDL isn't translating (that pdf summary of the WSDL won't help ).