...
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
<job_chain title="Call REST service with HTTP GET|POST|PUT|DELETE operation" name="rest_client"> <job_chain_node state="rest_client" job="rest_client" next_state="success" error_state="error"/> <job_chain_node state="success"/> <job_chain_node state="error"/> </job_chain> |
Orders: rest_client
Find additional orders for REST operations with the download of this example.
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
<order job_chain="rest_client" id="rest_client_post_json"> <params > <param name="rest_service" value="http://jsonplaceholder.typicode.com/posts"/> <param name="rest_operation" value="post"/> <param name="rest_content_type" value="json"/> </params> <run_time /> </order> |
Find additional orders for REST operations with the download of this example.
References
See also
...