Web Services - Deserialization

Ghost

Member
Joined
May 27, 2003
Messages
16
When i deserialize an XML file which is stored in my hard disk from the Web Service client, the data is not read properly. The object into which i am reading the deserialized file is a class type present in the Web Service.

However, if the class is present in the client, the XML is read properly. Am i missing something here?
 
Back
Top