Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Reading and transforming an xml file which has no namespace

User_SZ8VKJan 28 2021

HiiAll
We are using SOASuite 12c
Using the SOA Composite, I want to read the xml file below and transform the xml file into another format. The problem is, he xml file don't have a namespace. Can anyone suggest me how to read the below xml file from a directory and transform the file?

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Events>
<eventData>
<eventID>2753856</eventID>
<userID>
<loginID>jkmartin</loginID>
</userID>
<type>Logout</type>
</eventData>
<eventData>
<eventID>2753856</eventID>
<userID>
<loginID>gljohn</loginID>
</userID>
<type>Logout</type>
</eventData>
</Events>

Thanks

Comments
Post Details
Added on Jan 28 2021
0 comments
228 views