Search code examples
salesforceintegrationapex-codeforce.com

Integrate Salesforce with HP TRIM


I am a Salesforce Developer and want to integrate Salesforce with HP TRIM. I am new to HP TRIM. Can someone please suggest what steps should I follow in order to integrate both systems.

  1. Does HP TRIM provide API/ WSDL that I can consume in Salesforce ?
  2. Do I have to use Java or C# to integrate OR I can do it using APEX(Salesforce) only.

Thanks


Solution

  • I'm not familiar with Salesforce, but I've done a lot of dev with TRIM.

    There is both a .NET API and a SOAP web service. The .NET API is much easier to work with, but using it will depend on how well Salesforce interops with .NET.

    I prefer to write my own web services that use the .NET API, and have everything consume that. Because TRIM is so configuration heavy it makes sense to simplify it with some nice domain specific abstractions.

    Documentation is scarce, and is only available in the HP TRIM software package, but once you get up and running it's fairly straight forward.

    The HP TRIM product page has a trial you can download.

    Good luck!