protected void setUp() throws Exception {
AxisService service = new AxisService(serviceName.getLocalPart());
configConetxt.getAxisConfiguration().addService(service);
configConetxt.getAxisConfiguration().addMessageReceiver(
"http://www.w3.org/2004/08/wsdl/in-only", new RawXMLINOnlyMessageReceiver());
configConetxt.getAxisConfiguration().addMessageReceiver(
"http://www.w3.org/2004/08/wsdl/in-out", new RawXMLINOutMessageReceiver());
DispatchPhase dispatchPhase = new DispatchPhase();