The openMovement;
developers,

i have found the apache XMLRPC a very good start for a developer who wants
to test XMLRPC,  excellent library!

this is my question:

If i need the response from the XMLRPC server not to be parsed but instead
i want it to be in the XML format string parsing, e.g. 

<?xml version="1.0"?>
<methodResponse>
  <params>
   <param>.....

instead of receving it as a Object which contains already parsed elements.

how can i achieve that? is there an attribute in the library that i can set
for this? 

or do i have to re-build the XML document again using the returned response
object?

Any help or direction will be appreciated.

Fazbob

--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .


Reply via email to