in reply to Re: Problem with SOAP call using SOAP::Lite and wsdl
in thread Problem with SOAP call using SOAP::Lite and wsdl

Thank you for the reply, this does work my side too.

Any reason the WSDL doesn't work for complex services?
  • Comment on Re^2: Problem with SOAP call using SOAP::Lite and wsdl

Replies are listed 'Best First'.
Re^3: Problem with SOAP call using SOAP::Lite and wsdl
by rahed (Scribe) on Jan 19, 2018 at 13:48 UTC
    To my mind SOAP::Lite wasnt' designed to build a soap structure directly from a wsdl file. For that there's a better module, XML::Compile::WSDL11.
      Thank you, I will look into that.