< Previous | Next >

Lesson 1.2: Download and validate the WSDL file

The Temperature Conversion WSDL document has been provided for you. The WSDL file that you will use in this tutorial converts temperature from Fahrenheit to Celsius and Celsius to Fahrenheit.

Before you begin

Before you begin, you must complete Lesson 1.1: Set up the workspace and create the required projects.

About this task

You can create a new WSDL document or download an existing one. The Temperature Conversion WSDL document used in this tutorial has been provided for you in a simple project. Complete the following steps to download the Temperature Conversion WSDL document into the workbench:

Procedure

  1. In the Enterprise Explorer view, expand TempEJB, right-click and click New > Folder to create a folder called wsdl. Click Finish.
  2. Download the simple project containing the WSDL file
  3. Expand the downloaded simple project called TempConversionWSDL. The ConvertTemperature.wsdl file will be located here.
  4. Right-click the ConvertTemperature.wsdl file and select Move.
  5. Select the wsdl folder you created in the TempEJB project as your destination and click OK.

Validating the WSDL document

The WSDL Validator can validate WSDL semantics and WS-I compliance.

About this task

You can validate the Temperature Converter WSDL document by following the proceeding steps:

Procedure

  1. Select the ConvertTemperature.wsdl document in the Project Navigator.
  2. Right-click, and click Validate. Any errors will be displayed in the Tasks view.

What to do next

If no errors occur during validation, you can proceed to create the web service.

Lesson checkpoint

Now you are ready to begin Lesson 1.3: Create the web service.

< Previous | Next >
Icon that indicates the type of topic Tutorial lesson topic
Timestamp icon Last updated: July 17, 2017 21:58

File name: tdejb_exercise12.html