Axis2: Suggestion

2011-06-14 Thread Ravindran Kanniah
Hi there, Recently I tried axis2 1.6.0's few selected samples for the java version, I noticed that there is a problem such as 'class not found error' with the client execution in quickstartadb & quickstartaxiom. I included xerces-2.6.2.jar file into AXIS2_HOME\lib to overcome this problem. I sugge

Re: Axis2 server on Https

2011-06-14 Thread Dmitry Ruban
Another option not related to java would be to install apache/nginx and use it as reverse proxy from SSL port to axis listening on local interface. On 14/06/11 10:14, Matta, Geethamadhurima wrote: Hi, Can anyone help on the below. I am using stand-alone Axis2 server. Need it on https. --

Re: Axis2 server on Https

2011-06-14 Thread Andreas Veithen
The stand-alone Axis2 server doesn't support HTTPS. It is only supported when using the servlet transport, i.e. inside an application server. Andreas On Tue, Jun 14, 2011 at 00:14, Matta, Geethamadhurima wrote: > Hi, > > Can anyone help on the below. I am using stand-alone Axis2 server. Need it

AW: Axis2 soapsession Example

2011-06-14 Thread Stadelmann Josef
100% true what Deeplal said! What has said sop far is true. Scope="soapsession" in service.xml, engagement of addressing at server and client; stop, you develop a .NET client and that's where the nightmar begins. So develop first a axi2/j client enage addressing and learn all about scope0"soapse

AW: Axis2 server on Https

2011-06-14 Thread Stadelmann Josef
OK, 8096 Here you declare that https as a transportReceiver name is used in conjunction with a class understanding http but maybe not https. I think all it does is listening now on port 8096 for a http protocol but gets a https offered and does not understand it. Maybe you have a