Loading XML schema to extract enquiry in XML format

  • Mahmoud Elhawary
  • Topic Author
  • Visitor
  • Visitor
7 years 9 months ago #20941 by Mahmoud Elhawary
Loading XML schema to extract enquiry in XML format was created by Mahmoud Elhawary
Hello Everyone,

We have T24 R15 TAFj , and there an urgent need to extract data into XML predetermined schema, we can manage to make an enquiry with all requested data, but I don't know how to extract it into that specific XML schema format.

Any help about that would be appreciated.

Please Log in or Create an account to join the conversation.

More
7 years 9 months ago #20943 by madhulatha
2 ways to extract xml file

1. using ENQUIRY.REPORT give OUTPUT.FORMAT... XML it is helpful for small files


2. For bulk Data Calls Core Rtns
CALL EB.GET.RECORD.XML(XML.ID, FN.TABLE, R.XML)
* @param XML.ID - Id of the record to read
* @param FN.TABLE - Name of the table that holds the record
* @param R.XML - Data record may be supplied as a dynamic array, in which case no read is performed
* @return R.XML - XML representation of the record
The following user(s) said Thank You: Mahmoud Elhawary

Please Log in or Create an account to join the conversation.

  • Mahmoud Elhawary
  • Topic Author
  • Visitor
  • Visitor
7 years 9 months ago #20944 by Mahmoud Elhawary
Replied by Mahmoud Elhawary on topic Loading XML schema to extract enquiry in XML format
Thanks a lot, I will try this. But I still don't know how to load the specific schema.

Please Log in or Create an account to join the conversation.

More
7 years 9 months ago #20945 by madhulatha
You can transform your Schema with XSLT
The following user(s) said Thank You: Mahmoud Elhawary

Please Log in or Create an account to join the conversation.

  • divesh
  • Visitor
  • Visitor
5 years 8 months ago #22016 by divesh
madhulatha

for alerts, schema is stored at de.xml.schema which table holds the xml before it get transform using EB.TRANSFORM

Please Log in or Create an account to join the conversation.

Time to create page: 0.069 seconds