Axis2's wsdl2java fails on RPC/Encoded style web services

前端 未结 8 1528
离开以前
离开以前 2021-02-05 18:24

Is there any alternative to Axis2? Or the way to make it work (different data binding, for example)?

Retrieving document at \'...\'.
Exception in thread \"main\"         


        
8条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-05 18:49

    I'm not going to get in depth with this, but since you asked for alternatives:

    Java 6 SE and Java 5 EE ship with the Metro JAX-WS (reference) implementation.

    It lives in the javax.xml.ws namespace.

    Sun's Developer Network has an article Introducing JAX-WS 2.0 With the Java SE 6 Platform that might be useful.

    Having said all this, Eclipse is not very JAX-WS friendly.

提交回复
热议问题