简体   繁体   中英

Data Binding in axis2

I want to create a simple webservice using Axis2 1.5.1. The expectations from the webservice is:
Do i require to use any data binding (initially i thought of using ADB) or is deploying WS using POJO sufficient?
Do we have enough documentation for the Data binding?

Because Axis2 quick start guide has some text for how to create webservices using these data bindings but it doesn't list the scenarios where to use what.

Thanks in advance.

Axis databinding (ADB) code cannot be reused as it is only for Axis2 Web services.

Your POJOs should be sufficient for data binding.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM