Re: I can not send my own Serializable implementation as parameter through apache xml-rpc communication

2011-10-05 Thread Jochen Wiedmann
Try to create a trace of the communication between client and server using tcpdump, wireshark, or similar tools in order to get more information, please! 2011/10/5 Sérgio Freitas : > Hi there, > > I'm trying to send my own serialized object implementations as parameter > through a apache xml-rpc c

I can not send my own Serializable implementation as parameter through apache xml-rpc communication

2011-10-05 Thread Sérgio Freitas
Hi there, I'm trying to send my own serialized object implementations as parameter through a apache xml-rpc communication (server to client), but it gives me an exception "premature end of file" when parcing the xml on the client side. I already have the extensions enabled on both sides so I suppo