Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^2: SOAP::Lite Client - Read response header

by sojourner9 (Initiate)
on Mar 26, 2013 at 13:36 UTC ( [id://1025523]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $VAR1 = bless( {
                     'resultCount' => '152',
    ...
                     'contextType' => 'Export_Device',
                     'internalResultCount' => '0'
                   }, 'WSContext' );
    
  2. or download this
    ## MAKE THE CALL, PRINT THE RESULTS
    my $client = SOAP::Lite ->service($WSDL);
    my $result = $client->initExportDevice($filter);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-19 01:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found