.NET WebService Problem
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I have written a web service in C#. A web method in this web service returns a response object which contains an attribute with the name "code". For some reason this attribute does not appear in the response. Response looks like this: ... Job Allocated... If I change the attribute "code" to "codes" or any thing else, the attribute appears in the response: ... Job Allocated ... I am really stumped why this is happening. Can anyone give me some insight into this? Is this because of some keywords or something that .Net uses making their use restricted? But I didn't come across any documentation indicating this.