cancel
Showing results for 
Search instead for 
Did you mean: 

Invoking Cronjob using webservices

Former Member
0 Kudos

Created a cronjob and added the custom command in platformwebservices-web-spring.xml configuration file also did the configuration as mentioned in the link https://wiki.hybris.com/display/release5/REST+Commands+Tutorial But as soon as i hit "uri/cronjobs/" it says resource for this is not available. What possibly am I missing.?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member387866
Active Contributor
0 Kudos

Hi Utkarsh,

Have you tried following the WebServices Trail? There is also the WebServiceReference for CronJobs too.

Also, can you access other resources, e.g. Products, via REST? This will determine if the problem is with the CronJob, or your REST.

I hope this points you in the right direction,
Luke