XML Replay: Difference between revisions

No change in size ,  5 November 2007
m
no edit summary
No edit summary
mNo edit summary
Line 42: Line 42:
       End<br />
       End<br />
       Get DocumentElement of hoDoc to hoMsg<br />
       Get DocumentElement of hoDoc to hoMsg<br />
       // Create the SOAP message, adding the initial processing instruction, the "Envelope" document element,
       // Create the SOAP message, adding the initial processing instruction,
      // the "Body", then append your XML to that:
      // the "Envelope" document element, the "Body", then append your XML to that:
       Get Create U_cXmlDomDocument to hoXML
       Get Create U_cXmlDomDocument to hoXML
       Send AddChildProcessingInstruction of hoXML "xml" 'version="1.0"'
       Send AddChildProcessingInstruction of hoXML "xml" 'version="1.0"'