create http request
Instantiate a new HTTP request.
There are no arguments for this action.
None
This action may be used within the following project items: test modules and user-defined actions.
create http request
 
key value
add http parameter firstName John
add http parameter lastName Doe
 
uri method variable expected code
send http request http://www.acme.com/phonebook/UserDetails GET >>response 200
- It is required to use this built-in action to first programmatically create a HTTP request before actually starting to work with a given web service.