ssl-authentication

Calling a Java web service using server authentication from .net

I have a web service I want to call: https://someserver.com/Service The service is built on a IBM WAS server in Java. It is using SSL authentication so on the WAS server a certificate was created and they sent us the public .cer file and a WSDL file. On my side I have a .net application that is set up based on the WSDL file to consum...