kentico_zdenekc
-
10/23/2013 7:40:01 PM
RE:Create REST service returning custom query results
Hi Emanuele,
Am I understanding correctly, that you want to implement your custom WS, and you would like to use the same authentication as is used for our REST service?
Our REST svc alone accepts neither custom queries, nor allows getting data from external DB without implementing that feature into dummy object type GetData method... what is not a simple task, although it might be possible. Your aim is quite specific scenario and there's no built-in configurable way to achieve that, at least with the present information.
Is your request about using our REST, or just using the same kind of authentication? Also please note, that if your queries are going to be dynamic, the hash authentication that we use for REST works only for complete URL and you have to generate it first on the server, therefore you would need to communicate with the server first to obtain the auth.hash.
All in all, there will probably always be some coding involved. Please let me know if I can be of any further help.
Regards, Zdenek
|