|
Dear all, Suppose I have sent a remote procedure call String result = (String) xmlrpc.execute
("method.name", params); And get result. The result itself is a String containing a XML-RPC message. The Question is how can I extract the Result XML to Vector
or an array? Thank you very much. |
