WAS v8.5 > Deploy applications > Deploy web services > Make deployed web services applications available to clients

Configure web services client bindings

When a web services application is deployed into WebSphere Application Server, an instance is created for each application or module. The instance contains deployment information for the web module or EJB module, including client bindings.

Deploy a web service into your WAS instance. Read about deploying web services applications onto application servers.

You must know the topology of the URL endpoint address of the web services servers and which web service the client depends upon. We can view the deployment descriptors in the dmgr console to find the topology information. To learn more, see the View web services server deployment descriptors information.

The client bindings define the Web Services Description Language (WSDL) file name and preferred ports. The relative path of a web service in a module is specified within a compatible WSDL file containing the actual URL to be used for requests. The address is only needed if the original WSDL file did not contain a URL, or when a different address is needed. For a service endpoint with multiple ports, you need to define an alternative WSDL file name.

The following steps describe how to edit bindings for a web service after these bindings are deployed on a server. When one web service communicates with another web service, configure the client bindings to access the downstream web service.

We can also configure client bindings with wsadmin. Read about configuring a web service client deployed WSDL file name with wsadmin.

To configure client bindings through the dmgr console:

  1. Open the dmgr console.

  2. Click Applications > Enterprise Applications > application_instance > Manage Modules > module_instance > Web services client bindings.
  3. Find the web service to update.

    The web services are listed in the Web Service field.

  4. Select the WSDL file name from the drop down box in the WSDL file name field.

  5. Click Edit in the Preferred port mappings field to configure the default port to use.

    1. Specify the port type and the preferred ports in the Port type and Preferred ports fields.

      Configuring the preferred port enables you to select an optimal port implementation use non-SOAP protocols. See the RMI-IIOP web services using JAX-RPC information to learn more about using non-SOAP protocols.

    2. Click Apply and OK.

  6. Click Edit in the Port information field to configure the request timeout, the overridden endpoint, and the overridden binding namespace for a port.

    Configuring the request timeout accommodates complex topologies that can have multiple cascaded Web services that involve multiple hops or long-running services.

    We can configure Timeout values based on observed behavior of the overall system as integration proceeds. For example, a web service client might time out because of changing network conditions or the performance of an external web service. When we have applications containing web services clients that timeout, we can change the request time out values for the clients.

    We can specify an endpoint URL to override the current endpoint. A client invoking a request on this port uses this endpoint instead of the endpoint specified in the WSDL file. We can specify the Overridden endpoint URL value for both JAX-WS clients and JAX-RPC clients.

    The Overridden endpoint URL field is applicable for both JAX-WS and JAX-RPC clients.

    The other fields on this dmgr console page are only applicable for JAX-RPC clients..

    1. Click Apply and OK.


Results

Your web service client bindings are configured.

Now we can finish any other configurations, start or restart the application, and verify the expected behavior of the web service.


Subtopics


Related concepts:

RMI-IIOP using JAX-RPC


Related


Configure web service client-preferred port mappings using wsadmin.sh
Configure web service client port information using wsadmin.sh
Deploy web services applications onto application servers
Configure a web service client deployed WSDL file name using wsadmin.sh


Reference:

View web services server deployment descriptor


+

Search Tips   |   Advanced Search