0

We are managing product information outside of Websphere commerce (V7, FP6, FEP5) and need to be able to update the catalog with changes. Without doing direct database manipulation (bad!) it looks like our options are Data Load Utility and Web Services. We have a consultant helping us but he insists that we not use web services. The best reason I could get for not using web services is that he "doesn't know a single company that uses web services for catalog maintance" and he will not "sign off on a design" that updates the catalog that way.

We are talking a small volume of updates... maybe a couple of updates each day with a really big day being a couple of hundred. We would like to automate this process so that we don't need to do this manually each evening. So does anybody use web services for delta updates? Is there a reason to avoid the CatEntry webservice?

SteveS
  • 1,008
  • 3
  • 18
  • 32

1 Answers1

2

The services were not designed for bulk updates. I have tried this before and it gets pretty messy. The BOD for catalog is designed to be used by CMC, and usually supports single operations, so you can't do transactional updates, which can leave you in some messy states. I'm inclined to agree with your consultant. I would recommend the data load utility or the mass load utility if you are disinclined to use data load.

  • Thank you for taking the time to respond. I appreciate an independent voice. Web services sounded like the quickest way for us to build this interface but if it is going to cause us problems then maybe we will just stick with data load. We have been investigating both approaches in parallel and found additional samples for data loader that boost the case for using that anyway. – SteveS Jun 21 '13 at 12:16