soap running under Resin-2.1.0

2002-05-07 Thread Mohssin Assaban
Hi All,   I build a web service using apache soap running under Tomcat 4.0.3. It works fine en without any problem. When I switched to Resin2.1.0, I got some problems with the namespaces . One of the fault is listed below. I replaced the XML parser of Resin with Xerces. But I still get

Custom SSL socket factory

2002-05-07 Thread Johan Hedin
Hi all We use Apache Soap 2.2 in our products for pushing log files over the web to a central log server. This is done via Apache Soap. In order to make this secure enough, we are using client certs for the SOAP client. To do this, I made a small patch to the SSLUtils class enabling setting a cus

cvs commit: xml-soap/java/webapps/soap/admin deploy.jsp list.jsp showdetails.jsp undeploy.jsp

2002-05-07 Thread nagy
nagy02/05/07 08:01:23 Modified:java/docs/guide config.html java/src/org/apache/soap/server/http MessageRouterServlet.java RPCRouterServlet.java java/webapps/soap/admin deploy.jsp list.jsp showdetails.jsp u

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

2002-05-07 Thread duftler
duftler 02/05/07 09:02:09 Modified:java/src/org/apache/soap/util/net HTTPUtils.java Log: The exception being thrown did not always contain a helpful message. This issue was raised by [EMAIL PROTECTED] (Andy Jefferies). For more info, please see: http://nagoya.apache.org/

cvs commit: xml-soap/java/src/org/apache/soap/transport/smtp SOAPSMTPConnection.java

2002-05-07 Thread duftler
duftler 02/05/07 09:09:01 Modified:java/src/org/apache/soap/transport/smtp SOAPSMTPConnection.java Log: The popPollDelay constructor argument was being ignored. For more info, please see: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8204 Submitted