outMsg.setName("out-message");
outMsg.setParent(dynamicOperation);
dynamicOperation.addMessage(inMsg, WSDLConstants.MESSAGE_LABEL_OUT_VALUE);
dynamicOperation.addMessage(outMsg, WSDLConstants.MESSAGE_LABEL_IN_VALUE);
AxisService axisAnonymousService = new AxisService(serviceKey);
axisAnonymousService.addOperation(dynamicOperation);
axisCfg.addService(axisAnonymousService);
axisCfg.getPhasesInfo().setOperationPhases(dynamicOperation);
return axisAnonymousService;
} catch (AxisFault e) {