outputImpl serializes the RPCParam
MessageContext msgContext = context.getMessageContext();
// Get the RPCParam and serialize it
RPCParam rpcParam = (RPCParam) getObjectValue();
if (encodingStyle != null && encodingStyle.equals("")) {
context.registerPrefixForURI("", rpcParam.getQName().getNamespaceURI());
}
rpcParam.serialize(context);