on 2020 Jan 30 12:12 PM
If I would like to implement a backoffice webservice, is it possible? For example: A webservice which triggers a cronjob.
I have tried to implement a normal @Controller with @RequestMapping in a backoffice extension and return a simple Hello World, but the Controller seems not to be reachable.
Can somebody write an approach if possible?
BR,
Michael
Request clarification before answering.
The platformwebservices can trigger a cronjob out of the box.
So in theory you can write a groovy script job and trigger it from the platformwebservice.
/ws410/rest/cronjobs/MyCronJobr?cmd=StartCronJobCommand&synchronous=true
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The platform webservices was removed in 1811. But found out that integrationservices is the substitute of it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.