locked
Debugg WCF RestFull service RRS feed

  • Question

  • User1226806288 posted

    Hi to all,

    Please can you tell me the different ways to debugg the wcf service step by step (GET, POST).

    advance thanks.

    Tuesday, May 28, 2013 9:43 AM

Answers

  • User220959680 posted

    Fiddler is free web debug tool, which can be used

    Refer http://www.codeproject.com/Tips/213007/Debug-WCF-REST-Service

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Tuesday, May 28, 2013 12:00 PM
  • User-1662538993 posted

    If you have created service then it is very easy and simple as you can use normal visual studio debugger and debug it.

    You can create unit test method and debug it from that unit test method.

    When you call your wcf rest service from your client you can just F11 for Step Into method and debug it.

    Alternatively you can use fiddler as from the link provided in another reply for debug.

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Wednesday, May 29, 2013 8:59 AM

All replies

  • User220959680 posted

    Fiddler is free web debug tool, which can be used

    Refer http://www.codeproject.com/Tips/213007/Debug-WCF-REST-Service

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Tuesday, May 28, 2013 12:00 PM
  • User-1662538993 posted

    If you have created service then it is very easy and simple as you can use normal visual studio debugger and debug it.

    You can create unit test method and debug it from that unit test method.

    When you call your wcf rest service from your client you can just F11 for Step Into method and debug it.

    Alternatively you can use fiddler as from the link provided in another reply for debug.

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Wednesday, May 29, 2013 8:59 AM