How how to send settings for a service call [message #581555] |
Mon, 30 March 2009 08:58 |
Henzler Peter Messages: 19 Registered: July 2009 |
Junior Member |
|
|
I have different services on the server side giving data.
I want that the client can give some information along with the service
call that make the service behave different.
Example:
I have a service that has many methods to query foo objects on the server.
I want also call this service in a way where the language dependent data
of the found objects gets translated before returning the result.
Instead of duplicate the service and all the methods in it, I want to give
some data to the server along with the service call that specify how the
service handles that specific call. This could be a map with properties
like 'translate=true' and 'languages=de,fr,en'
Is there a build-in way to handle that?
How can I set data for a single service call so that that data can be read
on the server side when the call is processed?
Thank you for any answer.
Peter
|
|
|
Powered by
FUDForum. Page generated in 0.01804 seconds