我試圖從Biztalk與SalesForce進行通信。集成Biztalk和SalesForce
要進行POC,我只需登錄我試過如下: 的Visual Studio: 生成模式從Salesforce合作伙伴WSDL
的Biztalk: 我做了一個接收位置讀取包含用戶名一login.xml消息,密碼。然後導入SforceService.BindingInfo.xml以在其上創建我的sendport和設置過濾器。
When I run the example i get the following exception:
WcfSendPort_SforceService_Soap
https://login.salesforce.com/services/Soap/u/24.0
System.InvalidOperationException: An action mapping was defined but BTS.Operation
was not found in the message context.
at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfClient
我要來調用Web服務SalesForce公司以下操作:
<Operation Name="login" Action="" />
如何調用登錄,而無需使用業務流程的任何想法?