Forum Discussion

silvana_deana's avatar
17 years ago

webservice

I'm trying to make a java code, a web service client with a public key, an p12 archive. I've done ok with soapUI, but in the Java, I wrote: System.setProperty("javax.net.ssl.clientAuth", "true");  ...