Hello,
I am using kxmlrpc from http://kxmlrpc.objectweb.org/ and I am getting the following error;
I am posting a struct and it's contains Base64 encoded picture. Any idea what this error is and how to fix it? I'm testing on Sun WTK EMU. I do have internet connectivity because I am able to talk to site using other XMLRPC commands.Code:java.io.IOException: Persistent connection dropped after first chunk sent, cannot retry at com.sun.midp.io.j2me.http.Protocol.sendRequest(+102) at com.sun.midp.io.j2me.http.Protocol.writeBytes(+61) at com.sun.midp.io.BaseOutputStream.write(+49) at java.io.OutputStream.write(+8) at org.kxmlrpc.XmlRpcClient.execute(+160)
Thanks,




Reply With Quote

