Adapter for Salesforce 8.2 | webMethods Adapter for Salesforce Documentation | webMethods Adapter for Salesforce Installation and User’s Documentation | Salesforce.com Outbound Messaging | Creating a Web Service Descriptor in Integration Server for Receiving the Outbound Message
 
Creating a Web Service Descriptor in Integration Server for Receiving the Outbound Message
In Integration Server, you can create a web service descriptor for the outbound message from Salesforce.com.
*To create the web service descriptor that processes the outbound message in Integration Server
1. Create a provider web service descriptor using the WSDL file from Salesforce.com.
a. In Designer, select File > New.
b. Select Web Service Descriptor and click Next.
c. On the Web Description Window, select the following and click Next.
*For Create Web service descriptor as, select Provider.
*For Web service source, select WSDL URL. Click Browse to select the WSDL source.
*For Enforce WS-I Basic Profile 1.1 compliance, select Yes or No. The default is No.
d. Provide a name for the service, select where to save the service, and click Next.
e. Click Finish.
Designer creates the provider web service descriptor and a flow service with the name, notifications. The input and output signatures of this flow service will be defined.
2. Code the logic in the empty notifications flow service. You can add any custom code for further processing.
Because Salesforce.com expects an acknowledgment to the outbound message that it sends, the business logic should also include steps to map the output signature with the required value.