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?
However, if the class is present in the client, the XML is read properly. Am i missing something here?