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
try abc
1.4k
306
486.7k
How to create SOAP , REST in same webservice ?
Jan 18 2011 7:09 AM
Hello ,
According to client requirement , we have to generate both SOAP, REST (JSON , XML )output in same webservice for future expansion in Android , iPhone Appluications etc.
1) So Is it possible to create webservice in WCF which give us both SOAP & REST Services ?
2) Also is it possbile to create REST Service
without use of WebGet
Attribute ??
3) Also if i want to use Property & Method in same class then how to use it.
I
want to keep separate class only for interface , not for property
.
Also we have tried with [OperationContract] before get ,set . it solved our issue but throws error while build a .svc file .
4) Also is it possible to pass object in URL for REST Services ? If yes then how ? otherwise How we pass whole entityclass ?
We believe there are more questions but plz give answer.
Regards,
WCF Beginner
Reply
Answers (
4
)
extend wcf Authentication Services.
How to Consume REST based WCF Service ?