We are developing a system that has to make a call to an STS web service from a J2SE-based application.
I need to attach an X509Certificate to the call, but the only examples I can find rely on J2EE libraries, and switching to J2EE is not an option for this project.
Does anyone have any recommendation for a useful J2SE compatible approach? Library, or pointer to example code will do.