[progress Communities] [progress Openedge Abl] Forum Post: Service Callouts

  • Thread starter Thread starter archana.gupta
  • Start date Start date
Status
Not open for further replies.
A

archana.gupta

Guest
Hi, I created a service callout extension to call a decision service from another decision service using below code. XMLResult = iServer.execute(XMLRequest); The result is in XML format like Please suggest if there is a way to directly copy the result(XMLResult) in new instance of Corticon facts pool. For example, I created instances of Corticon entities (as shown below), is there a way to parse the xml string(XMLResult) and assign the value to the attributes of these objects (objParent, objChild). ICcDataObject objParent = aDataObjMgr.createEntity("Parent"); ICcDataObject objChild = aDataObjMgr.createEntity("Child"); Thanks, Archana

Continue reading...
 
Status
Not open for further replies.
Back
Top