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
About this task
Procedure
- In the Enterprise Explorer view, expand TempEJB, right-click and click to create a folder called wsdl. Click Finish.
- Download the simple project containing the WSDL file
- Expand the downloaded simple project called TempConversionWSDL. The ConvertTemperature.wsdl file will be located here.
- Right-click the ConvertTemperature.wsdl file and select Move.
- 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
Procedure
- Select the ConvertTemperature.wsdl document in the Project Navigator.
- Right-click, and click Validate. Any errors will be displayed in the Tasks view.
What to do next
Lesson checkpoint
Now you are ready to begin Lesson 1.3: Create the web service.