In this lab, we are going to create a simple JAX-WS web service in OEPE and deploy it to a running server.
An EAR (Enterprise Archive) is an archive file to pack an enterprise application project. It can contain either one or more web modules; one or more EJB modules; one or more client application modules; additional JAR files required by the application or any combination of them. It also contains one or more deployment descriptors which located in the META-INF folder.
If you want to pack the JAX-WS into a single EAR file, you firstly create an EAR project, for example as the following. Otherwise, you can ignore this section and move to next section, create a Web service project without selecting Add project to an EAR.