You are not logged in.
Pages: 1
I have gone through all the samples, it is absolutely cool and very useful framework.
Just wondering, if possible, how to consume the interfaced service like ICalculator, for example, from Delphi Prism, C# and Javascript? Or I must made the service RESTful if it maybe called by language other than Delphi?
Thanks!
Offline
There are several feature request about this.
See http://synopse.info/fossil/tktview?name=10a25a8919
and http://synopse.info/fossil/tktview?name=3588ce2b34
What we are currently implementing are such clients:
- Delphi cross-platform clients (e.g. to be used with FireMonkey) - http://synopse.info/fossil/tktview?name=09ae8513eb
- FPC cross-platform clients - http://synopse.info/fossil/tktview?name=168eb753e5
- SmartMobileStudio AJAX/JavaScript clients - http://synopse.info/fossil/tktview?name=d7e5521da5
For C# or plain JavaScript, any help is welcome!
You could start from the units located in the "CrossPlatform" sub-folder, as reference.
It could be pretty easy to use it as reference, e.g. to implement the several authentication schemes.
Offline
Very nice, thanks for the info
Offline
Pages: 1