consume java web service with client certificates

1

I appreciate your cooperation with the following situation. I have a project in .Net C # which must consume an external web service that is built in java, to be able to consume the service I must add the client certificates (I already have them installed in the machine), I have read several articles but I have not given how to do it, in a java example they create an SSLContext where they add the certificates and then they pass them to HttpPost but I do not know which classes in c # I can approve these from java.

the following are some articles that I have read.

SOAP Web Service Consumption with certificates

link

Sign SOAP Message with Certificaco X509 c #

link

    
asked by isaac 06.06.2018 в 22:25
source

0 answers