[The following is in response to <http://groups.yahoo.com/group/bloggerDev/message/1316>. I'm responding here since the XML-RPC group seems like a more...
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2388 By: Mark A. Hershberger (mah@...) [The following is in response to ...
webmaster@...
Jan 3, 2003 10:29 pm
5111
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2389 By: Daniel (Danimal696@...) hi everybody, i want to ask something that...
webmaster@...
Jan 5, 2003 11:03 pm
5112
Hi, I have concluded an XML-RPC library for the Erlang programming language Read more about Erlang here: http://www.erlang.org/. The library has passed the...
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2390 By: Mark A. Hershberger (mah@...) Ahh... Nevermind. I forgot that the...
webmaster@...
Jan 6, 2003 5:29 pm
5115
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2391 By: Mark A. Hershberger (mah@...) The MetaWeblog API states that the...
webmaster@...
Jan 6, 2003 6:08 pm
5116
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2392 By: Chris Morley (cmorley@...) I suppose XML-RPC implementations are...
webmaster@...
Jan 8, 2003 2:07 am
5117
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2393 By: Dave Winer (dave@...) In progress....
webmaster@...
Jan 8, 2003 2:37 am
5118
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2394 By: Brent Simmons (brent@...) Exactly what my users want is to be able...
webmaster@...
Jan 8, 2003 6:34 am
5119
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2395 By: Gary Teter (bigdog@...) I'm finally getting around to...
webmaster@...
Jan 8, 2003 5:48 pm
5120
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2396 By: Drew (drub0y@...) I agree, this should definitely be added to a 1.1...
webmaster@...
Jan 8, 2003 9:24 pm
5121
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2397 By: Daniel Berlinger (daniel@...) /If the name is the same as an...
webmaster@...
Jan 8, 2003 10:34 pm
5122
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2398 By: Dave Winer (dave@...) So they can put a dot in the name, and add...
webmaster@...
Jan 8, 2003 10:56 pm
5123
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2399 By: Daniel Berlinger (daniel@...) I see your point, but Mac people...
webmaster@...
Jan 9, 2003 2:05 am
5124
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2400 By: Sam DeVore (sdevore@...) /but Mac people tend to not use (see)...
webmaster@...
Jan 9, 2003 2:18 am
5125
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2401 By: Dave Winer (dave@...) Daniel -- tell me concisely how you want it...
webmaster@...
Jan 9, 2003 3:00 am
5126
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2402 By: Daniel Berlinger (daniel@...) No point in telling you, your...
webmaster@...
Jan 9, 2003 3:12 am
5127
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2403 By: Daniel Berlinger (daniel@...) There is something like this in...
webmaster@...
Jan 9, 2003 4:05 am
5128
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2404 By: Sam DeVore (sdevore@...) Yea it will be nice to be able to do...
webmaster@...
Jan 9, 2003 5:26 am
5129
Forgive the shameless shilling of my own wares here. The book, "Programming Web Services with Perl", published by O'Reilly and Associates, is now available....
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2405 By: Dave Winer (dave@...) A small change: "it replaces the existing...
webmaster@...
Jan 10, 2003 8:10 pm
5131
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2406 By: Dave Winer (dave@...) In progress....
webmaster@...
Jan 12, 2003 8:17 pm
5132
Hi, I'm using the Apache XML-RPC 1.1 library but it seems that the XmlRpcClient doesn't handle UTF-8 encoding. I have written a XmlRpcServer using UTF-8...
I wonder why you need HTTP. Granted it's a nice feature to go through HTTP. But what if I want plain/heavy/ordinary/notweb application. Except there is a Java...
HTTP is a pretty lightweight communications protocol. Given that you need *something*, its not that hard -- my embedded XML-RPC server for Informix-4GL, as an...
I mean there is no HTTP nor web protocol involved up to now. As far as I know my client's computer on which I install my server could have no WebServer. In...
Mmhh.. I'm reading you again.. Mhh.. do you mean I could find a lightweight, Opensource, Java HTTP server, I could use to run the needed HTTP server on...
Well it seems I absolutly need a web server.... I wonder if anyone could point me on a very basic, opensource, Java, webserver, I could embed into my...
I seem to recall something like jHTTP (2 years ago)... it worked great (even ran it on my palm using kvm). I think that it's now shareware, but if you don't...