endpointReference.addNewReferenceProperties( );
org.apache.axis.message.addressing.ReferencePropertiesType axisPropType =
endpointRef.getProperties( );
SOAPElement[] anyArray = axisPropType.get_any( );
XmlBeansUtils.setEPRReferenceProperties( endpointPropType, anyArray );
ServiceNameType serviceName = endpointReference.addNewServiceName( );
serviceName.setPortName( endpointRef.getServiceName( ).getLocalPart( ) );
return endpointReference;
}