SOAP-WSDL - Fault details

Posted on Fri Sep 12 16:56:12 2008 by johngrr
Fault details

I'm trying to populate details field of Fault11.pm, but I get:

cannot use "class" references as value for detail - SOAP::WSDL::XSD::Typelib::Builtin::anyType required

"class" is a subclass of anyType.

anyType objects can't be constructed:

Can't locate class method "new" via package "SOAP::WSDL::XSD::Typelib::Builtin::anyType"

Is there something I'm missing? I've hacked around the issue by patching ComplexType.pm to check for arg isa anyType, instead of ref(arg) = anyType.

Write a response