Xerces APIs

You can use any one or more Xerces APIs in combination with other XML generation and editing APIs to generate the XML payload for calls to a business service. You can use any of these Xerces APIs, which have been added to the Xerces wrapper:

  • Xerces APIs for working with MathNumeric data types:

    • XRCS_createElementFromMathNumeric

    • XRCS_setMathNumericElementValue

    • XRCS_getMathNumericFromElement

  • Xerces APIs for working with JDEDATE data types:

    • XRCS_createElementFromJDEDate

    • XRCS_setJDEDateElementValue

    • XRCS_getJDEDateFromElement

  • Xerces APIs for working with JDEUTIME data types:

    • XRCS_createElementFromJDEUTIME

    • XRCS_setJDEUTIMEElementValue

    • XRCS_getJDEUTIMEFromElement

  • Xerces APIs for parsing/serialization ignoring encoding tags:

    • XRCS_serializeDocumentToXMLStringNoEncoding

    • XRCS_parseXMLStringRemoveEncoding

See also:
  • JD Edwards EnterpriseOne Tools API Reference Guide on the My Oracle Support Web site.