Click here to Skip to main content
15,889,266 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am working on the WCF Service Applications and when I try to run these application on the browser everytime .I gets the message of something

svcutil.exe on localhost..

Then I googled and come to know these application required test client to test..WCF Test CLient works fine and gives my json output..but i need to see this json data into the localhost instead of the WCF test client...As I am creating the webservice.

.What should i do to run it on the localhost.
Posted

1 solution

When you are running the application in the test client, you should see it gives you a URL that is is communicating with.. has the method name etc in it.

Type that into a browser window and you will see it is already running on the local host.

The WCF Test Client is just a client that utilizes the running service. If the Test client is working, then your service is available.
 
Share this answer
 
Comments
Pheonyx 5-Jun-13 7:03am    
Have a read here:
http://stackoverflow.com/questions/802518/invoking-wcf-service-method-through-a-browser

You need to make sure your methods are exposed to standard browser requests so the service knows how to handle them. This thread loosely touches on it.

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