But in the case of a built-in server (for example the Merrkat http://www.oreillynet.com/pub/a/rss/2000/11/14/meerkat_xmlrpc.html), we can only receive the response, we can't modify the returned data type.
--- Trung Hoang <[EMAIL PROTECTED]> wrote: > when u use the execute method, make the endpoint > application send a String > > cast the returning value of the execute method to a > string and then put it > in a SAX/DOM parser... > > > ----- Original Message ----- > From: "Vinh Danh DoDoan" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, November 07, 2003 11:00 PM > Subject: Re: The XML-RPC response in the XML form > > > > > Why dont you get your application to return a > string > > > which is in XML form? > > > > But how can I do that, when I use the execute() > > method, it returns a parsed object ? > > > > > > > > > > ----- Original Message ----- > > > From: "Vinh Danh DoDoan" <[EMAIL PROTECTED]> > > > To: <[EMAIL PROTECTED]> > > > Sent: Friday, November 07, 2003 7:43 PM > > > Subject: The XML-RPC response in the XML form > > > > > > > > > > Hi everybody, > > > > > > > > I want to know if there is a way to get the > > > XML-RPC > > > > response in the XML form? Because when I use > the > > > > excute() method, the response is only the > result > > > > (parsed XML) > > > > > > > > Thank you > > > > > > > > > > > > > > > > __________________________________ > > > > Do you Yahoo!? > > > > Protect your identity with Yahoo! Mail > > > AddressGuard > > > > http://antispam.yahoo.com/whatsnewfree > > > > > > __________________________________ > > Do you Yahoo!? > > Protect your identity with Yahoo! Mail > AddressGuard > > http://antispam.yahoo.com/whatsnewfree > __________________________________ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree
