moshi.JSONBuilder not building SOAP body from JSON

2025-02-12 Thread Stefan Traud
We are investigating to enhance our running axis2 service with JSON support, i.e. to use JSON over SOAP to facilitate support non-java clients. I'm doing feasibility checks for mapped JSON using the StockQuoteService from samples.quickstartadb in axis-1.8.2 (as described in JSON support in Axis2

Re: moshi.JSONBuilder not building SOAP body from JSON

2025-02-12 Thread robertlazarski
For SOAP in your example, it is a different implementation. The user guide link is pure JSON without SOAP at all. On Wed, Feb 12, 2025 at 9:40 AM robertlazarski wrote: > I use Moshi with Axis2 quite a bit at my day job, and the 2.0.0 release > that is about to go out very soon has improved this

Re: moshi.JSONBuilder not building SOAP body from JSON

2025-02-12 Thread robertlazarski
See the code differences between org.apache.axis2.json.JSONOMBuilder and org.apache.axis2.json.moshi.JsonBuilder, the coding isn't too complicated. I suggest creating a Jira issue, and if up to it coding a GitHub PR. I can help with the coding if you need it, and can test it. On Wed, Feb 12, 2025

Re: moshi.JSONBuilder not building SOAP body from JSON

2025-02-12 Thread robertlazarski
I use Moshi with Axis2 quite a bit at my day job, and the 2.0.0 release that is about to go out very soon has improved this area of Axis2. For 1.8.2 we have samples and a user guide for Moshi. It is based on Spring Boot but that is just for demonstration and it is not a requirement. This guide has