AsyncResponseHandler abHandler = new AsyncResponseHandler( 1 ); // 1 async call
WSIFMessage inMsg = op.createInputMessage();
inMsg.setObjectPart( "name", name );
WSIFMessage outmsg = op.createOutputMessage();
WSIFMessage faultMsg = op.createFaultMessage();
WSIFMessage context = op.getContext();
context.setObjectPart( WSIFConstants.CONTEXT_JMS_PREFIX + "JMSReplyTo",
TestUtilities.getWsifProperty("wsif.async.replytoq") );