function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Rajesh SFDCRajesh SFDC 

is it possiable generate and add enterprie wsdl files to another platform TFS microsoft dot net..

i have a four account in salesforce.. whenever edit and created new fields in objects, after
i am adding webreferences.. i dont want to  use webreference. is take user name and pwd
salesforce organisation add enterpise wsdl files to microsoft. is it possiable or not ??
Ashish_SFDCAshish_SFDC
Hi Rajesh, 


Yes it is possible to integrate Salesforce with .Net TFS, you hav eto Generate a WSDL file in Salesforce - Then CONSUME that WSDL in .NET . 

See the links below, 


Managing SalesForce Events using .Net

http://macaalay.com/2011/05/13/adding-a-salesforce-event-using-net/


consume non .NET webservice through WSDL file

http://social.msdn.microsoft.com/Forums/en-US/6c69a1db-ae37-4565-8e3b-a6e7de95f2b8/consume-non-net-webservice-through-wsdl-file?forum=asmxandxml


How to consume web service with WSDL file?

http://stackoverflow.com/questions/1209779/how-to-consume-web-service-with-wsdl-file


how to consume WSDL in c sharp application

http://www.codeproject.com/Questions/426585/how-to-consume-WSDL-in-c-sharp-application


Consume non .net webservice through wsdl file

http://forums.asp.net/t/1683966.aspx?Consume+non+net+webservice+through+wsdl+file


Consume a Web service in a .NET app

http://www.techrepublic.com/article/consume-a-web-service-in-a-net-app/


Creating and consuming a Web Service using Visual Studio .NET

http://www.evagoras.com/2011/02/09/creating-and-consuming-a-web-service-using-visual-studio-net/


Creating and Consuming .NET Web Services in 5 Easy Steps

http://www.sitepoint.com/net-web-services-5-steps/


Regards,
Ashish