Hi,

I know a lot of messages been talking about this, but I still
little confused, so I ask again.
To develop web service with axis(beta2),
1. write an interface with methods you want to expose,
   if the parameter (say, an array of Phone class), and you want it to
   be INOUT mode, then you need to create a Holder class for that,
   and use that as the type for that parameter.

2. use Java2WSDL to generate WSDL file.
3. use WSDL2Java to generate All java src files.

My question would be, if use Holder class as type for the parameter,
then the genreated WSDL file will have type called PhoneArrayHolder,
and that is an container for Phone[], but will other soap implementation
client (.NET) understand this type by looking at this WSDL file?

Thanks
netatta


_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com

Reply via email to