in reply to SOAP::WSDL Module

http://search.cpan.org/~mkutter/SOAP-WSDL-2.00.10/lib/SOAP/WSDL.pm#Debugging_/_Tracing

Replies are listed 'Best First'.
Re^2: SOAP::WSDL Module
by jhyland87 (Sexton) on Apr 01, 2010 at 18:11 UTC
    So you believe its a bug in perl?
      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 ).