StAXOMBuilder builder = new StAXOMBuilder(parser);
OMElement omElement = builder.getDocumentElement();
EndpointReference axis2EPR =
EndpointReferenceHelper.fromOM(omElement);
W3CEndpointReference jaxwsEPR =
(W3CEndpointReference) EndpointReferenceUtils.convertFromAxis2(axis2EPR, Final.WSA_NAMESPACE);
assertXMLEqual(EPR200508, jaxwsEPR.toString());
EndpointReference axis2Result =
EndpointReferenceUtils.createAxis2EndpointReference("");
String addressingNamespace = EndpointReferenceUtils.convertToAxis2(axis2Result, jaxwsEPR);
OMElement eprElement =