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 ,