Re: Tomcat 3.2 / Tomcat 4.1

2003-01-14 Thread Robert Dietrick
I'm using it and it seems to work just fine. I think there may be CLASSPATH gotchas. Don't really remember, though. -rob Jesus M. Salvo Jr. wrote: The documentation for Apache-SOAP for installing on Tomcat assumes Tomcat 3.2. Does Apache-SOAP works with Tomcat 4.1? Any gotchas? -- To un

Tomcat 3.2 / Tomcat 4.1

2003-01-14 Thread Jesus M. Salvo Jr.
The documentation for Apache-SOAP for installing on Tomcat assumes Tomcat 3.2. Does Apache-SOAP works with Tomcat 4.1? Any gotchas? -- Jesus M. Salvo Jr. Mobile Internet Group Pty Ltd (formerly Softgame International Pty Ltd) M: +61 409 126699 T: +61 2 94604777 F: +61 2 94603677 PGP Public key:

Re: Can I override the MimePartSerializer?? - Need Help Soon

2003-01-14 Thread Vamsi Krishna
hi Scott, Thank you very much for your reply. I have tried this approach but I can't convert the Image type into a byte array. When i directly pass the image object to the Base64Serializer, i get a class cast exception. So i tried to first convert the image into a byte array and then call the b

Question: Tomcat4.1.18/SOAP-Session Timeout Not working

2003-01-14 Thread Dandekar, Vivek
Hi Everybody, > We have set 30 in web.xml of soap > context under tomcat 4.1.18. The problem is sessions are timing out > exactly after 30 minutes even if we send transactions after initial SOAP > session was established. Scope of Web service deployed is session. > Basically lasttimeAccessed i

RE: General Question RPC vs. Messaging

2003-01-14 Thread Anne Thomas Manes
Werner, If you're just starting out with SOAP, I suggest you start with a SOAP implementation that supports WSDL -- for example Apache Axis. See http://xml.apache.org/axis. It's the follow-on project to Apache SOAP. More and more, SOAP-RPC is becoming out of favor. WS-I has decided that SOAP Enco

General Question RPC vs. Messaging

2003-01-14 Thread Werner Jörling
(Sorry, first posted as a reply) Hello, studying the SOAP-Messaging samples from the the book 'Java and SOAP' (Robert Englander, O'Reilly) and from apache-soap I'm confused about the difference between SOAP-RPC and SOAP-Messaging. There are SOAP-Messaging samples, where services are implement

General Question RPC vs. Messaging

2003-01-14 Thread Werner Jörling
Hello, studying the SOAP-Messaging samples from the the book 'Java and SOAP' (Robert Englander, O'Reilly) and from apache-soap I'm confused about the difference between SOAP-RPC and SOAP-Messaging. There are SOAP-Messaging samples, where services are implemented with the signiture public vo