XML Replay: Difference between revisions

From DataFlex Wiki
Jump to navigationJump to search
21 bytes removed ,  5 November 2007
no edit summary
mNo edit summary
No edit summary
Line 44: Line 44:
       Get DocumentElement of hoDoc to hoMsg<br />
       Get DocumentElement of hoDoc to hoMsg<br />
       Get Create U_cXmlDomDocument to hoXML
       Get Create U_cXmlDomDocument to hoXML
       Send AddChildProcessingInstruction of hoXML "xml" 'version="1.0"' // encoding="utf-8"'
       Send AddChildProcessingInstruction of hoXML "xml" 'version="1.0"'
       Get CreateDocumentElementNS of hoXML "<nowiki>http://schemas.xmlsoap.org/soap/envelope/</nowiki>" "soap:Envelope" to hoEnv
       Get CreateDocumentElementNS of hoXML "<nowiki>http://schemas.xmlsoap.org/soap/envelope/</nowiki>" "soap:Envelope" to hoEnv
       Get AddElement of hoEnv "soap:Body" "" to hoBody
       Get AddElement of hoEnv "soap:Body" "" to hoBody

Navigation menu