Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added Apache Wink retirement info.

...

This tutorial documents the steps to expose an ofbiz service using REST. The ofbiz ping service is exposed.  The ping service returns a copy on the input message to the response.  If the input message is null, ping returns PONG.

Apache Wink was chosen as The following steps show the REST implementation purely on the basis that it is an apache project. on base of Apache Wink.

Info
titleApache Wink is retired

As of April 2017, Apache Wink is retired. For new REST implementations, it is not recommended to use it. This page will be either updated with an alternative or deprecated in the future.

Assumptions

This tutorial assumes you have followed the ofbiz developer tutorial: http://cwiki.apache.org/confluence/x/cQFk

...