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!

Converting Name-Value pair to XML

711389Aug 18 2009 — edited Aug 21 2009
Hi,

I have configured the proxy service to listen for "&" delimited HTTP post string. I have been able to tokenize the "&" delimited string and get the name-value pair as below:

============================================================
<CUSTOMER>
<param name="amp;STATE_NAME" value="abc_test" />
<param name="amp;EMAIL_ADDRESS" value="abc_test@yahoo.com" />
</CUSTOMER>
=====================================================

Now I want to convert this name-value pair into XML format to comply with the xml schema. Kindly suggest the way how can this be achieved?
This post has been answered by 680075 on Aug 18 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 18 2009
Added on Aug 18 2009
6 comments
1,993 views