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:
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: