Adapter for Salesforce 8.2 | webMethods Adapter for Salesforce Documentation | webMethods Adapter for Salesforce Installation and User’s Documentation | Installing, Upgrading, and Uninstalling webMethods Adapter for Salesforce | Upgrading to Adapter for Salesforce 8.2 | Migrating Adapter Services Created with Adapter for Salesforce 7.1 SP1
 
Migrating Adapter Services Created with Adapter for Salesforce 7.1 SP1
 
Before Migrating Adapter Services
Migrating Adapter Services to Adapter for Salesforce 8.2
The input signatures of the create, update, and upsert adapter services have changed in Adapter for Salesforce 8.2. For this reason, existing create, update, and upsert services will not work with version 8.2 of the adapter, unless they are updated.
You use the wm.adapter.wmsalesforce.migration.Service:migrate_711_To_82 migration utility service to migrate create, update, and upsert adapter services created with Adapter for Salesforce 7.1 SP1. The migration service updates the signatures of the existing create, update, and upsert adapter services.
The migration service automatically corrects the input pipeline mapping of any dependent flow services that contain create, update, or upsert adapter services.
The migration service also updates the connections defined in the custom package containing the create, update, and upsert adapter services, as well as any external connections referred to in the custom package, by changing the Endpoint URL for the connections to https://login.salesforce.com/services/Soap/u/25.0. The migration service changes the connection state to enabled for the connections associated with a create, update, or upsert service.
Note:
If the connection associated with a create, update, or upsert adapter service no longer exists, the service will not be migrated.
watt.adapter.salesforce.migration.updateEndPointURL. Use this property to change the Endpoint URL for adapter connection using the migration utility.
When the watt property watt.adapter.salesforce.migration.updateEndPointURL is set to true, the migration utility service changes the default Endpoint URL for adapter connections to the Partner WSDL version. When the watt property is set to false, the migration utility service does not change the Endpoint URL for adapter connections. The default is false.
When the value of the watt property is changed, you must restart Integration Server.
The following table shows the input parameters of the migration service:
Input Parameter
Description
packageName
The name of the package that contains the create, update, or upsert services created using Adapter for Salesforce 7.1 SP1.
The following table shows the output parameters of the migration service:
Output Parameter
Description
status
The status is either success or failure, depending on the outcome of the migration service.