You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Samir Shaikh <ss...@worldres.com> on 2003/12/04 00:36:00 UTC

extension in WSDL anyway to configure the wsdl generator

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.