Page view counter
Silverlight streaming with WCF
Last post 08-29-2008 8:22 AM by HarshBardhan. 1 replies.
Sort Posts:
08-29-2008 12:13 AM
Silverlight streaming with WCF

I have a Silverlight application that uses WCF service to get a list of Podcast URL's. The service just returns back the names and url's of mp3 files. I then bind that list to a listbox and use the ListBox selectionchanged event as source to media player.

The WCF webservice point to a html URL example :  http://www.nytimes.com/2006/10/08/books/books-podcast-archive.html.

But when I host this application on Silverlight streaming server, somehow the WCF service fails.

This just works fine on my local box or the servers I tried .

Can someone help me how to do the endpoint address when the application is on Silverlight stream server..I believe this is one of the problem.

Secondly since the WCF service points to http url..can the issue of cross-domain arise. How to fix cross domain issue for the scenerio I am trying to do. I have read about crossdomain policy file in the root....

Can someone point to a article or sample where WCF is used to get Data list from an external source and host the application on silverlight streaming server.

Thanks

thomasgoes

Loading...
Joined on 02-27-2008
Posts 38
08-29-2008 8:22 AM
Marked as Answer
Re: Silverlight streaming with WCF

See you can put Cross domain Policy file  in same place  where your  wcf service is hosted means ...

If you will post your code how you are getting url that will be good...

Mark as answer if this post answered your question.

Harsh Bardhan

HarshBardhan

Loading...
Joined on 05-07-2008
Bangalore
Posts 1,161
Microsoft Communities