NF9 JSON Web Services
From iDempiere en
Feature: JSON request and response support for Web Services
Goal: Development
Feature Ticket: IDEMPIERE-4955
Description: Add JSON request and response support to Web Services call:
- Instead of XML, you can now use JSON for both request and response with iDempiere web service call.
Usage of New Features
- All call must be make with POST http method.
- You must specify application/json for Content-Type and Accept http header.
Syntax of JSON request and response
- See JSON Data Format.odt at https://idempiere.atlassian.net/browse/IDEMPIERE-4955