in reply to SOAP::Lite remote objects
I can't run the code on my side. So what I'm saying is a guess looking at your code and at the documentation.
Are you sure that the code snippet my $t1 = $soap->new(); does a remote call to 'new' to instantiate an object on the remote site? I guess not. I assume that 'new' is called on SOAP::Lite.
Is my $t1 = $soap->call('new'); the solution?
Probaby you make a cross check calling your object creation method in TestWrapper not 'new' but e.g. 'mynew'.
Best regards
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: SOAP::Lite remote objects
by tjking (Novice) on Jun 27, 2012 at 18:40 UTC |