I have a problem with consuming a java webservice over SSL.
I have two approaches, one with .net4.0 and one with .net2.0.
Unfortunately the .net4.0 approach did not work. Howeve
I had the same issue. I could invoke web service with soapUI:
My solution - create web reference by using 'Add service reference' dialog (Advanced settings -> Add Web Reference).
See: Web Reference vs. Service Reference and Difference between web reference and service reference?