Hello,

Here is a situation for which I am designing a solution.  I am designing a
transaction server which is going to receive information from different
servers and send the results back to them. So this is actually going to be a
server to server interaction.  I am planning to use servlets, but my
questions are:

        1. How can they send information to me? (I would like them to send me a
form post, Is it possible? how would they do it from their server(not from
browser)?)

        2. How can I send back the results (which will be a String) to them? (If I
send it as a html page, can they decode and process it?)

I know this is a silly designing problem, but I would appreciate if someone
show me the right direction to proceed ;-)

Thanks in advance.

Tango.

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to