Hi,
SOAP::WSDL can only parse responses it knows the structure of. There's a non-standard element inside the details tag: det:detailmessage.
You can either add it to yout typemap or enable "lax" processing, so that unknown elements are ignored.
MArtin