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

前端 未结 8 1405
离开以前
离开以前 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:57

    I've had issues with SimpleDataBinding in axis2 too. I resolved them by using the AxisDataBinding option. Which is bit more heavy weight from a coding perspective, but works after all.

    ADB in detail

    Furthermore I'd agree to Robert, stating that axis1 is an interesting option too.

提交回复
热议问题