Skip to main content

JSON request and response support for Web Services

Goal: Development

Developer: Hengsin (talk)

Feature Ticket: IDEMPIERE-4955

Description: Add JSON request and response support to Web Services call:

  1. Instead of XML, you can now use JSON for both request and response with iDempiere web service call.

Usage of New Features

  1. All call must be make with POST http method.
  2. You must specify application/json for Content-Type and Accept http header.

Syntax of JSON request and response

  1. See JSON Data Format.odt at https://idempiere.atlassian.net/browse/IDEMPIERE-4955

Source: Wiki