Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why JSON Support for Axis2?

Axis2 JSON support
0
Posted

Why JSON Support for Axis2?

0

Apache Axis2 is a Web services stack that delivers incoming messages into target applications. In most cases, these messages are SOAP messages. In addition, it is also possible to send REST messages through Axis2. Both types of messages use XML as their data exchangeable format. So if we can use XML as a format, why not use JSON as another format? There are many advantages of implementing JSON support in Axis2. Mainly, it helps the Javascript users (services and clients written in Javascript) to deal with Axis2. When the service or the client is in Javascript, it can use the JSON string and directly build Javascript objects to retrieve information, without having to build the object model (OMElement in Axis2). Also, Javascript services can return the response through Axis2, just as a JSON string can be shipped in a JSONDataSource. This architecture is explained in more detail in the next section of this article. Other than for that, there are some extra advantages of using JSON in comp

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123