How to export xml with format IFX?

0
Hello everyone. Currently I have built an application demo that connects to the oracle database. I'm trying to build an API with a SOAP service. I was able to return results in XML file format. The problem I am facing is how to convert XML format to IFX format. I've searched the tech forums about this to no avail. Hope anyone can help me or give me an idea to do this Link IFX docs: https://docs.oracle.com/cd/F14158_13/books/ConnIFXFINS/siebel-connector-for-ifx-xml.html#c_IFX_XML_Syntax_and_Rules_jk140794 https://docs.oracle.com/cd/E14004_01/books/ConnIFXFINS/ConnIFXFINSIFX_XMLConnector3.html   Thank for all!
asked
1 answers
0

Hello Kien,

 

  • you can construct the XML using string append related to IFX XML schema definition. 
  • Create entities based on schema definition and use XML mapping to convert the data and do some string manipulation to construct the XML
  • Use custom Java Action to convert the XML to IFX XML format 

 

answered