Hi, Florent: > I can't map any URI to be served by a specific piece of > code.
Yes, you're right. The REST API provides services on a database and supports extension of those services to new database resources. That is, the REST API doesn't provide a framework for creating REST APIs. MarkLogic does provide a REST library to make that task easier, but, as we discussed earlier, we don't at present support a way to do multipart/mixed encoding or decoding in your own code. So, the suggestion about using a resource service extension would only help if you're supporting REST clients for a database instead of defining your own REST API. Erik Hennum _______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
