Web service client with Java application and SSL

后端 未结 2 1768
既然无缘
既然无缘 2021-02-02 04:30

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

2条回答
  •  一整个雨季
    2021-02-02 05:06

    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

提交回复
热议问题