JAX-WS Loading WSDL from jar

前端 未结 13 941
予麋鹿
予麋鹿 2020-11-28 04:40

I\'m writing a fat client that makes use of a SOAP service for some features (bug reporting etc.)

I\'ve got JAX-WS working fine, but by default (in netbeans at least

13条回答
  •  执笔经年
    2020-11-28 05:32

    An other answer is to use the

    new Service(wsdllocation, servicename );
    

    to get the Service Object.

    This is how I solved the problem.

提交回复
热议问题