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

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

    RPC encoding is not supported on Axis2. Source: http://wiki.apache.org/ws/StackComparison

    0 讨论(0)
  • 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.

    0 讨论(0)
提交回复
热议问题