Re: Newbie Doubts on Custom Types

2005-02-13 Thread Bill Keese
Inheritance can be specfied in schemas. http://example.org " xmlns:tns="http://example.org";> ... babloosony wrote: Hi All, I have few doubts on custom types transferring b

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