EndpointReferenceType endpointReferenceType )
{
EnvelopeDocument envelopeDocument = EnvelopeDocument.Factory.newInstance( );
Envelope envelope = envelopeDocument.addNewEnvelope( );
envelope.addNewBody( );
Header header = envelope.addNewHeader( );
XmlObject toElem;
XmlObject actionElem;
org.xmlsoap.schemas.ws.x2004.x08.addressing.ToDocument toDoc =
org.xmlsoap.schemas.ws.x2004.x08.addressing.ToDocument.Factory.newInstance( );
AttributedURI attributedURI = toDoc.addNewTo( );