M
Mr. Murdock
Hello,
I have created a method on the websevice called ProductObject[] GetProducts().
It returns an array of products available in the database.
The problem is when I receive the response from the webservice. It is not
coming as ProductObject[] but as a System.Array that contains XML nodes,
attributes and elements. I believe this is an issue with the deserialization
process.
How can I repair it?
Thank you,
Murdock
I have created a method on the websevice called ProductObject[] GetProducts().
It returns an array of products available in the database.
The problem is when I receive the response from the webservice. It is not
coming as ProductObject[] but as a System.Array that contains XML nodes,
attributes and elements. I believe this is an issue with the deserialization
process.
How can I repair it?
Thank you,
Murdock