how to convert a string-xml placed inside an xml tag to xml format.
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