tnks for ur replies...i'll ckeck ur advises.... i'm sure that my client receives the Map as i described...i made a simple xml with 2 strings and the result was Map<String, List>.
i send 2 Strings for my database (which returns me the results of the apropriate fields..i use the berkeley java database..) the xml are like this... : ...client.... <%@ page language="java" contentType="text/html; charset=ISO-8859-7" pageEncoding="ISO-8859-7"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <[EMAIL PROTECTED] uri="http://jakarta.apache.org/taglibs/io-1.0" prefix="io" %> <html> <body> <io:xmlrpc url="http://localhost:8080/xmlrpc/xmlrpc"> <io:body> <methodCall> <methodName>Open.OpenEnvironment1</methodName> <params> <value><string>1</string></value> <value><string>A</string></value> </params> </methodCall> </io:body> </io:xmlrpc> </body> </html> and the response from the server is ::: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <body> <?xml version="1.0" encoding="UTF-8"?><methodResponse xmlns:ex="http://ws.apache.org/xmlrpc/namespaces/extensions"> <params><value> <struct><member> <name>EINAI</name> <value><array><data><value>ASPIRINI3</value><value>PIRETO3</value><value>PAIDIA3</value><value>4.51</value><value>4.66</value></data></array> </value></member> </struct></value> </params> </methodResponse> </body> </html> ....tnks again,i'll ckeck it out.... -- View this message in context: http://www.nabble.com/hi...problem-with-xml-rpc-java-and-tomcat-tp16669185p16676281.html Sent from the Apache Xml-RPC - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]