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
Bindu
NA
40
63.9k
adding namespace to datacontract results null value in WCF request
Oct 13 2012 3:23 AM
Hi..
we are Doing Rest Sevices And Soap Sevices in Same Project.
By adding the NameSpace in DataContract the values Passed from .net is becoming null.
WithOut Adding NameSpace Rest Services Are not working.
[DataContract(NameSpace="")]
public class GetUserRequest
{
[DataMember]
public string UserEmail { get; set; }
[DataMember]
public string Password { get; set; }
}
Thanks in Advance
Reply
Answers (
1
)
Difference in MVC 2.0 , MVC 3.0 and MVC 4 in Dot Net
HI. I trying to populate dropdownlist with values in the database in asp.net. But its not working:(