ServiceContext serviceContext = gCtx.getServiceContext(axisService);
ctx.setServiceContext(serviceContext);
ctx.setAxisService(axisService);
OutInAxisOperation outInAxisOperation = new OutInAxisOperation(new QName("http://rampart.org", "test"));
AxisMessage msg = new AxisMessage();
outInAxisOperation.addMessage(msg,WSDLConstants.MESSAGE_LABEL_OUT_VALUE);
outInAxisOperation.addMessage(msg,WSDLConstants.MESSAGE_LABEL_IN_VALUE);
ctx.setAxisOperation(outInAxisOperation);
ctx.setAxisMessage(msg);
Options options = new Options();
options.setAction("urn:testOperation");