SOAP service over SSL

2002-05-02 Thread Peter
Hi All,   I try to config the soap server and tomcat to run SOAP server over SSL. I follow the  instruction about how to config the tomcat to support SSL and client authentication.  In tomcat configuration, I have set After that, I try to use client program to call the soap service and the

Re: SOAP service over SSL

2002-05-02 Thread Andrew Trieger
I got this working in Iplanet Enterprise 6.0 with jdk1.4.0, I can send the notes on that if you care, but didnt try with tomcat.  I'll post my notes for that to this list anyways later this week.  I can tell you it was a big help to have the client's certificate (client was a java program) as a

Using SOAp RPC and EJBs

2002-05-02 Thread Sean
Hi, When I allocate a Call object from within an entity bean I get a SOAPException thrown. This also occurs when I try to allocate a Service object in Axis. I ave no problems with SOAP messaging from within the bean, but in this case woud like to use the RPC. Is this a known bug? Thanks, Sea

cvs commit: xml-soap/java/src/org/apache/soap/server ServiceManager.java

2002-05-02 Thread duftler
duftler 02/05/02 11:02:51 Modified:java/src/org/apache/soap/server ServiceManager.java Log: A type-check was not being performed due to its placement. It has been moved so that it now has effect. For more info, see: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2668 Su

cvs commit: xml-soap/java/src/org/apache/soap/server/http MessageRouterServlet.java RPCRouterServlet.java

2002-05-02 Thread duftler
duftler 02/05/02 11:43:30 Modified:java/src/org/apache/soap/server/http MessageRouterServlet.java RPCRouterServlet.java Log: Removed 2 server-side stack traces where exceptions were also being propagated. For more info, see: http://nagoya.apache.org/b

cvs commit: xml-soap/java/docs intro.html

2002-05-02 Thread nagy
nagy02/05/02 12:09:14 Modified:java/docs intro.html Log: Updated docs to reflect Java 1.2+ requirement Revision ChangesPath 1.10 +4 -3 xml-soap/java/docs/intro.html Index: intro.html ===

cvs commit: xml-soap/java/docs/guide serializer.html

2002-05-02 Thread duftler
duftler 02/05/02 13:49:55 Modified:java/docs/guide serializer.html Log: Changed the word 'all' to 'most', since the Java primitive type char is not supported. Submitted by: [EMAIL PROTECTED] Revision ChangesPath 1.6 +1 -1 xml-soap/java/docs/guide/seriali

cvs commit: xml-soap/java/src/org/apache/soap/rpc Call.java

2002-05-02 Thread duftler
duftler 02/05/02 14:02:03 Modified:java/src/org/apache/soap/rpc Call.java Log: Fixed a problem that would cause a Call object's targetObjectURI property to get set to null if a Fault was returned. For more info, please see: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3

Re: cvs commit: xml-soap/java/src/org/apache/soap/server/httpMessageRouterServlet.java RPCRouterServlet.java

2002-05-02 Thread Richard Sitze
Catching an exception and throwing the original away means that you have lost the call stack. You should either log it, or wrap the entire stack trace into the new exception. While writing the stack trace to standard output may not be what you really want (does SOAP have a log file?), you have i

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

2002-05-02 Thread duftler
duftler 02/05/02 14:42:25 Modified:java/webapps/soap/admin list.jsp Log: A closing tag was missing. Submitted by: [EMAIL PROTECTED] (Takashi Okamoto) Reviewed by: [EMAIL PROTECTED] (Matthew J. Duftler) Revision ChangesPath 1.3 +1 -1 xml-soap/java/webapps

cvs commit: xml-soap/java/docs/schema dd.xsd

2002-05-02 Thread duftler
duftler 02/05/02 14:54:50 Modified:java/docs/schema dd.xsd Log: Updated the deployment descriptor schema to reflect the mapping QName being made optional. For more info, please see: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5426 Submitted by: [EMAIL PROTECTED] (Gav

cvs commit: xml-soap/java/src/org/apache/soap/server/http ServerHTTPUtils.java

2002-05-02 Thread duftler
duftler 02/05/02 14:59:23 Modified:java/src/org/apache/soap/server/http ServerHTTPUtils.java Log: Made the ServerHTTPUtils.readEnvelopeFromRequest(...) method public, instead of the default package access. For more info, please see: http://nagoya.apache.org/bugzilla/show_bug