locked
Tools to test WCF services (with client certificate and different bindings) RRS feed

  • Question

  • Hi All,

    We are in the process of developing WCF services for an enterprise product. These services will use client certificate for authentication purpose. Would any of you know about any tool that can be used for testing services and supports passing of client certificate? We have taken a look at the WCF Test Client shipped by Microsoft, but it doesnt allow any option of specifying client certificate.

    Thanks in advance.

    Regards,

    Nishant

    Friday, February 27, 2009 6:31 PM

Answers

  • Try to use the WCF Load Test:

    http://www.codeplex.com/WCFLoadTest

    By analyzing the wcf trace, it generates unit tests based on your scenario. You can try it.



    Fabio Cozzolino - http://dotnetside.org/blogs/fabio
    • Proposed as answer by Marco Zhou Tuesday, March 3, 2009 7:46 AM
    • Marked as answer by Marco Zhou Monday, March 9, 2009 8:50 AM
    Friday, February 27, 2009 9:24 PM