Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Question about inherited classes

0 views
Skip to first unread message

Engr

unread,
May 7, 2010, 9:41:17 PM5/7/10
to
A WSDL has a base complex type say 'automobile' and then there is a derived
complex type 'truck' which extends 'automobile' and adds a few additional
members.

There is an operation 'setTruckInfo'. In the request complex type for this
operations' input, the WSDL uses 'automobile' type, not 'truck'. When we
load the WSDL in tools such as SOAP UI, and try to send a request, we see
all the members of 'automobile' but not the extended members of 'truck'.

I am wondering if the WSDL is in error. Or is this a common practice. But if
that is the case, how does one send 'truck' object while the input (request)
complex type has 'automobile.

E


0 new messages