|
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,
|