axis.socketSecureFactory not working

2010-09-15 Thread Neil Aggarwal
Hello: I am using a self-signed cert on my Axis server. In my Axis client, I am setting the axis.socketSecureFactory property to use my own SSL Socket Factory: AxisProperties.setProperty("axis.socketSecureFactory", "com.jammconsulting.net.TrustAllSslSocketFactory"); But I am still ge

Re: [AXIS2] - Adding ws-security headers from wsdl2java generated client...

2010-09-15 Thread Matt Graham
> > >> >> Are you saying that adding a axis2.conf file will enable >> > the creation of the security header? >> > > In my case I have the same client .java code that can talk > to WebService both with and without WS-Security. > The only difference is axis2.conf. > > I'll give this a shot today. W

Re: [AXIS2] - Adding ws-security headers from wsdl2java generated client...

2010-09-15 Thread Michal Niklas
W dniu 2010-09-10 19:33, Matt Graham pisze: >> [...] >> Are you saying that adding a axis2.conf file will enable > the creation of the security header? In my case I have the same client .java code that can talk to WebService both with and without WS-Security. The only difference is axis2.conf.