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
Fatty88Fatty88 

Silverlight app access in Visualforce Page

now I have a silverlight application that holds all the invoices of my client. However,the application that i am building for my client is on Salesforce.com What i need to be able to do is send a request from salesforce in the form of a URL with orderid appeneded and get a response(i.e. the corresponding invoice) from the silverlight app and display it in a visualforce page. How exactly do i go about acheiving this?

MartinHaagenMartinHaagen

Hi Fatty,

 

what is your silverlight app responding with? Is IFRAME:ing a solution? Or do you need to look at canvas?

 

Keyur PatelKeyur Patel

Hello,

 

Refer following blog for get request and response from Silverlight. http://weblogs.asp.net/albertpascual/archive/2009/03/03/silverlight-101-make-a-get-request-and-a-post-request.aspx

 

For get response, you can create WCF/Webservice for update result in Visual force page. This WCF/Webservice is helpful for communicate .Net application with Salesforce application. 

 

If solution will not helpful then provide more details. I can help on that.

 

Regards,

Keyur Patel