Post Content using Agent

Hi All,

I wanted to post some content to third party url via agent. how could i do that. Let say I have a contedn

http://xyz.com/main&data=“vikas”&action=send" now i wanted to post this url through agent. It is working fine if i do the same with simple html form using it form tag and set its method=POST and action=“http://xyz.com/main&data=“vikas”&action=send

but i wanted to hit this url in background because data=“vikas” this value retrive using agent and after successfully retrieving i wanted to make proper url and post from agent side.

Please help me i have already posted 3-4 times regarding this query but not get any response. Please

Help me

With Regards,

Vikas K Sinha

Subject: Post Content using Agent

Your best bet would be to abandon LS for Java – the java.net package has native classes and methods to properly encode your data, post your request and parse your response. With LS, you need to run on Windows and use one of the Microsoft XML libraries (which can vary from server to server).

Subject: Post Content using Agent

If you posted the same stuff 3 to 4 times but didn’t get satisfactory answers, one reason could be, that it doesn’t work the way you want it to.

However, you could try a search (in this forum and on google) for “Posting a form from lotusscript”.