SOAPElement retNotificationBody;
if ( useNotify )
{
NotifyDocument notifyDocument = NotifyDocument.Factory.newInstance( );
NotifyDocument.Notify notify = notifyDocument.addNewNotify( );
NotificationMessageHolderType holder = notify.addNewNotificationMessage( );
XmlObject messageXmlObject = XmlBeansUtils.toXmlObject( message );
holder.setMessage( messageXmlObject );
holder.setProducerReference( AddressingUtils.getXLMBeanEPR( m_owner.getEndpointReference( ) ) );