Re: HTTPS behind Glassfish V2

2010-02-20 Thread Andreas Veithen
David, In the current releases this doesn't work properly; see AXIS2-4465. The issue has been fixed in the current trunk. [1] explains how this can be configured properly with the current snapshots (and the upcoming 1.6 release). Andreas [1] http://people.apache.org/~veithen/axis2/1_6/servlet-tr

Re: Axis2-1.5.1 and user exceptions

2010-02-20 Thread Dennis Sosnoski
The Jibx2Wsdl tool can be used to easily convert most existing code to an Axis2 (or JiBX/WS) web service. The output of Jibx2Wsdl includes WSDL, schema, and JiBX binding definitions you can use to deploy your service code on Axis2. The documentation page at http://jibx.sourceforge.net/fromcode/

RE: Axis2-1.5.1 and user exceptions

2010-02-20 Thread Pär Malmqvist
Hello! I have been waiting for code-first approach to handle custom exceptions for about three years now... So I always have to use contract-first approach to get it to work. Its really time consuming but not much to do. Regards Pär Malmqvist Date: Fri, 19 Feb 2010 09:15:03 -0500 Subject: Re