Entry
HOW TO CALL JSP FROM ASP , How to send request to JSP from ASP and How to recevie from JSP
Aug 27th, 2004 13:32
Geoff Whittington, SK RK, http://www.fireballgroup.com/
Just treat the JSP and ASP as normal web pages that offer HTTP services.
You could do an HTTP POST to an JSP page (its just a URL) from an ASP
page, do some work in the JSP page and then have it do an HTTP POST to
an ASP page.
The trick is to honour each other's expectations. It becomes trickier
when you want to do things securely.
Cheers,
-Geoff
http://www.thelocalguru.com/