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
skyfjskyfj 

Silverlight application (get datas from SalesForce)

Hello,everyone:

       Now, I want to develop a silverlight application and the data is storaged based on salesForce.Mymethod is that:

      Silverlight application --->(reference) Silverlight web application(silverlight host)--->(reference) SalesForce Enterprise API

      Now,I need to change this access path, Silverlight application directly accesses  SalesForce Enterprise API:

     Silverlight application --->(reference) SalesForce Enterprise API

 

    But ,I refered to SalesForce Enterprise wsdl,and I didn't find the SforceService object. Who will give me some advises?

 

    Sincerely 

   skyfj

 

 

 

 

Alexey SamuleenkovAlexey Samuleenkov

This is a really old message, and I wonder if the problem is still actual.

 

Anyway, if you're going to host your Silverlight app in Visualforce page, take a look at my posts on the subject: http://strawberrybox.net/2010/03/using-silverlight-in-your-force-com-applications-part-1. Here is on debugging your app: http://strawberrybox.net/2010/04/f5-debugging-silverlight-in-force-com-application.