RE: SOAP with IIS

2002-10-28 Thread Dan Allen
You need to obtain the Jakarta ISAPI redirector for Tomcat. I don't have the exact reference handy but I can find it if you cannot. The ISAPI plugin is called by IIS whenever an HTTP request is received. The plugin checks to see if the request is a servlet

Re: SOAP with IIS

2002-10-28 Thread Scott Nichol
For Tomcat 4.0, for example, see http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ajp.html. Scott Nichol - Original Message - From: "Hongda Lin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 28, 2002 4:40 PM Subject: RE: SOAP with IIS Is there any instructions

RE: SOAP with IIS

2002-10-28 Thread Hongda Lin
Is there any instructions online on how to do that? Thank you, Hongda -Original Message- From: Scott Nichol [mailto:snicholnews@;scottnichol.com] Sent: Monday, October 28, 2002 4:40 PM To: [EMAIL PROTECTED] Subject: Re: SOAP with IIS You must have a servlet container, which IIS is not

Re: SOAP with IIS

2002-10-28 Thread Scott Nichol
You must have a servlet container, which IIS is not. You can use Tomcat with IIS, and commercial servlet containers support IIS as well. Scott Nichol - Original Message - From: "Hongda Lin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 28, 2002 4:30 PM Subject: SOAP w

SOAP with IIS

2002-10-28 Thread Hongda Lin
Hi, I am currently using Tomcat for SOAP. Is it possible to use IIS instead? If it's possible is there any online HOWTOs? Thank you, Hongda -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: A question about SOAP with attachments!

2002-10-28 Thread Scott Nichol
I believe you have received excellent advice on this. Apache SOAP does create one or more in-memory images of the entire SOAP envelope, so the maximum heap size you've allowed your JVM (and, ultimately, the amount of virtual memory on your machine) will limit the size of attachment you can send.

RE: A question about SOAP with attachments!

2002-10-28 Thread Anne Thomas Manes
Anyone know how Axis manages attachments? I know that WASP uses stream processing, so has no message size limit. I'm not sure about open source solutions, though. Anne > -Original Message- > From: Mike Kopack [mailto:mkopack@;isx.com] > Sent: Monday, October 28, 2002 1:31 PM > To: [EMAIL

Re: A question about SOAP with attachments!

2002-10-28 Thread Mike Kopack
I can attest from experience that there is definately a limit in Apache SOAP in this regard. I am working on a SOAP xml-rpc based client/server application that needs to be able to send files between the client and the server. Whenever I tried to send the file along as a DataHandler or Inputstream,

RE: A question about SOAP with attachments!

2002-10-28 Thread WJCarpenter
> Theoretically, there's no limit. But depending on how the SOAP runtime > deals with the messages, there may be a limit imposed by your system's > memory: i.e., if the SOAP runtime tries to load the message into memory > before processing. You'll need a stream-based processor to deal with > unlimi

How to integrate SAOP in a Servlet ?

2002-10-28 Thread Pierre Yves Monnet
Hello,   I have a Servlet program build in Java. I want to extend this servlet to be able : - to run the normalservice, as know - to integrate the SOAP mechanism.   So, I would like to integrate something like this in my service() method :   public class MyEngine extends HttpServlet{   RPCRou

RE: Sample Web Services

2002-10-28 Thread Jonathan Roberts
Also see he examples in soap war/jar files. J From: "Anne Thomas Manes" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: RE: Sample Web Services Date: Mon, 28 Oct 2002 00:41:58 -0500 Sample Web ServicesCheck out www.xmethods.com. -Original Message- F