wsdlsalesforceintegrationbiztalkbiztalk-2010

Biztalk 2010 - Salesforce CRUD Operation through WSDL purely


I am working on BizTalk 2010 and SalesForce integration where I am purely using SalesForce enterprise WSDL to perform all operations.

I am successfully able to login and query through WSDL, now my test is I want to do CRUD operation on any object (eg. Quote or Contact etc) using WSDL purely - no C# code.

I want to know what would be the best option to achieve this, I suppose I have to create/update/delete quote in Salesforce. There is an option available with sObject but not sure how to create request (XML or XSD) that we would pass to Salesforce.

Can anybody guide me around this?

Not able to attach screenshot of schema file where it is showing only operations name on right pane and on left pane it showing all details, I want to know if I have to call create operation for quote object what would be the xml that I would pass with data for quote creation.


Solution

  • Got this Sample SOAP messages in xml format from Salesforce.com.

    https://developer.salesforce.com/page/Sample_SOAP_Messages.

    Now I able to do all operations purely from wsdl, not C# code.

    Thank you all for your help. Zahir Shaikh