![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re: SOAP - Returning response from Server to Client request based on the <Action>by rob_au (Abbot) |
on Apr 04, 2005 at 21:15 UTC ( #444808=note: print w/replies, xml ) | Need Help?? |
I've only spent a few minutes looking through your code but you do not appear to be actually returning any value from the byName subroutine in your server Delivery package. If you return a value from this subroutine, it will be serialised and dispatched back in the response. For example:
perl -le "print unpack'N', pack'B32', '00000000000000000000001000000000'"
In Section
Seekers of Perl Wisdom
|
|