I want to secure a webservice using Netbeans with mechansim : "Message Authentication over SSL" and I do everything that Netbeans documentation and
Sun WSIT tutorial told to do. I also ...
Hi all I am using NetBeans 6.1 with Glassfish V2-ur2. I loaded the samples CalulatorApp and CalculatorClientApp (not secure). I set the "Transport Security (SSL)" into the service CalculatorWS, with development defaults. I applied the workaround for disabling Certificate Validation and HostnameVerifier, both on service and in client. I refreshed the client, redeployed and run it. The following message appears in ...
Hi, I'm using axis 1.5.2 + jre 1.6 in aix 5.3, generating client stub with wsdl2java. wrote a java program that, given a keystore file and a password, and using the stub generated, calls an external web service with https. that works OK the first time it calls the web service. the second call, and the third and so on, the ...
Hi All, My jobs are running on daily basis to get data from third party websites. From today onwards, all the jobs were stopped due to the following error. Exception occured downloadextractfile..javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target I followed the below steps as based on my knowledge. 1. I got the ...