views:

19

answers:

0

I'm currently building a corporate website using YUI. I have a Silverlight component left from a previous project. It's functionality is needed. Since this current project must support Linux I'm thinking of recreating it using Javascript.

Using Moonlight would be an option - but the component relies on a few November 2009 Silverlight Toolkit classes not yet available on Mono. If there's a way to build the toolkit (it's source code is release under the MS-PL license) on Moonlight I might take this route over recreating it.

Most of the functionality would be easy to implement under YUI but one has been troubling me. How to access a WCF service using YUI? There's an equivalent to Visual Studio "Add Service Reference"? If not, can I do it manually? How?