Web Service Custom Objects Problem
Hi all,
I am having a problem with a .NET web service.
The web service i have created does the following. It takes data from an xml file and creates a custom object for each item in the xml file. These objects are stored in an ArrayList.
On the client side the arraylist is received.
The problem starts here. I want to remove each object from the arraylist and use a particular attribute of the object. However on the clientside, the custom object is not recognised.
How can i work around these?
Please ask me questions if you are not sure what I mean.
Thanks
|