c# Web Service not returning String values!?

Associate
Joined
28 Nov 2004
Posts
1,237
Location
Birmingham
Hi all,
I have a simple web service method which gets a list of items into an array from my DB and pushes them out to an xml response.
I'm getting a problem in that it only seems to want to output int values!? I have a String value in my class but that is ignored. What am I doing wrong?!

I've simplified it to try and figure out my prob by eliminating the DB side of things for now.

Here's my code:
Code:
...ignore me. im a idiot...
 
Last edited:
Back
Top Bottom