Hello,

I have a tree like java xobject structure with arrays:

Copany[]

      name

      employees[]

              last name

              first name

              bankAccounts[]

I realized a web service (receiveCompanyDate(Company[] c)) with axis and have no problems with Netweaver. (wrapped/literal).

 

I always get a compile error with my VB.net client (The Type XXX is not defined). XXX will be there and this error is caused by the tree like structure because with a simple structure it works. The VB code was generated with the help of a WSDL file wich was ! generated by java2wsdl

Any help?

 

Thanks in advance

 

Reply via email to