WAS v8.5 > Develop applications > Develop web services > Assemble web services applications > Assemble web services applications

Assemble a WAR file that is enabled for web services from Java code

We can assemble a WAR file that is enabled for web services from Java code with an assembly tool.

We can assemble Java-based web services modules with assembly tools provided with WebSphere Application Server.

For JAX-WS web service applications, you need the portable artifacts that are generated by the wsgen command-line tool when starting from a service endpoint implementation to complete this task. The wsgen tool processes a compiled service endpoint implementation class as input and generates the following portable artifacts:

For (JAX-RPC) web service applications, you 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 Java code 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. You need to verify the Java EE and Web categories are enabled. Read about configuring the assembly tool in the Rational Application Developer documentation.
  3. Import the JavaBeans implementation and the artifacts generated by the command-line tooling into the assembly tool.
  4. Migrate WAR files created with the Assembly Toolkit, Application Assembly Tool (AAT) or a different tool to the Rational Application Developer assembly tool. To migrate files, import your WAR files to the assembly tool. Read about migrating code artifacts to an assembly tool in the Rational Application Developer information.


Results

The artifacts required to enable the web module for web services are added to the WAR file.

Now we can assemble the WAR file that is enabled for Web services into an EAR file. To learn more, read about assembling a web services-enabled WAR into an EAR file.


Related concepts:

Development and assembly tools


Related


Assemble a web services-enabled WAR into an EAR file
Assemble a web services-enabled WAR file from a WSDL file


Reference:

WSDL2Java command for JAX-RPC applications


+

Search Tips   |   Advanced Search