I'm trying to use org.apache.axis.client.Call to invoke a doc/lit service, and I would like it to send the xsi:type attributes of the parameters (I'm using WRAPPED style). Using TCPMonitor, I notice that Axis doesn't send the xsi:type attributes. So, I dug into the org.apache.axis.client.Call code a little and noticed that this is by design. The Call code turns off xsi:type attributes in the serialization context when the service is doc/lit. Is this a requirement of the WSDL specification or just the Axis default behavior?
Thanks, Mark
