I’ve created a simple WCF application where I have added a display method in my service, but I don’t know how to test this display service? I’ve searched using Google but didn’t find any feasible solution.
Share
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.
You could use the
WcfTestClient.exeutility which is part of the SDK. Another possibility is to write a sample client application in which you would import the service definition and be able to invoke its methods but it might be a little more work. As an alternative, if you are using a SOAP binding on your service you could also checkoutSoapUI.