Savitha Holla wrote:
I have a sample Web Service using Apache CFX and I have added security to the
web service using X.509 Certificate as given in
http://cwiki.apache.org/CXF20DOC/ws-security.html .
Does anyone know how to develop a .NET client to access this secured web
service by making use of the key generated.
Hi Savitha,
You point svcutil of WCF to the services published by CXF. Once these
proxies are generated then you can add a config file and write a basic
.Net WS client which just invokes WS.
The configuration file has the needed security username, keystore,
truststore, algorithm suite related configuration.
With Regards,
Mayank