Re: Bug in timeout with SOAP to ssl socket

2003-04-01 Thread Scott Nichol
This patch has been made to CVS. On 31 Mar 2003 at 15:25, Paul G. Weiss wrote: > Hi. > > Sorry for the interruption. I joined the list to post a patch, because I > didn't know to whom to address it. > > If I call setTimeout on a Call where the url is an https url, it dies with > a NullPointe

cvs commit: xml-soap/java/src/org/apache/soap/util/net SSLUtils.java

2003-04-01 Thread snichol
snichol 2003/04/01 06:07:21 Modified:java/src/org/apache/soap/util/net SSLUtils.java Log: From Paul G. Weiss (bogus e-mail address provided): If I call setTimeout on a Call where the url is an https url, it dies with a NullPointerException. The problem is in SSLUtils.java.

RE: Disable ServiceManagerClient

2003-04-01 Thread Scott Nichol
Here is the exact soap.xml I used. The OS is Win2k, servlet container Tomcat 4.0.1, JDK 1.4.1_01, nightly build of Apache SOAP with no changes to the web.xml it installs. The soap.xml was placed in %CATALINA_HOME%\webapps\soap. On 31 Mar 2003 at 9:25, SRILAKSHMANA