Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: SOAP::Lite - READING Multiple namespaces

by olus (Curate)
on Mar 19, 2009 at 13:05 UTC ( [id://751705]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    print "AuthStatus\t", $xp->getNodeText('//ProcessSetupResponse/Process
    +SetupResult/i:AuthenticatedStatus'), "\n";
    print "AuthStatus\t", $xp->getNodeText('//ProcessSetupResponse/Process
    +SetupResult/a:AuthenticatedStatus'), "\n";
    
  2. or download this
    AuthStatus    Y
    AuthStatus    N
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://751705]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (5)
As of 2024-04-24 08:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found