cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Backoffice Webservices possible?

mwoelm
Participant
0 Kudos
429

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

Accepted Solutions (1)

Accepted Solutions (1)

former_member633554
Active Participant

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

mwoelm
Participant

The platform webservices was removed in 1811. But found out that integrationservices is the substitute of it.

vikramnew258
Discoverer
0 Kudos

what is the endpoint to start a cronjob in 1811 after the platfrom webservices is removed?

Answers (0)