http://www.perlmonks.org?node_id=979285


in reply to Re: Soap::Lite Authentication
in thread Soap::Lite Authentication

Hi, If i want to pass both Header and body to an webservice how do i do that.

Replies are listed 'Best First'.
Re^3: Soap::Lite Authentication
by Anonymous Monk on Jul 01, 2012 at 06:13 UTC

    Odd question since that is what all the SOAP:: modules are there to do, pass both header and body ... a proper SOAP request, so you don't have to reinvent any wheels. Use SOAP::Simple or its daddy XML::Compile