Hi all,
does anyone know how I can send my own object to a web service when
using kSoap2?
I have a J2ME client with a class "Code" (beering 3 attributes) that is
kvmSerializable. But how does my web service on server side know about
this Code object? Axis2 doesn't include the ksoap2 library as far as I
know. The web service ought change/add the attributes in Code and send
it back to the client.
code like that:
public class WebService
..
public Code getCode(Code code)
If just copying the Code class from client to server into the web
service jar an error is displayed stating that interface kvmserializable
is unknown.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]