+

Search Tips   |   Advanced Search


Service stub overview

Service stubs are simulations of an actual service, which can be used to functionally replace the service in a test environment. A stub server replaces the actual application server.

From the point of view of the client application, the service stub looks identical to the actual service that it simulates.

To use a service stub in replacement of the actual service, be able to replace the URL of the original service in the client application with the URL of the stub server.


Use case examples

There are several cases where it can be useful to deploy a stub services instead of using the actual services for tests:


Service stub architecture

You create a service stub by providing an existing WSDL specification. The service stub is generated with the exact same ports and bindings as the original service so that it can be addressed with exactly the same interface. Each operation in the service returns a default response of the type defined by the WSDL.

You can edit the service stub in the stub editor to change the default response or to create conditional responses that simulate the actual responses of the original service.

When you have finished editing the service stub, you can deploy it on a local stub server, which runs in the workbench. The stub server simulates an actual application server and can host multiple service stubs. You control the stub server from the stub monitor view.

Finally, to use the service stub instead of the original service, you change the URL used by the client application to point to the local stub server instead of the original application server. This URL, as well as the WSDL of the service stub, is provided in the stub monitor view.


Remote stub servers

Remote stub servers do not apply to Rational Service Tester for SOA Quality.

For performance testing, you can deploy stub servers on remote computers that are running the Agent Controller on Windows and Linux platforms. This allows you to reduce the load on a local computer or to test various network configurations with multiple stub servers.

You can also deploy stub servers as part of a performance schedule.


Related tasks

  • Create a service stub
  • Editing a service stub
  • Deploying service stubs
  • Add stub servers to a performance schedule