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

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.
  • Comment on Re^3: Problem with SOAP call using SOAP::Lite and wsdl

Replies are listed 'Best First'.
Re^4: Problem with SOAP call using SOAP::Lite and wsdl
by Anonymous Monk on Jan 22, 2018 at 11:29 UTC
    Thank you, I will look into that.