You need to sign in to do that
Don't have an account?

Salesforce Integration with Biz Talk
Hi Friends,
1) What salesforce API's would be required to integrate salesforce with Biz Talk server.
Can somebody please list the salesforce API's and also give me the link to go through API'S.
I would really appreciate if somebody explicitly list salesforce api's which I will have to use to integrate biz talk with salsforce.
Thanks,
Trick
.
Hi Tric,
What are you trying to do with the integration? If you want to know the specific API calls that would be required it's important to describe what the requirements of the integration are.
Feel free to reach out to me if you have further questions.
Hi Trick,
At the very basic level, I would think that we can use SFDC's REST API with BizTalk. Here is a link for the same...
http://wiki.developerforce.com/page/Documentation#API
And here is an example of how to use REST API with BizTalk
http://social.technet.microsoft.com/wiki/contents/articles/2474.invoke-restful-web-services-with-biztalk-server-2010.aspx
Anything more specific would need for us to understand what you are trying to do, otherwise the basic pattern would be to authenticate / login, make RESTFUL calls and do something with the data :-)
HTH, Thanks!