Hi
I have an xml file to send to the remote server and Poll the server again and again until the server issues the result. Like the one below
Client - Server
Request -----------------------------> -
- <---(Acknowledgement with ID 01234566667888)
Poll with ID 01234566667888----------> -
- <------( Acknowledgement with ID 01234566667888)
Poll wih ID 01234566667888--------> -
Keep on poll the server untill I get the result
Also I have to log on the following events while processing
Event ID , Time, Http Request, HttpResponse, ID
PLEASE some one let me know where and how to start I am using VB 2005(visual studio)
Advance thanks

Soap processing?
BilalShouman
See this Thread:
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=871666&SiteID=1
this is working example of client and server in C#. Use your own data to write on the network stream.
+ you can use XmlSerialization to serialize the XML data and include an Acknowledgement ID in itself so whenever server Received that requests it checks for that ID and return the Acknowledgement that it hase received a request with that spcific ID.
Do you need more help Please try to be specific "Where you have problem" if you face any while using the code!
Best regards,
EvilOneSD
Hi Rizwan
Thank you verymuch for your reply. Could you please look at my below posting . I need only to write the client side code.
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=875600&SiteID=1
At the moment I am receiveing the acknowledgement(response) from the remote server with ID(using the code as listed in my posting - please click the hyperlink). So can you have a look how I can poll the server with received message and ID (CorrelationID in the xml file).
Many thanks