Click here to Skip to main content
15,887,083 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have created WCF Rest service that input/para from client and save it in database and knowledge with identity of table in which data is added.When I am consuming service throgh client that is nothing but web application making url as web request and getting proper output.But when I am consuming through browser getting error.
First I tried like this :-

http://localhost:Portnumber/Test.svc/ADD/Bodywash/Orange/50

after that like this
http://localhost:Portnumber/Test.svc/ADD?Name=Bodywash&CategoryName=Orange&Price=50

I am getting error'Entpoint not found'.How to consume rest service through browser?Will I able to do that

What I have tried:

First I tried like this :- 

http://localhost:Portnumber/Test.svc/ADD/Bodywash/Orange/50

after that like this 
 http://localhost:Portnumber/Test.svc/ADD?Name=Bodywash&CategoryName=Orange&Price=50
Posted
Updated 14-Nov-16 22:00pm

1 solution

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