R
Robert Paresi
Hello,
Can someone point me to an article or help me privately?
I want to create a VB2008 application which sits on an IIS server and
accepts an HTTPS POST. The data coming in will be text (XML) data. I then
want to simply call a PASCAL DLL passing this string, and then respond with
"OK".
Example:
myserver/receivedata.aspx
And the service will POST the data and wait for a response. I collect the
POST data, call a PASCAL DLL, it processes the data, it responds with OK and
my VB2008 application responds with "OK" and closes the connection.
I just need to know what is the code in VB 2008 to write (ASPX or a better
way??) to take the data from the post (Stream?) over the secure port
(HTTPS), collect it (it can be up to 4MB) and then call the DLL. The DLL
is responsible for processing the data, and then it will return a response
.... like "OK".
Any help wouldl be greatly appreciated. If someone wants to help with this
project via consulting, that would happy to pay a little fee.
Thank you very much.
** Responding privately will bouce-back ... just email me to my hotmail
account which is robertintpa @ my hotmail account . com
-Robert
Can someone point me to an article or help me privately?
I want to create a VB2008 application which sits on an IIS server and
accepts an HTTPS POST. The data coming in will be text (XML) data. I then
want to simply call a PASCAL DLL passing this string, and then respond with
"OK".
Example:
myserver/receivedata.aspx
And the service will POST the data and wait for a response. I collect the
POST data, call a PASCAL DLL, it processes the data, it responds with OK and
my VB2008 application responds with "OK" and closes the connection.
I just need to know what is the code in VB 2008 to write (ASPX or a better
way??) to take the data from the post (Stream?) over the secure port
(HTTPS), collect it (it can be up to 4MB) and then call the DLL. The DLL
is responsible for processing the data, and then it will return a response
.... like "OK".
Any help wouldl be greatly appreciated. If someone wants to help with this
project via consulting, that would happy to pay a little fee.
Thank you very much.
** Responding privately will bouce-back ... just email me to my hotmail
account which is robertintpa @ my hotmail account . com
-Robert