Hi All, How can I send multiple XML-RPC Request with different set of Data set values in the XML form Posting.
I want to send data in the HTTP request for with below XML format for mutiple set of dataset values: As SOAP XML-RPC Request takes the XML input as one file or as SOAP/XML-RPC Data. Is there any way to parametrize the values of the Nodes of the XML -RPC Request <OTFrequest> <mode></mode> <serveMode></serveMode> <testIP></testIP> <ads></ads> <kw></kw> <type></type> <link></link> </OTFrequest> I need to pass mutiple data set values for link and kw node of the above XML Data Any Inputs upon the same will be highly appreciated. Thanks, Amanpreet

