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

Perl SOAP client

by pysome (Scribe)
on Mar 24, 2009 at 09:56 UTC ( [id://752826]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $soap = SOAP::Lite
    ->uri('http://tempuri.org')
    ...
    ->proxy('http://xxx/a.asmx');
    
    my $result = $soap->getID();   #It works
    
  2. or download this
    #
    my $str = <<"XML";
    ...
    </node>
    XML
    my $result = $soap->getNum($str); #It doesn't work --update
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2024-04-19 20:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found