Sie sind auf Seite 1von 2

Copyright (c) 2018, Oracle. All rights reserved.

E1: BSFN: Is there a Business Function that can be Used to Create a XML Document? (Doc ID
1353743.1)

In this Document

Goal
Solution
References

APPLIES TO:

JD Edwards EnterpriseOne Tools - Version 8.98 and later


Information in this document applies to any platform.

GOAL

Is there a business function that can be used to create a XML Document in EnterpriseOne?

SOLUTION

First of all, it is not easy to create a XML document as there is no single-call business function to do it.

From EnterpriseOne 9.0 application release, the B0000201 - XERCES XML wrapper functions can be used to create a
XML Document. You will need to call the various sub-functions of B0000201 multiple times to build the XML document for
the data you need. You will need to ensure that the data type and value is already in the format you want before using
these functions and you will be attaching column by column of data to your XML document by calling the different
functions of B0000201 for the different data type.

The Functions of B0000201 are:

Function Name Description

AddXMLAttributeXercesWrapper Add XML Attribute Xerces Wrapper

AddXMLElementCharXercesWrapper Add XML Element Character Xerces Wrapper

AddXMLElementDateXercesWrapper Add XML Element Date Xerces Wrapper

AddXMLElementMathXercesWrapper Add XML Element Math Numeric Xerces Wrapper

AddXMLElementStringXercesWrapper Add XML Element String Xerces Wrapper

AddXMLElementUTCXercesWrapper Add XML Element UTC Xerces Wrapper

AddXMLElementUTimeXercesWrapper Add XML Element UTC Xerces Wrapper

CreateXMLDocumentXercesWrapper Create XML Document Xerces Wrapper Function

FreeXMLElementXercesWrapper Free XML Element Xerces Wrapper

WriteXMLDocumentXercesWrapper Write XML Document Xerces Wrapper

You can refer to the report design of R3002D on how these functions are used and call. Another example is R01311D.

NOTE: Oracle is not responsible for any customization arising from the usage of these functions.
Alternatively, when you submit a UBE, you can submit it using output stream access=XMLPOSA. This will produce a XML
output with data from your UBE. This may not be be the format you want as this format is used by the EnterpriseOne
embedded XML Publisher.

REFERENCES

NOTE:1104234.1 - E1: XMLP: XML Output Does Not Reflect Subsection Joins When Using XMLPOSA OSA Interface
Didn't find what you are looking for?

Das könnte Ihnen auch gefallen