I'm not aware of anything done on this subject. What kind of data do you retrieve from the smartcard and how ? Do you simply retrieve the certificate ? servicemix-http uses an abstraction on top of a keystore so you may be able to implement you own that would delegate calls to the smartcard somehow.
http://svn.apache.org/viewvc/servicemix/smx3/trunk/core/servicemix-core/src/main/java/org/apache/servicemix/jbi/security/keystore/KeystoreInstance.java?revision=602826&view=markup On Jan 18, 2008 11:07 AM, Sebas Gomez <[EMAIL PROTECTED]> wrote: > Hello. > > I need to access a web service secured with WS-Security using a Smart > Card. > If I had the security certificate in local, I know I could set the > http:sslParameters with the path of the keystore and its keystore > password, > but this is not the case. > > I suppose I will have to extend either servicemix-http or servicemix-cxf > to > support reading smart cards, but I don't know if there is an easier > workaround. > > Is there anything similar already implemented? If not, I would appreciate > any kind of indication as to what would be the best way to solve this > problem. > > Best regards. > > Sebastian Gomez > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/
