My Oracle Support Banner

E1: RTE XML Namespace Is Missing A Prefix (Doc ID 2301692.1)

Last updated on APRIL 03, 2023

Applies to:

JD Edwards EnterpriseOne Tools - Version 9.1 and later
Information in this document applies to any platform.

Symptoms

 The RTE XMLs generated by JDE include a namespace  but do not include a  namespace prefix. 

This causes issues with many of the XML Utilities e.g XPATH or any tools accessing XML by path. 

<?xml version = '1.0' encoding = 'UTF-8'?> 
<jdeResponse category="RTE" environment="JDV910" pwd="" responseCreator="XAPI" role="*ALL" session="80000000" token="" type="realTimeEvent" user="XXXX" xmlns="http://www.schemas.e1.oracle.com"> 


See how the BSSV has included a namespace prefix of "ora"

e.g 
xmlns=ora:"http://www.schemas.e1.oracle.com" 

Please adjust the RTE xml output to include a "prefix" as part of the namespace. 

xmlns:prefix="URI" 

Changes

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.