Salesforce Generate Partner Jar for Latest API support

Salesforce Generate Partner Jar for Latest API support

Posted by: Informatica Cloud

Salesforce Generate Partner Jar Utility helps user to generate the latest Salesforce API WSDL jar to help users leverage the latest features of Salesforce API

Overview

Instructions to use the Utility (User Guide)

IICS

  1. Download the GeneratePartnerJar.bat 
  2. Latest API WSDL needs to be obtained from Salesforce(Refer to Salesforce help or contact Salesforce Support).
  3. Save the content as partner_<version>.wsdl.
  4. Open the Script in Administrator Mode and Edit the below values as per your requirement
    • SET SFDC_HOME= <Informatica Cloud Secure Agent>\downloads\package-Salesforce.370045\package\500100
    • SET JAVA_HOME= Your System JDK Path
      • E.g. : C:\Program Files\Java\jdk1.8.0_181
    • SET PARTNER_WSDL_PATH="C:\WSDL\partner_45.wsdl"
    • SET PARTNER_VERSION= <set the version number>
  5. Run the GeneratePartnerJar.bat utility in the Administrator Mode
  6. You will now see a new folder with API version number mentioned in the utility along with partner WSDL jar inside the new folder under <Informatica Cloud Secure Agent>\downloads\package-Salesforce.370045\package\500100

PC

  1. Download the GeneratePartnerJar.bat 
  2. Latest API WSDL needs to be obtained from Salesforce(Refer to Salesforce help or contact Salesforce Support).
  3. Save the content as partner_<version>.wsdl.
  4. Open the Script in Administrator Mode and Edit the below values as per your requirement
    • SET SFDC_HOME= <PowerCenter Client Installation Directory>\clients\PowerCenterClient\client\bin\javalib\310600
    • SET JAVA_HOME= Your System JDK Path
      • E.g. : C:\Program Files\Java\jdk1.8.0_181
    • SET PARTNER_WSDL_PATH="C:\WSDL\partner_45.wsdl"
    • SET PARTNER_VERSION= <set the version number>
  5. Run the GeneratePartnerJar.bat utility in the Administrator Mode
  6. You will now see a new folder with API version number mentioned in the utility along with partner WSDL jar inside the new folder under <PC Client Installation Directory>\clients\PowerCenterClient\client\bin\javalib\310600
  7. Copy the folder into with partner WSDL into Server location <PC Server Installation Directory>/server/bin/javalib/310600

IDQ

  1. Download the GeneratePartnerJar.bat 
  2. Latest API WSDL needs to be obtained from Salesforce(Refer to Salesforce help or contact Salesforce Support).
  3. Save the content as partner_<version>.wsdl.
  4. Open the Script in Administrator Mode and Edit the below values as per your requirement
    • SET SFDC_HOME= <IDQ Cient Installation Directory>\ clients\DeveloperClient\connectors\thirdparty\infa.salesforce
    • SET JAVA_HOME= Your System JDK Path
      • E.g. : C:\Program Files\Java\jdk1.8.0_181
    • SET PARTNER_WSDL_PATH="C:\WSDL\partner_45.wsdl"
    • SET PARTNER_VERSION= <set the version number>
  5. Run the GeneratePartnerJar.bat utility in the Administrator Mode
  6. You will now see a new folder with API version number mentioned in the utility along with partner WSDL jar inside the new folder under <IDQ Client Installation Directory>\ clients\DeveloperClient\connectors\thirdparty\infa.salesforce
  7. Copy the folder into with partner WSDL into Server location <IDQ Server Installation Directory >/connectors/thirdparty/infa.salesforce

NOTE:

  • Utility can be run only on Windows Machine.
  • For PowerCenter, this feature is available from 10.2.0HF2 onwards.
  • In Cloud, this feature will be available from R32 onwards.
  • In BDM, this feature will be available 10.4.0 release onwards.

Features

  • Salesforce Generate Partner Jar Utility helps user to generate Salesforce API WSDL Jar on their own with very minimal effort. 
  • Users will be able to leverage the same before Informatica provides them bundled with the product.

Resources

Userguide