in reply to SOAP and .NET Web Services

Would it be possible for you to send the output you get with

use SOAP::Lite +trace => 'all';
on - as well as the WSDL that is generated by the web service (you can get this from a .NET web service by going to the URL of the proxy with a ?WSDL appended).

/J\

Replies are listed 'Best First'.
Re^2: SOAP and .NET Web Services
by Akira71 (Scribe) on May 12, 2005 at 13:08 UTC
    Thank you! That acutally helps do the trick. I do have a list of the WSDL as well as the API documentation and I am calling it correctly, but the SOAP trace shows me this:
    SOAP::Transport::HTTP::Client::send_receive: HTTP/1.1 405 (Method Not +Allowed) Method not allowed
    The information there gives me a lot to go on in the full trace.
    Also sorry for the late reply to your message.

    Akira