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 variants and my request is very similar to the SOAP request(in soapUI)).
And why do i see in SOAPUI logs "INFO [HttpClientSupport$Helper] Updating keyStore.." if i don´t have certificates?
And if i have in my SOAP UI Request Information on "SSL Info", what´s the meaning?
I hope you understand my point.
Thanks a lot.