|
I was investigating the ability to
call SOAP services (developed in either Rails or .NET) from a
Silverlight/IronRuby client. Since I think the Ruby Soap libraries are
not yet available I looked into using the Wcf classes in
System.ServiceModel but it looks like I have to wait for generics
support so that we can use things like
ChannelFactory<IMyContract>. Is that right? Btw what is the 50,000 feet direction for dealing with generics? Otherwise another option is to generate the client proxies in C# and include them in the .xap file. I guess I would prefer to keep all my code in IronRuby though. What are other folks doing in that space? Philippe PS-I am still blown away by the work you guys are doing! |
_______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
