I am developing a Java desktop application and I want to consume a web service in it. The web service requires two-way SSL connection with message level security using bin
bin
Consuming web services in JavaSE - see NetBeans tutorial
Use BindingProvider to set your properties before you invoke the service. See example of using BindingProvider here
BindingProvider