如何使用如下所示的DOM在Java中创建XML:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<soapenv:Header>
<ns2:AuditHeader xmlns:ns2="http://schemas.rnab.nl/giraal/AuditHeader/1.0">
<MessageID>2014101314101012294900000</MessageID>
<RelatesTo>pway://rnab/distributie/CreateCreditTransferReply/01</RelatesTo>
<To>mq://rnab/giraal/OM</To>
<Action>mq://rnab/giraal/OM/CreateCreditTransfer/01</Action>
<From>pway://rnab/distributie</From>
</ns2:AuditHeader>
</soapenv:Header>
</soapenv:Envelope>