in reply to Who is scrambling my SOAP (Moose) object?
The server end appears to be interpreting the size call as:
DemoService->size($object, 20)
instead of:
$object->size(20)
How to fix it, I'm not sure. Most of my SOAP experience has been at the client end.
|
|---|