in reply to Re: Syntax used by SOAP::Lite
in thread Syntax used by SOAP::Lite
I found the answer in an old mailing list archive. To avoid variables being genericaly labelled as c-gensym#, you have to pass them through a SOAP::Data object, for example:
my $req = $soap->getPhone( SOAP::Data->name(phoneName => 'SEP000000000000') )
I hope this helps anyone else that may be having the same problem.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Syntax used by SOAP::Lite
by jhourcle (Prior) on Jun 04, 2005 at 02:20 UTC |