Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Re: Re: SOAP Headers, WSDL and SOAP::Lite

by jpeyser (Initiate)
on Mar 17, 2004 at 04:21 UTC ( [id://337220]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
            foreach ($_->operation) { 
              my $opername = $_->name;
    ...
    .          }
    .      }
    
  2. or download this
      join("\n", 
        "package $package;\n",
    ...
        UNIVERSAL::isa($som => 'SOAP::SOM') ? wantarray ? $som->paramsall 
    +:
    $som->result : $som;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (7)
As of 2024-03-29 15:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found