I am composing new Request in Fiddler by following the article found online. I create a Request Header and Request Body and I can see the values being passed to the web service.
One of the methods within the webservice has a parameter i.e.
InsertCustomer(CustomerToInsert)
How could i write this request to include this parameter when the request is sent?