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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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