I have to transmit over a http connection a collection of beans to a j2me application. Please tell me wich is the best solution: * to transform the beans in a XML file and to parse (kxml) it on the palm * or to use the a ksoap implementation Please explain me the pros & cons.