Creating a Simple JAX-WS WebService in Eclipse

前端 未结 2 880
野趣味
野趣味 2021-01-14 03:16

I\'m trying to create a simple web service in eclipse. First i created an empty java project and added the three following files in the src folder

  1. Greeting.jav
2条回答
  •  臣服心动
    2021-01-14 03:52

    check this link out,

    http://www.myeclipseide.com/documentation/quickstarts/webservices_jaxws/

    Above link gives step-by-step details for generating both web-service server and client.

    You start with POJO, no annotation needed, JAX-WS runtime will take care after deployment on Tomcat server.

提交回复
热议问题