in reply to Re: SOAP::Lite - READING Multiple namespaces
in thread SOAP::Lite - READING Multiple namespaces

Thank you!
Do you know about my other question?

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

Replies are listed 'Best First'.
Re^3: SOAP::Lite - READING Multiple namespaces
by roboticus (Chancellor) on Mar 19, 2009 at 13:49 UTC
    DreamT:

    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.

    ...roboticus