Re: Named return element
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
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.