+

Search Tips   |   Advanced Search

 

Assembling a Web services-enabled WAR file from a WSDL file

 

This topic explains how to use to assemble a WAR file from a Web Services Description Language (WSDL) file that is enabled for Web services.

You can assemble Java-based Web services modules with assembly tools provided with WAS. We need the following artifacts to complete this task:

 

Overview

Assemble a Web services-enabled WAR file from a WSDL file by following the actions in the steps for this task section.

 

Procedure

  1. Start an assembly tool. See "Starting WAS Toolkit" in the Application Server Toolkit documentation for more information.

  2. If you have not done so already, configure the assembly tool so that it works on J2EE modules. We need to make sure that the J2EE and Web categories are enabled. See "Configuring WAS Toolkit" in the Application Server Toolkit documentation for more information.

  3. Migrate WAR files created with the Assembly Toolkit, Application Assembly Tool (AAT) or a different tool to an Application Server Toolkit or Rational Application Developer assembly tool. To migrate files, import your WAR files to the assembly tool. See "Migrating code artifacts to an assembly tool" in the Application Server Toolkit documentation.

 

Results

The artifacts required to enable the Web module for Web services is added to the WAR file.

 

What to do next

Now you can assemble the WAR file that is enabled for Web services into an EAR file.



Assembling a Web services-enabled WAR into an EAR file
Assembling a WAR file that is enabled for Web services from Java code