...
Expand | ||
---|---|---|
| ||
By default, the component is set to dispatch requests to the “WorkerComponent“ The two components are configured to work together by default without configuration required. However, the custom fields can be configured as needed: Web Service Multithreaded:
Web Service Multithread Worker:
For more information on adapting the worker component, see Web Service Multithreaded Worker. |
Expand | |||||
---|---|---|---|---|---|
| |||||
You can use any mechanism to send HTTP requests to the Web Service Multithreaded component configured endpoint - default is http://localhost:7778/. If your Iguana instance is running remotely you can use the public IP address. If you want to use Iguana as the test source system to create a data feed, you can use the following simple setup:
This script will simply loop 10 times, each time sending a HTTP GET request to the Web Service Multithreaded component. |
...