You can deploy, run, and test web services client applications.
After assembling the artifacts required to enable the Web module for Web services into an enterprise archive (EAR) file, you can deploy the EAR file into the application server.
In certain situations you might need to set up a third-party JAX-WS Web services engine. For example, you must set up a third-party JAX-WS Web services engine if you need to deploy applications that use a single run time across various application servers such as WebSphere® Application Server, JBoss, and WebLogic, or if you want to build JAX-WS Web services applications using third party JAX-WS run time such as CXF, Axis2, and Metro.
After you have created an enterprise archive (EAR) file for the Web services client application, you can deploy the Web services client application into the Application Server.
You can publish WSDL files to the file system. If you are a client developer or a system administrator, you can use WSDL files to enable clients to connect to Web services.
WebSphere Application Server Version 7.0 and the Application Client for WebSphere Application Server Version 7.0 provides a thin Java Platform, Standard Edition 6 (Java SE 6) Web services client runtime implementation that is based on the Java API for XML-based RPC (JAX-RPC) 1.1 specification. The Thin Client for JAX-RPC with WebSphere Application Server is a stand-alone Java SE 6 client environment that enables running unmanaged JAX-RPC Web services client applications in a non-WebSphere environment to invoke Web services that are hosted by the application server.
WebSphere Application Server provides a thin Java Platform, Standard Edition 6 (Java SE 6) Web services client runtime implementation that is based on the Java API for XML-based Web Services (JAX-WS) 2.1 specification. The Thin Client for JAX-WS with WebSphere Application Server is a stand-alone Java SE 6 client environment that enables running unmanaged JAX-WS Web services client applications in a non-WebSphere environment to invoke Web services that are hosted by the application server.
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.