Re: JSON with XML Stream API/moshi

2025-02-19 Thread Stefan Traud
I'm attaching 2 debug logs: - soap.log: processing of the getPrice request using the ADBClient from samples.quickstartadb (modified only to set the required currency attribute using StockQuoteService.setCurrency). This returns the expected result. - json.log: processing of the getPrice

Re: JSON with XML Stream API/moshi

2025-02-19 Thread Stefan Traud
Thanks for your feedback. Since xml attributes do not have a correspondance in json, I would expect that there are conventions on how to handle these.For example, when experimenting with mapped JSON, the generated soap message is properly populated with attributes from the json string when usin