You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Anne Thomas Manes <at...@gmail.com> on 2005/03/18 20:35:11 UTC

Re: Axis 1.2 RC3 service with tree like objects structur and VB.net client => ERROR

Please provide the WSDL.


On Fri, 18 Mar 2005 20:17:38 +0100, Torsten Trzeciak <in...@trzeciak.de> 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
> 
>