users@jax-rpc.java.net

Influence naming of parts

From: Edwin van Gruijthuijsen <egruijthuijsen_at_CUBIC-INTERNATIONAL.COM>
Date: Fri, 28 Jun 2002 00:01:40 +0200

Is it possible to influence the name that xrpcc assigns to message parts? I get now something like

<message name="postData">
  <part name="String_1" type="xsd:string">
</message>

but I would like to have

<message name="postData">
  <part name="tcXML" type="xsd:string">
</message>

This is because I am making a SOAP server that should be used from a SOAP client which already works with an existing SOAP server. The programmer from the SOAP client would like to keep his code as it is, and only switch the WSDL url in order to switch between the two SOAP servers. The existing SOAP server is made with some Microsoft tool. Is it realistic at all, expecting to be able to switch between a Microsoft SOAP server and a JAXRPC SOAP server with the same client?

Regards,
Edwin