Web Services with Client Certificate
Posted: Wed Mar 14, 2012 3:24 pm
I've just tried to access a web service from within Jade. The web service requires a client side certificate. When accessing web service for the WSDL in a web browser, I'm prompted to select the certificate. When making a web service call from within Jade, there is no prompt. I can't see any reference to certificates within the Jade documentation (with reference to Web Services.)
I can see the JadeX509Certificate class within Jade, but can't see any way of connecting this with the web service consumer class.
Does anyone know how to specific the client certificate to use when calling a web service method?
Do I need to reimplment the web services consumer's invoke method and use a TCPIP connection with appropriate certificate to send the HTTP message to the web service host?
I can see the JadeX509Certificate class within Jade, but can't see any way of connecting this with the web service consumer class.
Does anyone know how to specific the client certificate to use when calling a web service method?
Do I need to reimplment the web services consumer's invoke method and use a TCPIP connection with appropriate certificate to send the HTTP message to the web service host?