ws.async » post(url,body,output)
Description
This command is similar to its
ws
counterpart, except for the asynchronous HTTP invocation and response handling.
This command is used to send POST request to the given endpoint URL. This could be used for both SOAP and RESTful
Services. The response will be saved to output
. To learn about how to manipulate the response returned from the
target URL, visit HTTP Response.
Parameters
- url - the target URL
- body - the payload to send, or
(empty)
if none is to be send - output - the file to save the request and response information