Most interoperable web service platform for Apache Tomcat JSP platform to be consumed by .NET
For a company that has their stack built on Apache Tomcat and JSP what would be the best web service platform to be leveraged by that infrastructure that would be consumed by .NET c开发者_C百科lient.
From the .NET side I know the answer would be Windows Communication Foundation (WCF) but I'm not sure from the other side.
JAX-WS. CXF is a good implementation. JAX-WS RI as well.
These don't require an application server to run. Both can be run on tomcat (RI example)
精彩评论