synCtx.setConfiguration(testConfig);
synCtx.setEnvironment(new Axis2SynapseEnvironment(
new ConfigurationContext(new AxisConfiguration()), testConfig));
SOAPEnvelope envelope = OMAbstractFactory.getSOAP11Factory().getDefaultEnvelope();
OMDocument omDoc = OMAbstractFactory.getSOAP11Factory().createOMDocument();
omDoc.addChild(envelope);
XMLStreamReader parser = XMLInputFactory.newInstance().
createXMLStreamReader(new StringReader(bodyText));
StAXOMBuilder builder = new StAXOMBuilder(parser);