TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Laxman Prajapati
NA
5
996
How to Call WCF RestFul service in another .net appllication
Apr 11 2015 4:13 AM
How to Call WCF ResrFull Service in Another net Project ?
My wcf restfull service return json format , now i want to call this in another project . how can do this ?
RestFull Service
[WebInvoke(Method = "GET",
ResponseFormat = WebMessageFormat.Json,
BodyStyle = WebMessageBodyStyle.Bare,
UriTemplate = "GetProductList/")]
public List<Product> GetProductList()
{
return Products.Instance.ProductList;
}
This service return output json format .
Reply
Answers (
1
)
c#
printed selected row in datagridview