Re: Newbie Doubts on Custom Types

2005-02-13 Thread Bill Keese
Inheritance can be specfied in schemas. wsdl:types schema targetNamespace=http://example.org xmlns:tns=http://example.org; complexType name=a sequence element name=a1 type=string/ /sequence /complexType complexType name=b complexContent

Newbie Doubts on Custom Types

2005-02-11 Thread babloosony
Hi All, I have few doubts on custom types transferring between java/.net using axis 1.2 rc2 document style web services. Say I have below structure of my classes class a { public boolean a1=true; } class b extends a { public boolean b1=false; } class c { public boolean