in reply to SOAP::Lite - READING Multiple namespaces

@resultat = $soapAnswer->valueof('//ProcessSetupResponse/ProcessSetupR +esult/a:AuthenticatedWith');
Runnable example

Replies are listed 'Best First'.
Re^2: SOAP::Lite - READING Multiple namespaces
by DreamT (Pilgrim) on Mar 19, 2009 at 11:46 UTC
    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?
      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
Re^2: SOAP::Lite - READING Multiple namespaces
by DreamT (Pilgrim) on Mar 19, 2009 at 11:53 UTC
    Hi again,
    Unfortunately that didn't work, gives me an empty value.