... Another way to do this would be to use a structure with seperate fields for the content type and the content: <image> <content_type...
2013
Ken MacLeod
ken@...
Apr 1, 2001 4:04 pm
... Apache SOAP appears to take <arg1>, <arg2>, <arg3>, ... without problem. -- Ken...
2014
Dave Winer
dave@...
Apr 1, 2001 5:02 pm
"Started in April 2001, this list supports developers working on SOAP toolkits, low-level code that interops based on the SOAP 1.1 specification. It's a...
2015
sdr@...
Apr 1, 2001 5:18 pm
... This is how one would solve this problem if one were constrained to solve it within the confines of the spec as defined, and perhaps this is the path of...
2016
Dave Winer
dave@...
Apr 1, 2001 5:21 pm
Yes, but is the converse true? Would it take <arg3>, <arg1>, <arg2>? According to the Minds of SOAP, it must. Dave ... From: "Ken MacLeod"...
2017
Ken MacLeod
ken@...
Apr 1, 2001 5:47 pm
... To Apache SOAP, only the order matters, the names are irrelevant. To be more concrete: my_method(10, 5) is <my_method> <foo>10</foo> <bar>5</foo> ...
2018
Dave Winer
dave@...
Apr 1, 2001 6:22 pm
... That's a bug, if true. Dave...
2019
webmaster@...
Apr 1, 2001 10:19 pm
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$1524 By: Andreas Bolka (andreas.bolka@...) First of all, a big congrats to all...
2020
webmaster@...
Apr 1, 2001 10:19 pm
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$1523 By: Andreas Bolka (andreas.bolka@...) First of all, a big congrats to all...
2021
webmaster@...
Apr 1, 2001 10:58 pm
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$1525 By: Evan Prodromou (evan@...) Is there a good reason...
2022
webmaster@...
Apr 1, 2001 11:28 pm
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$1526 By: Evan Prodromou (evan@...) Well, despite the fact...
2023
webmaster@...
Apr 2, 2001 12:31 am
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$1528 By: Evan Prodromou (evan@...) I can't really "hack it...
2024
webmaster@...
Apr 2, 2001 12:31 am
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$1527 By: Cliff Baeseman (clifford.baeseman@...) Hack it out if it is not...
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$1529 By: Joe Johnston (jjohn@...) Eric Soroos posted this [1] example of...
2027
webmaster@...
Apr 2, 2001 3:27 am
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$1530 By: Graham Dumpleton (grahamd@...) ... Hmmm, this comment is no longer...
2028
webmaster@...
Apr 2, 2001 4:34 am
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$1531 By: kesavarao (challakesavarao@...) Hi, Any one can help me where I can...
2029
webmaster@...
Apr 2, 2001 5:55 am
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$1532 By: Shepherd Shi (sshi@...) I am looking for a XML RPC client on Palm....
2030
webmaster@...
Apr 2, 2001 7:44 am
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$1533 By: Gabrio Rivera (rivera@...) Cliff ... I never said that. But the RMI...
2031
pf@...
Apr 2, 2001 8:47 am
Is there any other more "official" specification of the reserved 'system'-methods than what I found under: <http://xmlrpc.usefulinc.com/doc/reserved.html>? For...
2032
grahamd@...
Apr 2, 2001 10:46 am
... What I have done in OSE is not automatically export all methods of a class, but have the programmer say explicitly which they want exported. In doings...
2033
webmaster@...
Apr 2, 2001 1:52 pm
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$1534 By: Gabrio Rivera (rivera@...) Dave We didn't receive any relevant...
2034
webmaster@...
Apr 2, 2001 2:39 pm
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$1535 By: Cliff Baeseman (clifford.baeseman@...) Yes you do raise a couple...
2035
Skip Montanaro
skip@...
Apr 2, 2001 3:01 pm
Cliff> Is a python application going to care about nil, I do not think Cliff> so. Actually, the answer to this is "yes". We just spell it as "None". Skip...
2036
Skip Montanaro
skip@...
Apr 2, 2001 3:01 pm
Evan> I can't say how disappointed I am in this. Such a simple, elegant Evan> spec as XML-RPC, one with such potential for interoperability Evan> across...
2037
Dave Winer
dave@...
Apr 2, 2001 3:06 pm
Skip, saying "Dave says the spec is frozen" is a convenient short-hand for this: "There aren't enough implementors around to be able to effect a change in the...
2038
Paul Libbrecht
paul@...
Apr 2, 2001 3:46 pm
Sorry, but I don't agree, not at all. It would not be a problem for most of the implementors to think about a version 2 of the specs. One that would include...
2039
Eric Kidd
eric.kidd@...
Apr 2, 2001 4:05 pm
... This is the "official" documentation. ... Well, C++ supports operator overloading, templates, and pointers. But since XML-RPC is a...
2040
Skip Montanaro
skip@...
Apr 2, 2001 5:44 pm
Dave> Skip, saying "Dave says the spec is frozen" is a convenient Dave> short-hand for this: Dave> "There aren't enough implementors around to be able to...
2041
Skip Montanaro
skip@...
Apr 2, 2001 6:07 pm
Okay, I'm interested enough in this <nil/> thing to get off my fat ass and see what the state of affairs is. If you have a moment, please respond (privately)...