Hi all,
I need to know , how to get the value from the cdata using ode.
iam sending input as string to the bpel, where that input contains one
Cdata which looks like this
*<rawMessage>
<![CDATA[<Request xmlns='http://business'>
<uuid>uuid001</uuid>
<hostAddress>192.168.1.22</hostAddress>
<dummyMessage>dummyMessage</dummyMessage>
</Request>]]>
</rawMessage>
*see here my input parameter is rawMessage which contains the String as
CDATA, know inside the bpel i want to get the value of hostAddress and
send as Reply, how to do this in ode.
with regards
Surendar V