SOAP-WSDL - Deserializer problem when there is type extension in wsdl definition

Posted on Fri Jun 27 05:38:44 2008 by blogzen
Deserializer problem when there is type extension in wsdl definition
HI, I have a wsdl definition which includes type extension in schema:
<complexType name="NewType"> <complexContent> <extension base="OldType"> ... </complexType>
After calling wsdl2perl, type class for NewType is created correctly, but typemap doesn't have NewType and deserializer failed to create object tree during response handling. So is type extension supported in current SOAP::WSDL, particularly for deserializer? Thanks,
Write a response