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

rbking has asked for the wisdom of the Perl Monks concerning the following question:

Hi All I am using SOAP::Lite to be a server backend to achieve my SOAP simulator. I need to simulate below response. how I can add the <soapenv:Header /> in my response? Also, how I can remove the xmlns field in soap:Body? - rbk