Re: how to make classes for by wsdl2java

2009-02-18 Thread Guo Tianchong
47 PM Subject: Re: how to make classes for by wsdl2java Are you using axis1.x? with axis2.x this happens automatically. thanks, Amila. On Wed, Feb 18, 2009 at 3:38 PM, Guo Tianchong wrote: hi all, I am using wsdl2java command to create java class. Now, I can create classe

Re: how to make classes for by wsdl2java

2009-02-18 Thread Amila Suriarachchi
Are you using axis1.x? with axis2.x this happens automatically. thanks, Amila. On Wed, Feb 18, 2009 at 3:38 PM, Guo Tianchong wrote: > hi all, > > I am using wsdl2java command to create java class. > Now, I can create classes for my 's child elements. > but, how to make classes for 's child elem

Re: how to make classes for by wsdl2java

2009-02-18 Thread Guo Tianchong
hi all, It seems that this is one solution. Thanks! Yves-Marie. Does anybody know that how to make classes for by wsdl2java without AXIOM-API(s) ? such as, create the following classes by wsdl2java. mypackage.ID; mypackage.MACAddress; Regards! Guo - Original Message - From

RE: how to make classes for by wsdl2java

2009-02-18 Thread DANIEL, Yves Marie
xt( "YOUR_VALUE" ); this._YOUR_STUB._getServiceClient().addHeader( omElement ); Yves-Marie -Message d'origine- De : Guo Tianchong [mailto:gu...@nec-as.nec.com.cn] Envoyé : mercredi 18 février 2009 11:09 À : axis-user Objet : how to make classes for by

how to make classes for by wsdl2java

2009-02-18 Thread Guo Tianchong
hi all, I am using wsdl2java command to create java class. Now, I can create classes for my 's child elements. but, how to make classes for 's child elements? My resquest/response soap message is the following: > request message 1 01234567ABC ... ..