Please provide the WSDL.
On Fri, 18 Mar 2005 20:17:38 +0100, Torsten Trzeciak <[EMAIL PROTECTED]> wrote: > > > > > > 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 > >
