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:


VB Code:
  1. public class
  2.    public name as string
  3.    public age as integer
  4. End Class


The objects are defined by the java webservice.

Any info on the subject will be greatly appreciated.