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 regardsIn reply to Re: SOAP::Lite remote objects
by McA
in thread SOAP::Lite remote objects
by tjking
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |