Re: Need help in adding JSON/Rest interface to current SOAP axis2 service implementation

2025-02-18 Thread robertlazarski
If you are looking at a pure JSON only service, the are the docs for 1.8.2 however we are about to start a release vote on 2.0.0 that will support jakarta and Tomcat 11 / Wildfly 32. https://axis.apache.org/axis2/java/core/docs/json-springboot-userguide.html There are other JSON use cases in thes

Need help in adding JSON/Rest interface to current SOAP axis2 service implementation

2025-02-18 Thread Raghu Udupa
We have an axis2java soap service implementation running for few years. We would like to provide Rest/JSON support. What is the best way to provide that interface? Do we have to develop a new service? Is there a sample rest service implementation using axis2 Thanks, Raghu