webservices SSL (https)
问题 If i have a webservice over https (https://mywebservice/myservice) that means that i need to have a certificate to connect to this webservice, right? Something like this: Java HTTPS client certificate authentication I don´t understand this point, assuming that my first question is correct, why can i connect to a webservice using soapUI 3.5 (and i don't have configuration "SSL Setting") but i always have a error if i communicate using Java (Axis 2 1.6.1) (i already try basic auth, with a lot