0

I've been trying to use SAP Data Services to integrate products from an existing ECC system into Hybris commerce platform, the data is ready to be pushed to the system but for the life of my I cannot get SAP Data Services to interface with the Hybris api for creating products.

Has anyone out there accomplished creating products in Hybris using Data Services and would have an example of the settings of the data store and structure of the function call in Data Services? Also are the WADLs avaliable for these services anywhere in Hybris?

Sandra Rossi
  • 11,934
  • 5
  • 22
  • 48
N Wilson
  • 13
  • 4
  • As far as I know these services are meant to support alternative web shop frontends to the hybris accelerator storefront. They are not meant to maintain the system. – Johannes von Zmuda Apr 10 '18 at 06:51
  • Yeah unfortunately this was a top down decision to utilise these particular applications and web services, but I've managed to make it work. Thank you for your comment – N Wilson Apr 11 '18 at 06:11

1 Answers1

0

Hybris preference async data transfer, so it is using IDOC for ECC via hybris data hub.

I haven't been using it but you can check ootb rest services or develop custom in hybris and call it from SAP Data Services.

Hybris doesn't support SOAP ootb so there is no WADL or WSDL.

mkysoft
  • 5,392
  • 1
  • 21
  • 30
  • Thank you for your answer, we ended up writing scripts and importing them as custom functions into SAP Data Services as per your advice – N Wilson Apr 11 '18 at 06:10