How can use an "offline" xml file as the result, instead of the returned webservice answer? So that I can do tests without querying the webservice each time?
Comment on Re^2: SOAP::Lite - READING Multiple namespaces
Check out the t directory of the installation for numerous examples ... during testing they need to use chunks of XML, so you can use the same methods they do.