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 contains various resources required to run the web service.

  1. Click File > New > Project.
  2. The New Project - Select a wizard dialog box appears. Expand Web Services and select Web Service Project.
  3. Click Next.

  4. The New Web Project dialog box appears. Enter ServicesWeb in the Project name box.
  5. Click Add project to an EAR. Click Finish.

The Package Explorer pane in the IDE now 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