简体   繁体   中英

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 client.

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 )

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM