Hey,
Problem sorted. I had to update the webreferences on the project manually.
It's working now. Tricky don't you think?
Another funny issue. I'm then binding the results on a dropdownlist but it
fails.
It says it can't find the "Name" property on the object but it is there.
I can get the value in debug mode.
Any thoughs?
"Mr. Murdock" wrote:
Quote:
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 |