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!

how to convert a string-xml placed inside an xml tag to xml format.

User_SDKOQJul 14 2011 — edited Feb 26 2020
I have a invoke activity to invoke Web service(code snippet from bpel) .The text in bold is a string that gets formed based on some condition using concat inside while loop .Before calling the WS i need to convert this string into xml
Any idea how can we do this ?
<Invoke_A9WS_createObject_InputVariable>
<part name="parameters">
<createObject>
<request>
<requests>
<classIdentifier>10141</classIdentifier>
<data rowId="0">*<number>C0001</number><description>Component from CDM</description>*</data>
</requests>
</request>
</createObject>
</part>
</Invoke_A9WS_createObject_InputVariable>
Request someone to please help .

Edited by: 869283 on Jul 14, 2011 4:34 AM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 15 2011
Added on Jul 14 2011
4 comments
1,070 views