Hi All, in axis, is there a way to confugure the wsdl generator such that the wsdl generated doesnt have the extension rather the wsdl generator just figures out the fields from the parent class and puts it as part of the derived object?
I am having issues with interoperating this with nusoap(php), apparently it doesnt know how to see the parent class fields. Has anyone every run into this issue? Please help!. <complexType name="TaxesBean"> <complexContent> <extension base="tns1:ResultBean"> <sequence> <element name="hotelId" type="xsd:int" /> <element name="numTaxes" type="xsd:int" /> <element name="taxes" nillable="true" type="impl:ArrayOf_tns1_TaxBean" /> </sequence> </extension> </complexContent> </complexType> Thanks, Samir WorldRes Inc.
