Previous Next vertical dots separating previous/next from contents/index/pdf

Part I : Simple Web Service

Step 1: Create a New WebLogic Web Service Project

In this section, you will create the project that will contain your web service. You will also create a related Enterprise Application (EAR) project. The EAR project represents a deployed EAR file, but is not needed to run a web service.

  1. Click File > New > Project.
  2. In the New Project dialog, Expand Web Services and select Web Service Project.
  3. Click Next.

  4. In the New Web Service Project dialog, in the Project name box, enter ServicesWeb.
  5. Select the Add project to an EAR check box and ensure that ServicesWebEAR is selected in the EAR Project Name box.

  6. Click Finish
  7. If the Package Explorer view is not displayed, display it by selecting Window > Show View > Other, then selecting Java > Package Explorer and clicking OK.

Notice that the Package Explorer displays the two projects you just created — ServicesWebEAR, the EAR project, and ServicesWeb, the web service project.

Click one of the following arrows to navigate through the tutorial:

 

Skip navigation bar   Back to Top