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

Create a rest client in Hybris to call 3rd party restful webservices

Former Member
0 Likes
1,170

Hi folks ,

My case is about getting Product Data from my client ERP restful web services.As you know, Hybris provides a lot of OOTB restful web services. But I need to create rest client in Hybris. For this, I have two option

1) create a new "yempty" extension and use spring rest-template. (define cronjob ,DTO ,mapper etc)

2) write all related stuff on cronjob in my customcore extension

Do you have any idea or OOTB feature apart from two options above ?

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Hi Erhan,

The first approach is better .That is what I have also used in my project. You can definitely go with first approach.

Thanks, Sid

Former Member
0 Likes

Thank you.