hi i am a vb.net coder and am attempting to run a few thousand transactions to a https: site. The link accepts an xml string and processes it. It then returns an xml string which i am then parsing and saving to a text file or database. I can already generate the xml string and can also parse the returned xml string. At the moment i am doing this synchronously and as such it is slow to run a few thousand. I need the code to do this using threadpooling…. I cannot provide the test url so you will need to be confident in your code.
Basically create a form with a button on and use strxmlin as the xml string to send and strxmlout as the xml string out. When you press the button it posts the string to the website and add it to the pool to wait for the response. I will handle the rest.
The code must be supplied in vb.net 3.5 with error handling.
Thanks.