WCF open a silverlight OOB

189 Views Asked by At

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.

1

There are 1 best solutions below

2
On BEST ANSWER

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.