I don't know of any public SCA code for C#. I guess you could run the Java bytecode under .NET using IKVM (http://www.ikvm.net/), or compile the C++ under Managed C++.
However, I guess that was partly my point about pure Web Services. You can look at SCA as a standardised programming model and assembly framework that is language independent. But an SOA view say that those things don't *have* to be common across languages. The SOA view (at least my version of it) is that what matters is the external view of the services. And this is especially true for cross-language and cross-platform. The reason people use a platform or language is (usually) that they like the model, APIs, style, approach of that language and platform, so as programmers they don't want to change their model to a common model. In effect that is why I think SCA is primarily an initiative aimed at architects and not programmers, because from an architectural standpoint its very attractive. My personal view is that the XML and Web Services standards are the only real approach to build an effective ESB because without that commonality you end up with a proprietary infrastructure. Paul On 6/23/06, Anil John <[EMAIL PROTECTED]> wrote: > >Yes SCA is truly language independent. > >There are C++ and Java versions to show that. > > Is there a C# and/or VB.NET version? > > Regards, > > - Anil > > > > > > > > Yahoo! Groups Links > > > > > > > -- Paul Fremantle VP/Technology, WSO2 and OASIS WS-RX TC Co-chair http://bloglines.com/blog/paulfremantle [EMAIL PROTECTED] "Oxygenating the Web Service Platform", www.wso2.com ------------------------ Yahoo! Groups Sponsor --------------------~--> Something is new at Yahoo! Groups. Check out the enhanced email design. http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/NhFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/service-orientated-architecture/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
