Re: WSDL and XML type extension

2006-11-22 Thread Srinath Perera
I do not think you can do this directly, one trick is to define a any content for the type, so you can put your additional data there. However web services usally check the type of parameter and I do not think it will accept a sub type. In my opinion Web services are not an effort to implement d

WSDL and XML type extension

2006-10-31 Thread Muzaffer Ozakca
Hello all, I'm new to this list and to WSDL, web services, axis, xsd, xml, soap, etc. I'm a total newbie. I'm trying to do a few things over web services that are usually taken for granted by OO programmers. I have a class hierarchy, say: O (abstract base) O1, O2, O3 (extends O) I define a w