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

Re^2: Can't access class methods via SOAP

by DamnDirtyApe (Curate)
on Aug 05, 2004 at 16:06 UTC ( [id://380308]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # you should specify uri()
    my $soap = SOAP::Lite
    ...
    # as if you call $obj->method() and method() updates $obj
    # Update of modified object MAY not work if server on another side 
    # is not SOAP::Lite
    
  2. or download this
    #! /usr/bin/perl -w
    use strict;
    ...
    print $soap->call( formal => $greeter )->result;
    
    __END__
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-04-25 21:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found