Interoperate between C# and Java using web services without a Java EE application server?

前端 未结 4 2106
梦毁少年i
梦毁少年i 2021-01-06 19:26

I\'m in a difficult position: We have a 3rd party enterprise system that exposes a Java-based API. However, we are a 100% .Net oriented development team.

4条回答
  •  迷失自我
    2021-01-06 19:31

    I don't quite understand your statement "the only Java application server supported on our infrastructure is WebSphere 6.1" with respect to the question about how to run other stuff. But no, you don't need a full App Server just to expose a web service.

    I think this is a good starting point for you: http://docs.codehaus.org/display/JETTY/J2se6HttpServerSPI

提交回复
热议问题