passing custom object to java webservice from VB.Net client

ost

Regular
Joined
Jan 27, 2004
Messages
72
Location
Vanlose, Denmark
Hello there

Im having a bit of a problem :-)

I have a Java Webservice ( wsdl ) and i need to Access the webservice though a VB.Net client.

I can without any problems pass a string to the webservice, but I cant pass a custom object like:

Code:
public class 
   public name as string 
   public age as integer 
End Class

The objects are defined by the java webservice.

Any info on the subject will be greatly appreciated.
 
Back
Top