Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated the ESB links with EI 611 links

...

Also see the following sections in the WSO2 ESB EI documentation. WSO2 ESB EI is used to implement the API Gateway through which API messages are transformed:

JSON message builders and formatters

...

Note that we have used the Property mediator to mark the outgoing payload to be formatted as JSON. For more information about the Property Mediator, see the Property Mediator page on WSO2 ESB EI documentation.

Code Block
languagehtml/xml
<property name="messageType" value="application/json" scope="axis2"/>

...

Info
titleXML to JSON Transformation Parameters

See JSON Transformation Parameters for additional parameters for converting XML to JSON.