Kam,
The
only way that comes to mind is to use a Servlet that knows how to parse a posted
SOAP message. When the Servlet receives the message and parses it, it
can use its RequestDispatcher object to forward() the call to a particular
JSP.
-Chris
-----Original Message-----
From: Kamlesh Patel [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 05, 2000 7:49 AM
To: '[EMAIL PROTECTED]'; xerces-j-dev@xml.apache.org
Subject: Using SOAP
Hi,
Any idea how can I invoke JSP from a ASP page using SOAP?
Thanks,
Kam