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

Publishing data service with ServiceName that contain slash doesn't work as expected #22

Closed ismailhabib closed 10 years ago

ismailhabib commented 10 years ago

{ "message": "Unknown service: '1'", "error": "NOT_FOUND: POST 1/groups/", "status": 404 }

dlhartveld commented 10 years ago

Implemented in v1.3.0-rc2.