+

Search Tips   |   Advanced Search

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


We can assemble a WAR file from a Web Services Description Language (WSDL) file that is enabled for Web services.

We can assemble Java -based Web services modules with assembly tools provided with WAS. For JAX-WS Web service applications, we need the portable artifacts that are generated by the wsimport command-line tool when starting from a WSDL file to complete this task. The wsimport tool processes a WSDL file as input and generates the following portable artifacts:

We can package the generated artifacts in a WAR file with the WSDL file and schema documents along with the endpoint implementation that you plan to deploy. For JAX-RPC Web service applications, we need the following artifacts that are generated by the WSDL2Java command-line tool to complete this task:

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

 

  1. Start an assembly tool. Read about starting the assembly tool in the Rational Application Developer documentation.

  2. If we have not done so already, configure the assembly tool so that it works on Java EE modules. we need to make sure that the Java EE and Web categories are enabled. Read about configuring the assembly tool in the Rational Application Developer documentation.

  3. Import the Java Beans implementation and the artifacts generated by the command-line tooling into the assembly tool.

  4. Migrate JAR files created with the Assembly Toolkit, Application Assembly Tool or a different tool to the Rational Application Developer assembly tool. To migrate files, import the JAR files to the assembly tool. Read about migrating code artifacts to an assembly tool in the Rational Application Developer documentation.

 

Results

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

 

Next steps

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


Assembly tools

 

Related tasks


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

 

Related


WSDL2Java command for JAX-RPC applications