|
by bruce via Bruce Johnson's SOA(P) Box on 11/17/2004 8:18:00 PM
Another post about the deserialization of objects after a web service call. In this particular scenario, the web service method was returning an ArrayList. On the client side, I was expecting to see a number of different types of objects. But one of the objects, a custom class, was being returned as an array instead of an instance of the expected class. And inside that array was an XmlAttribute and two XmlElement objects. These were, it turned out, the XML nodes tha
... [ read more ]
|
|