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
abivenkatabivenkat 

Retrieving data via salesforce WSDL

Hi all,

 

I am developing a .Net application, in which i have incorporated my developer editions enterprise WSDL. By that web reference, i am able to retrieve an objects data and rows in my .Net application (in salesforce object only). being the object belongs to the salesforce, i cant able to convert it to any other data sources such as, list or datatable or array. m requirement is to move the retrieved data to a datatable and write all the data to a text file.

 

I can able to do this. please suggest me an idea on this or give me any code example of writing the salesforce object data to a text file.

 

Thanks in advance

abivenkat