in reply to SOAP Fault: No deserializer defined for array type
Any chance you can show us the envelope that you client is sending - you can get this by changing your:
touse SOAP::Lite;
You might also want to set readable(1) on your SOAP::Lite object.use SOAP::Lite +trace => 'debug';
/J\
|
|---|