I created a PUT WCF service to update my database. How do I call this service in fiddler to test if it working properly.
I did try the URL in Fiddler and it gave me 404!
Anyone help me with this?
In the request builder there is a drop down. By default it shows "GET" and it allows you to select the HTTP method that you wish to use. Change this to "PUT" and you should be done.
You might also want to take a look at this...
Doing a HTTP PUT from a browser
... and investigate the use of the X-HTTP-Method-Override header.
You should also read this...
Use Fiddler to Test RESTful WCF Services http://www.keyvan.ms/use-fiddler-to-test-restful-wcf-services