SIEBEL - To Read incoming XML tags
Hello Everyone !!
We need suggestion on below problem, we are getting XML data in below format in SIEBEL & we have to read tag and display in VBC.
Not sure can we read such structure thru Siebel IOs.
Please suggest possible solution, Thanks in Advance !!
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soap-env:Body xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
<read:AllNewsOrdersResponse xmlns:read="http://ooo.qwe.ed/somevalue/read">
<read:DataSet>
<read:Row>
<read:Column name="ORDER_KID" sqltype="NUMBER">565477</read:Column>
<read:Column name="CREATE_USER" sqltype="VARCHAR2">TRKL</read:Column>
<read:Column name="ORDER_C_DATE" sqltype="DATE">2010-12-06T11:22:25.000+02:00</read:Column>