interoperability issues with java/axis WSDL.exe created proxy (array)

mbash1337

New member
Joined
Nov 19, 2008
Messages
1
Programming Experience
1-3
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 xml (xmlelementattribute) code doesnt properly fill in the values into the array.

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