in reply to How to set an "xmlns" attribute for a method while calling it using a wsdl file which is stored locally?

You might have to just generate a request manually instead of using the SOAP::Data module to do it. SOAP::Lite is great at handling responses and requests. It is not as flexible for generating XML documents for specific services.
  • Comment on Re: How to set an "xmlns" attribute for a method while calling it using a wsdl file which is stored locally?