Question

I have a WCF solution with utilities in my software. Now, I need open a silverlight OOB whem execute some operation in WCF. Basically, i open OOB and pass a xml file to it.

PS: silverlight OOB and WCF are in separated solutions on visual studio.

How can I do this? Any example or suggestion?

Thanks.

Was it helpful?

Solution

I do not think that you can do this.

Your Silverlight OOB application can call a WCF service. But your WCF service cannot open a Silverlight application.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top