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
SKalidhasanSKalidhasan 

Can Enterprise WSDL be used as Data Source for Web Parts?

I am designing a solution which requires the Portal Team (front end team) to display top Level information as clickable link (Year On Year financial data) pulled-out from Force.com App. When the end user clicks the Year (say 2012) on the Portal he should be presented with the Monthly summary which should also be pulled from Force.com custom App.

I am planning to share the Enterprise WSDL and ask the Portal Team (.NET developers) to create Web-Parts leveraging the Enterprise WSDL as its Data Source. Is this solution viable? What are the gotchas' to lookout for?

Vinita_SFDCVinita_SFDC

Hello,

 

You can access salesforce data through WSDL and save it. If you wish to refresh the data at some regular interval then you can make use of Batch apex.

 

Also you can use REST API for this purpose.