in reply to SOAP::Lite server - returning non-SOAP values in sub
Maybe I lost something in your question..sub mysub { my $result; fill the code to get $result ok if ($soap) # $soap is true if this function is called from a webser +vice { $result=SOAP::Data...($result)....; } return $result; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: SOAP::Lite server - returning non-SOAP values in sub
by DreamT (Pilgrim) on Aug 25, 2011 at 15:33 UTC | |
by Anonymous Monk on Aug 26, 2011 at 10:05 UTC |