Another follow up to your original message.  We created a ajax and xmlrpc
prototype, in our testing the xmlrpc method was 40% faster than the ajax
method.



                                                                           
             Tino Wildenhain                                               
             <[EMAIL PROTECTED]                                             
             de>                                                        To 
                                       [email protected]           
             12/09/2005 04:01                                           cc 
             AM                                                            
                                                                   Subject 
                                       Re: Sending data in an XML format   
             Please respond to         using a string type                 
             [EMAIL PROTECTED]                                             
                 ache.org                                                  
                                                                           
                                                                           
                                                                           
                                                                           




VILAND Guillaume RD-BIZZ-SOP schrieb:
> I'm not sure to understand why sending XML string in payload is silly ?
Could you explain ?
> If you consider XML-RPC as a "transport for RPC" protocol, it sounds very
sensible.
> Regards

Yes, but the idea is to transport structures, not bulk data.
The structure is what makes XML in XMLRPC usefull. You eyeball
it and you immediately see the data. You load it into
your application and immediately have your objects with
attributes to work with. Now, when all you transport is a
big string with XML, you are basically double en- and
decoding. Sorry but for me this sounds silly :-)

Its like that russian pupet "matrjoschka"
where this a nice child game to open puppet
after puppet to still find another, smaller one
in it :-)



Reply via email to