Re: Help with Deserialization of complex object with Java Webservice

2009-07-29 Thread Carmelo
Sorry, i don't know. Il giorno mer, 29/07/2009 alle 06.07 -0700, guitarro17 ha scritto: > Thank you! > > But, in J2ME, What I need to do? Same? > > In my client I have this: > > public void testWebService() throws Exception { > > SoapSerializationEnvelope envelope =

RE: Help with Deserialization of complex object with Java Webservice

2009-07-29 Thread guitarro17
les email peuvent facilement être sujets à la manipulation, nous ne > pouvons accepter aucune responsabilité pour le contenu fourni. > > > > >> Date: Wed, 29 Jul 2009 06:07:32 -0700 >> From: guitarr...@yahoo.com.br >> To: axis-user@ws.apache.org >> Su

RE: Help with Deserialization of complex object with Java Webservice

2009-07-29 Thread Martin Gainty
;importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Wed, 29 Jul 2009 06:07:32 -0700 > From: guitarr...@yahoo.com.br > To: axis-user@ws.a

Re: Help with Deserialization of complex object with Java Webservice

2009-07-29 Thread guitarro17
Thank you! But, in J2ME, What I need to do? Same? In my client I have this: public void testWebService() throws Exception { SoapSerializationEnvelope envelope = new SoapSerializationEnvelope(SoapEnvelope.VER11); SoapObject soapO

Re: Help with Deserialization of complex object with Java Webservice

2009-07-29 Thread Carmelo
Probably you have to write a metod in your client to deserialize that object, and you need to do your class Alert implementing serializable. ES: public class Alert implements serializable{ attributes... public Allert(){} } Remember you have to do a class with an empty constructor. Then befor you us