Build the request using the response of another method
Hi, We have few methods in a service like add, append, delete. But the default created request has only one Item. so while testing the append, I would like to delete few of existing items and t...