Hi All,

I am writing a vb program that pulls data from an apache based java webservice. I created a proxy class using the WSDL.exe utility and added it to my project. When i call all the webmethods i need they are returned as arrays. For some reason the Arrays are the right amount of rows but all filled with "Nothing" and "0.0". for instance:

buildingid = "Nothing"
meterid = "Nothing"
flow = "0.0"

I have checked the webservice with a soap tool and the same web method returns xml with all of the values inside correctly. So it seems that for some reason the code that serializes the xml (xmlelementattribute) doesnt properly fill in the values.

Has anyone ever experienced this and if so how can i fix it?