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.
(0)
]
