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

前端 未结 8 1410
离开以前
离开以前 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条回答
  •  闹比i
    闹比i (楼主)
    2021-02-05 18:39

    You can add following parameter for wsdl2java command

    -d xmlbeans
    

提交回复
热议问题