Operating Systems: i5/OS
             Personalize the table of contents and search results

 

Testing Web services-enabled clients

 

Once you have developed, assembled, deployed and configured your Web service, you can test to confirm your Web service runs in the application server environment. Before testing your Web services Java client to confirm your Web service runs in the WebSphere Application Server environment, verify that the server endpoint specified in the client Web Services Description Language (WSDL) file is running and available.

 

Overview

Tests are run differently depending on whether the client module has client container deployment information, which consists of the application-client.xml file, as well as the Java API for XML-based remote procedure call (JAX-RPC) mapping file and WSDL file. The client enterprise archive (EAR) files discussed in this topic are referred to as managed because they contain the deployment information. The client Java archive (JAR) files discussed are referred to as unmanaged because they that do not contain the deployment information. .

 

Procedure

 

Results

You have a Web services-enabled client that is tested. Now you can add security measures to the Web service. Security measures are optional.


}
Securing Web services for V5.x applications based on WS-Security
Securing Web services applications using JAX-RPC at the message level
Setting up a development environment for Web services
Developing and deploying Web services clients
Troubleshooting Web services