RE: Calling multiple methods in a single request

2001-12-03 Thread Ryan Winkler
Try having SOAP call a method with either Java's reflection classes or with a big switch statement that calls other methods. -Original Message- From: Rino Srivastava [mailto:[EMAIL PROTECTED]] Sent: Monday, December 03, 2001 3:40 PM To: [EMAIL PROTECTED] Subject: RE:Calling multiple

RE: Slowing down

2001-10-24 Thread Ryan Winkler
[mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 23, 2001 6:21 PM To: [EMAIL PROTECTED] Subject: Re: Slowing down Ryan Winkler wrote: I've encountered a curious problem with our SOAP server. After a period of time (a matter of days), the amount of time it takes for our JSPs that use the SOAP

RE: Restarting Tomcat

2001-10-15 Thread Ryan Winkler
I have to do that, regardless of whether I'm using SOAP or not. -Original Message- From: fmeredith [mailto:[EMAIL PROTECTED]] Sent: Monday, October 15, 2001 10:10 AM To: [EMAIL PROTECTED] Subject: Restarting Tomcat I've noticed that every time I re-compile a Java class that is used on

RE: sessions

2001-10-08 Thread Ryan Winkler
I'd say that this would be a matter of design. Personally, I'd opt for the company to have a username and password, which you'd verify through some sort of login call through SOAP. Maintain the valid username (or a boolean, or whatever you choose) on your side, checking for a valid value as

RE: SSL/Apache SOAP 2.2

2001-08-21 Thread Ryan Winkler
Read Pablo's run-through on SOAP and SSL: http://www.eneris.com/~pablo/soapintro http://www.eneris.com/~pablo/soapintro -Ryan -Original Message- From: Greg Brown [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 9:18 AM To: '[EMAIL PROTECTED]' Subject: SSL/Apache SOAP 2.2

RE: SOAP and SSL

2001-07-20 Thread Ryan Winkler
I, too, have been trying to set up my SOAP calls over SSL. The thing I haven't been able to work out is, where do I get com.sun.net.ssl.internal.www.protocol? JSSE comes with com.sun.net, but doesn't seem to come packaged with anything with a longer package name than com.sun.net.ssl :) Thanks,

RE: SOAP and SSL

2001-07-20 Thread Ryan Winkler
Oops... I mean com.sun.net.ssl.internal.ssl.Provider() -r -Original Message- From: Ryan Winkler [mailto:[EMAIL PROTECTED]] Sent: Friday, July 20, 2001 12:18 PM To: '[EMAIL PROTECTED]' Subject: RE: SOAP and SSL I, too, have been trying to set up my SOAP calls over SSL. The thing I

RE: SOAP and SSL

2001-07-20 Thread Ryan Winkler
or in your java.security file. Tushar -Original Message- From: Ryan Winkler [ mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ] Sent: Friday, July 20, 2001 2:19 PM To: '[EMAIL PROTECTED]' Subject: RE: SOAP and SSL Oops... I mean com.sun.net.ssl.internal.ssl.Provider() -r

RE: SOAP and SSL

2001-07-20 Thread Ryan Winkler
: Friday, July 20, 2001 1:23 PM To: [EMAIL PROTECTED] Subject: RE: SOAP and SSL You do not need the class explicitly. It is just a property to be set. at runtime or in your java.security file. Tushar -Original Message- From: Ryan Winkler [ mailto:[EMAIL PROTECTED] mailto:[EMAIL

SOAP Session timouts

2001-06-26 Thread Ryan Winkler
I've been going over the documentation and archives, but I can't find how to set the session timeout for SOAP. Can anyone give me some assistance? -Ryan

RE: long Parameter won't compile

2001-06-21 Thread Ryan Winkler
at LongDeserializer.java. I will, however, try Long. - mark -Original Message- From: Ryan Winkler [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 21, 2001 11:40 AM To: '[EMAIL PROTECTED]' Subject: RE: long Parameter won't compile 'long' is a primitive type; this means that it has no methods