Re: Named return element

2004-09-03 Thread Scott Nichol
When using the RPC API (as opposed to the messaging API), the name of the return value is hard-coded. The following is from RPCConstants.java: public static String ELEM_RETURN = "return"; The following is from RPCProvider.java: pret= new Parameter(RPCConstants.ELEM_RETURN , ret

Named return element

2004-09-03 Thread Martin Vossler
How do I get apache soap to name the return element something other than return? I would prefer it used the name of the return variable.