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