|
-
Nov 19th, 2008, 05:36 PM
#1
Thread Starter
New Member
[2005] interoperability issues with java/axis WSDL.exe created proxy
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|