Converting Name-Value pair to XML
711389Aug 18 2009 — edited Aug 21 2009Hi,
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?