Board index » delphi » Client HTTP Post to ASP Page with Results

Client HTTP Post to ASP Page with Results

Hi,

I have a need to post data from a client using HTTP to an ASP page on a
Server. I want the Response.Write results to be returned to the client for
processing.

I want to be able to send XML data representing an ADO Recordset up to the
server, and then have the server deal with the data and return error results
to the client.

Can anybody give some ideas? I was thinking of using ICS by Francois Piette,
or Winshoes, for the client, but I'm unsure as to which one is the better
choice.

Thanks.

Brian Armstrong.

 

Re:Client HTTP Post to ASP Page with Results


My apologies, wrong group.

Brian Armstrong.

Quote
Brian Armstrong <brian@no_spam_zba.com> wrote in message

news:7jk83e$4dk17@forums.borland.com...
Quote
> Hi,

> I have a need to post data from a client using HTTP to an ASP page on a
> Server. I want the Response.Write results to be returned to the client for
> processing.

> I want to be able to send XML data representing an ADO Recordset up to the
> server, and then have the server deal with the data and return error
results
> to the client.

> Can anybody give some ideas? I was thinking of using ICS by Francois
Piette,
> or Winshoes, for the client, but I'm unsure as to which one is the better
> choice.

> Thanks.

> Brian Armstrong.

Other Threads