Click here to Skip to main content
15,881,173 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how do we check what we had developed wcf service weather it responding or not in .

like i was developed one wcf service helloworld,

i can we/i know the how much times is consuming for respond.

or what are ways we can optimise the wcf service.(except instancing,throtting).
Posted
Comments
SASS_Shooter 26-Jun-12 12:52pm    
Your profile shows that you are here in the U.S. Yet I've seen foreign nationals use better English in asking questions. Please clarify what it is you are asking as your question makes not sense in relationship to WCF.
Tim Corey 26-Jun-12 13:01pm    
I believe US is the default country when signing up, so if you don't specify a country then you are assumed to be in the US. Bad assumption, really.
SASS_Shooter 26-Jun-12 13:04pm    
Actually I've seen many profiles with no country set at all which I think is the default. But then it has been so long since I signed up I really do not remember. So not a bad assumption, really.
Tim Corey 26-Jun-12 13:10pm    
Sorry, I meant that it was a bad assumption on Code Project's part, not yours. This may have been changed since I last looked, but it used to be a problem. In any event, you are right that the use of English is rather poor in the question.
Sergey Alexandrovich Kryukov 26-Jun-12 14:39pm    
Yes, a bad assumption. I asked to change it in "Bugs and Suggestions". The country information should either be "not specified" or, optionally, the registration without specified country should not be accepted. At to the English skills, I have an impression that on average, people with "United States" record had poorer English, which could be explained: as the main reason for non specifying the country is nothing but laziness... which is not the best helper for any skills... :-)
--SA

what we had developed wcf service weather it responding
Simply put the hosted WCF URL in your browser as you would use/reference/give for subscription, and see what is being shown in browser.
Further, check any method exposed if it is returning correct result.


how much times is consuming for respond
You need to profile it. You will need 3rd party tool to do that.


ways we can optimise the wcf service
It depends a lot on how you have implemented. Find the bottleneck first and then attack on it.
 
Share this answer
 
Comments
jameschowdaree 5-Jul-12 4:09am    
thanks for reply this is almost enough!
you can find an application in your framework installed folder
"WcfTestClient.exe" using this client you can test your services.
This tool comes along with wcf.
If you are not sure where to find this tool, Just give a folder search in your drives.
 
Share this answer
 
v2
Comments
jameschowdaree 5-Jul-12 4:09am    
thanks for reply this is almost enough!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900