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
>
>
>> >> 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
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.