Generic Services
Categories
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Component created
Component changed
Component body
Generic Services - Webservice Generator
Generic Services lets you easily generate bunches of webservices and expose the full power of drupal to your clients without creating a module
With Generic Services you can:
- create webservices on fhe fly without creating a module
- the webservice can execute SQL Statements, Drupal Functions or PHP Code on your server
And there is more:
Generic Services generates automaticly
user interfaces (drupal) for your created service so can execute your service immedialtely after creation.
when you have created a service navigate to: services/generic/service/
New:
generates now drupal forms
for your service that you can execute through a menu link
or use in your template
added json endpoint for generic services
now supports code highlighting through prettify module
And:
Because of the concept, it let you easily generate user interfaces in any programming language!
For example: the generated service will run with external generic clients like:
http://gggeek.altervista.org/sw/xmlrpc/debugger/
and also later on:
http://soapclient.com
For installation ans usage information please refer to to:
README.txt
you can also read a little more about that concept here:
http://rs-web01.hostingcenter.pool-informatik.com/sandbox/generic_services
