Re: XmlRPC



On 2006-03-30 23:19:31 -0500, "Jubeh" <sjubeh@xxxxxxxxx> said:

Hi guys

I would like to ask you about remote procedural call , i found two
libraries in the sourcefourge.net one is tclsoap an the other is
xmlrpc.

which one is better to use..?

also in tclsoap library the examples are not so clear so i will be
glade if somebody help me with that .

Thanks in advance

If you control both sides of the connection, then neither, because both xmlrpc and soap suck, a *lot*. A pure tcl solution is simple and clean, you can knock one up yourself in 10 lines of code, or you can use an off the shelf solution like "comm" (http://wiki.tcl.tk/2507). Depending on what you are trying to achieve, you may also find "Tequila" (http://wiki.tcl.tk/1243) or "Tuplespace" (http://wiki.tcl.tk/3947) or perhaps "GIN" (http://wiki.tcl.tk/13357) of interest.
<Seriously>
<XML>
<Smells>
<Really>Bad</Really>
</Smells>
</XML>
</Seriously>

If on the other hand you are talking to an existing server, then you'll have to use whatever that server requires.

Dan "Friends don't let friends use xml" Smart

.



Relevant Pages

  • XmlRPC
    ... libraries in the sourcefourge.net one is tclsoap an the other is ... xmlrpc. ... also in tclsoap library the examples are not so clear so i will be ... glade if somebody help me with that. ...
    (comp.lang.tcl)
  • XmlRPC
    ... libraries in the sourcefourge.net one is tclsoap an the other is ... xmlrpc. ... also in tclsoap library the examples are not so clear so i will be ... glade if somebody help me with that. ...
    (comp.lang.tcl)
  • Re: XmlRPC
    ... Jubeh wrote: ... libraries in the sourcefourge.net one is tclsoap an the other is ... also in tclsoap library the examples are not so clear so i will be ...
    (comp.lang.tcl)
  • Re: Lightweight Ruby?
    ... Are there a decent amount of libraries available for this ... For example, could I implement XMLRPC, SOAP, etc. with it or ... The language doesn't even implement bitwise operators, so your going to need a library for pretty much everything. ...
    (comp.lang.ruby)
  • Re: RIVET ROCKS!!!! - What about SOAP?
    ... solution for SOAP or XMLRPC? ... Maybe you can use tclsoap together with Rivet? ...
    (comp.lang.tcl)