XML Request and Respose

Posted by anandknr on 08-Feb-2012 03:27

Hi All,

I have a windows VB based Application working on XML requests and response. It simply send out and xml request file and waits for the response xml then displays the request  xml and response xml side by side.

What i need is to do is to use this in my web project. So I am planing to develop the same application with PROGRESS in CHUI enviroment.

I need some assistance from you all for the same. Can some body share me a sample code to send and recieve (XML request and response) so that I can have a starting point to my application.

If needed I can share with you the VB code for XML request and response. I have fair knowledge in .net . It seems only a few line of code is enough in VB to achieve the same. I have a fair knowledge in .NET hence I know its bcz of the .net framework support in VB. In Progress (CHUI) I assumes it will be epic piece of code ...

Please post your valuable thoughts here.

All Replies

Posted by Tim Kuehn on 09-Feb-2012 09:57

Check the "Write-xml()" method for a pro-dataset - it'll generate the XML you're looking for.

This thread is closed