Skip to Main Content

Java Development Tools

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!

convert String to oracle.xml.parser.v2.XMLElement

Shaji555Aug 20 2015 — edited Jan 28 2025

How to Convert String to oracle.xml.parser.v2.XMLElement

Input String as follows :

<ns1:XxGlAccSegmentsFiEventInfo xmlns:ns1="http://dept/oracle/model/events/schema/XxglAccSegmentsFiTblEO"
xmlns:wsa="http://www.w3.org/2005/08/addressing"/>
<ns1:EntryPointName>BasicDataChartOfAccounts</ns1:EntryPointName>
<ns1:InputParameters/>
<ns1:Parameter/>
<ns1:Name>xmldata</ns1:Name/>
<ns1:Value/>
<SyncChartOfAccounts releaseID="normalizedString" xmlns="http://dept/oracle/model/events/schema/XxglAccSegmentsFiTblEO"/>
<DataArea/>

I want oracle.xml.parser.v2.XMLElement object to pass third party.

Can anyone suggest me ,

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 17 2015
Added on Aug 20 2015
2 comments
430 views