Title: Using SOAP
Thanks Chris. I was reading documentation of Apache SOAP and I got an impression that we need to use Apache SOAP client API's (implemented using Java classes) on client side as well. So if my ASP is a SOAP client, how can I access this Java APIs from it?
 
Kam
 
-----Original Message-----
From: Christopher Taylor [mailto:[EMAIL PROTECTED]
Sent: 05 September 2000 17:01
To: [EMAIL PROTECTED]
Subject: RE: Using SOAP

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]'; [email protected]
Subject: Using SOAP

Hi,

Any idea how can I invoke JSP from a ASP page using SOAP?

Thanks,
Kam

Reply via email to