Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

This page is just being used by the author to record his thoughts/progress towards a REST Service Implementation for Ofbiz. Note this document is a work in progress. I'm still learning about REST as well, so this document may be inaccurate.

Why?

TODO

How?

Base url: https://localhost/webtools/control/RESTService/Image Removed

Use similar implementation to SOAP and the SoapEventHandler (i.e. implement a RestEventHandler)

...

The above service would be accessed at the url:

https://localhost/webtools/control/RESTService/personImage Removed - where person = rest-resource-name in the service definition.

...