SOA Suite 12.2.1 introduces end-to-end
JSON support in composites and support for JavaScript in
composites. The REST-binding (which can be used by Service Bus,
BPEL, BPM) can receive and send untyped JSON without the need to
translate it to XML. In BPEL, JavaScript can be used as expression
language in various activities and there is a JavaScript embedding
activity available.
In this article I’ll show some examples on what you can do with
this end-to-end JSON support and give...