XML Replay: Difference between revisions

From DataFlex Wiki
Jump to navigationJump to search
no edit summary
No edit summary
No edit summary
Line 62: Line 62:
   End_Procedure  // InvokeService
   End_Procedure  // InvokeService


The above code obviously assumes the existence of objects (probably of class "Form") which contain the relevant information:
The above code obviously assumes the existence of objects (probably mostly of theclass "Form") which contain the relevant information for the operation invocation:
*oInput - the path/name of the XML file to load and send
*oInput - the path/name of the XML file to load and send
*oOperation - the operation (function) name beng invoked
*oOperation - the operation (function) name beng invoked
Line 68: Line 68:
*oPort - the port number to use (80 by default)
*oPort - the port number to use (80 by default)
*oURI - the URI of the service within the host: e.g. "MyService/TestService.wso"  
*oURI - the URI of the service within the host: e.g. "MyService/TestService.wso"  
*oReturnedXML - an object of class cTextEdit to take and display the response XML
*oReturnedXML - an object of class "cTextEdit" to take and display the response XML

Navigation menu