Hi,

Does the Servlets can accept the calls from an ASP and send the response
back to it instead of sending to the browser.

We have to develop a Servlet which will reside in our server. This servlet
has to accept a call from an ASP residing in another server. This servlet
was supposed to send the response back to that ASP not to the browser. I was
able to pick up the call from the ASP but in the reponse buffer I can see
only the ".println()" method not any other method to send the response to
that ASP.
Its something like the ASP should call the servlet and able to get the
response as if we are getting returned output from any java method when we
call it in any java class.

Thanks in advance,
Ravi.


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

___________________________________________________________________________
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