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
Kimberly McAvoy
NA
1
0
Results of Web Method differ from server to client.
Oct 30 2006 1:22 PM
I am using a web method that returns a list of objects of type User. I put a stop point while debugging in the web method (at the return statement) and a stop point in the Reference.cs on the client file where control is returned from the web method. At the return statement in the Web Method, there are X number of User objects in the list. At the stop point in the Reference.cs file, there are 2X number of objects in thse list -- every object is duplicated. There is absolutely NO processing code called (of course) between the WebMethod and the Reference.cs file on the client. Has anyone encountered this problem? I am racking my brains out trying to figure out why there are always twice as many objects when the result is returned to the client.
FYI - we are using XML serializable objects as return types.
Any help provided is very much appreciated.
-- Kim
Reply
Answers (
0
)
getWebConfiguration problem
Default credentials not working