XML Replay: Difference between revisions

From DataFlex Wiki
Jump to navigationJump to search
m
no edit summary
No edit summary
mNo edit summary
Line 45: Line 45:
       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"' // encoding="utf-8"'
       Get CreateDocumentElementNS of hoXML "http://schemas.xmlsoap.org/soap/envelope/" "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
       Get AppendNode of hoBody hoMsg to hoMsg<br />
       Get AppendNode of hoBody hoMsg to hoMsg<br />

Navigation menu