env.removeAddressingContext();
        //
        // import all of the headers into the response envelope...
        //        
        Element replyXML = replyAddressing.toXML();
        Element[] children = XmlUtils.getAllElements(replyXML);
        Document response = XmlUtils.createDocument();
        soap = XmlUtils.createElement(response, SoapConstants.ENVELOPE_QNAME);