in reply to Connecting to WSDL

Hi sumeetgrover

what is the problem you are facing while using SOAP::Lite module?

Update:

Also look at this module XML::Compile


All is well. I learn by answering your questions...

Replies are listed 'Best First'.
Re^2: Connecting to WSDL
by sumeetgrover (Monk) on Jul 06, 2015 at 08:17 UTC
    I gather that SOAP and WSDL are two different things. When I make a request to WSDL through SOAP::Lite, there is simply no result back! Whereas when I make that same simple call through SOAP::WSDL (module with 40 bugs), I do see result back.

      I gather that SOAP and WSDL are two different things. When I make a request to WSDL through SOAP::Lite, there is simply no result back! Whereas when I make that same simple call through SOAP::WSDL (module with 40 bugs), I do see result back.

      And then what happened?

        I've used XML::Compile::WSDL11 and it's working now. However, my next question is:
        I first call the logon method. It returns a session ID. In subsequent calls, I need to set the "header" with the session ID. How do I do that? Trying to find this out.