mendix / RestServices

REST service module for Mendix. Supports consuming and publishing REST based services and real-time data synchronization. Supports JSON, form-encoded, multipart and binary data transport.
Apache License 2.0
31 stars 46 forks source link

Change data service registering MF's param "OnPublishMicroflow" to what it represents #28

Closed ebrpol closed 9 years ago

ebrpol commented 10 years ago

As in:

mweststrate commented 10 years ago

The onPublish microflow's goal is not used as interpretation of a GET request, rather, when using a dataservice GET requests are interpreted for you by the module, and the onPublish microflow is used for serialization (and not only for GET requests but also on other occassions)

Maybe 'onSerialize' is a better name?

mweststrate commented 9 years ago

Closed issue for inactivity.