Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^2: SOAP::Lite remote objects

by tjking (Novice)
on Jun 27, 2012 at 18:40 UTC ( [id://978745]=note: print w/replies, xml ) Need Help??


in reply to Re: SOAP::Lite remote objects
in thread SOAP::Lite remote objects

Yes, it's instantiating a TestWrapper object, or it wouldn't be giving the client output that I'm already getting. Renaming the constructor results in "Can't locate object method "put" via package "SOAP::SOM" at client.pl line 10.". Using $soap->call('new') instead of $soap->new() makes no difference either way.

The problem is, the SOAP::Lite documentation and examples that are out there are severely out of date, and many do not work at all with the current version. The only example I could find for remote instantiation was this one, which does work. However, only the constructor takes a user-defined argument, the subsequent method call is static, and only takes the object returned by call(). Unfortunately, I can't seem to figure out how to get this to work with regular methods that take additional arguments (other than the object itself).

Thanks for the input!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-03-29 12:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found