Re: Best Pratices

2004-03-01 Thread Scott Nichol
Axis. It continues to significantly evolve and supports more Web Services specifications. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: "Felipe Palma Dias" <[EMAIL PROTECT

Re: Best Pratices

2004-03-01 Thread Felipe Palma Dias
What do you recommend to new users, Apache SOAP or Axis?Scott Nichol <[EMAIL PROTECTED]> wrote: A couple of suggestions.1. Consider focusing on Axis rather than Apache SOAP, since it is the more current Apache project.2. Try things like "Web Services best practices", "Axis best practices", Axis B2B

Re: Best Pratices

2004-03-01 Thread Scott Nichol
A couple of suggestions. 1. Consider focusing on Axis rather than Apache SOAP, since it is the more current Apache project. 2. Try things like "Web Services best practices", "Axis best practices", Axis B2B, "web services" B2B in Google. I am sure there is info out there for you to use. Scott

Re: Java Client Code Generator from WSDL

2004-03-01 Thread Scott Nichol
Sun's JWSDP will do this as well. It will, of course, generate client code using the JAX-RPC API, so you cannot use that code with Apache SOAP. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Me

Re: Light weighted SOAP messaging

2004-03-01 Thread Scott Nichol
Any endpoint that will receive SOAP messages over HTTP, where the SOAP messages are not responses to SOAP messages sent as requests, will need to implement some type of HTTP server. Axis includes such code, which means it can receive messages without having a separate servlet container. Whethe

Re: Best Pratices

2004-03-01 Thread Felipe Palma Dias
Anyone knows about it?Felipe Palma Dias <[EMAIL PROTECTED]> wrote: Hi.   I am a new user of Apache SOAP.   I am writing my final High School jod. The subject it is about SOAP and Apache SOAP.   I am thinking to develop a B2B integration systems, but it is only an idea.   Well, my true intention is

Re: Java Client Code Generator from WSDL

2004-03-01 Thread Ferhat Ayaz
I know a free soap library. But it can't generate code from wsdl. http://csoap.sourceforge.net On 03/01/04 08:20:54, "Swaminathan, Srikanth (Cognizant)" wrote: Hello All, Are there any free tools that can generate simple java soap client code from a WSDL apart from Apache Axis? Please let me kno

Light weighted SOAP messaging

2004-03-01 Thread Calicrates Policroniades
Hello, Is there any possible way to incorporate into applications a light weight (thin) SOAP layer to interchange data more in a peer to peer model? I would like to know if any of you know of any method, strategy, or project (or possibly a way to use Axis SOAP) in which I can get ride of much of

memory growth using soap apache and 0x0 bad character

2004-03-01 Thread Guy Smadja
Hello,   I have two big problems using apache soap 2.3.1.   - I have big consommation of memory. the memory used has increased. the scope used for the classes soap is session. It seems that the sessions are never being deleted even few days after. How can I provoque session deletion in so