in reply to XML Parsing issue with SOAP::Lite (xml declaration)

SOAP::Lite supports WSSE?

You might be interested in WSSE with XML::Compile::SOAP::WSS and Perl - Stack Overflow / https://metacpan.org/pod/XML::Compile::SOAP::WSS

  • Comment on Re: XML Parsing issue with SOAP::Lite (xml declaration)

Replies are listed 'Best First'.
Re^2: XML Parsing issue with SOAP::Lite (xml declaration)
by erwanhumez (Novice) on Mar 10, 2017 at 11:21 UTC
    Hi, not sure whether SOAP::Lite supports WSS or not but i understood it only provides envelope framework to work with so i just passed the required wsse tags using SOAP::Data & Headers as soap headers so i get the properly formatted soap request.
    I guess this should work as well but will look at the threads you mentioned.