Hi, I succeeded with writing a client for invoking JAX-RPC web services. But failing when I am trying to pass an Object as an argument. Getting the below exception
java.lang.RuntimeException: Can not serialize: [Ljava.lang.String; @ e5125d64 at org.ksoap2.serialization.SoapSerializationEnvelope.writeElement (), bci = 85 at org.ksoap2.serialization.SoapSerializationEnvelope.writeProperty (), bci = 236 Please let me know any other way to send an object as an Argument. Regards, PB On Mon, Aug 31, 2009 at 2:03 AM, [email protected] < [email protected]> wrote: > > Hi, > > Trying to write a client in Android for JAX-RPC Webservices developed > in JAVA. > > Is this possible and please suggest any examples for this. > > Regards, > PB > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

