[Sorry for the cross-posting but it is really an issue for both lists.] I'm currently documenting the API of a XML-RPC (http://www.xmlrpc.com/) server in...
Stephane Bortzmeyer
bortzmeyer@...
Jun 2, 2005 2:22 pm
6235
I'll speak from the XML-RPC side, if I dare. Such an encoding would be really welcome, after many searches I know none, even for SOAP or OWL-S (where WSDL...
On Thu, Jun 02, 2005 at 04:49:50PM +0200, Paul Libbrecht <paul@...> wrote ... Yes, it would be a good idea, I'll try. ... I'm afraid so....
Stephane Bortzmeyer
bortzmeyer@...
Jun 2, 2005 2:52 pm
6237
For those of us, like me, who are not terribly familiar with Docbook, let me clarify what you're doing. Correct me if I'm wrong. Docbook defines some element...
Do I mistake or WSDL allows only machine readable information which, of course, can be rendered, but is rarely decorated with human comments. I'm looking for...
Wsdl has more expressive power than xmlrpc introspection. As far as human-readable information is concerned, there is nothing stopping the users from agreeing...
... As usual. ... That might be doable on the top of XDoclet but is then based on the library taken which is not, necessarily the best choice. I had hoped...
Since two days I am unable to browse www.xmlrpc.com. Sometimes browser says connection is refused and sometimes it says no data in response. regards Sudhakar ...
Today morning I checked, It is working now. regards Sudhakar ... __________________________________________________________ Free antispam, antivirus and 1GB to...
I have a XML-RPC procedure which has several parameters, most of them with reasonable default values and therefore they should be optional. There is apparently...
Stephane Bortzmeyer
bortzmeyer@...
Jun 13, 2005 11:41 am
6247
I have a XML-RPC procedure which may, potentially return an array with many items (say, one million of strings). I'm not sure that all clients and servers will...
Stephane Bortzmeyer
bortzmeyer@...
Jun 13, 2005 11:46 am
6248
... A struct is probably the best solution. You could also use an array of boolean to indicate which of the parameters are valid. John Wilson The Wilson...
... I would imagine you would break many implementations with a million strings. Remember that the spec requires the Content-length header to be present and...
On Mon, Jun 13, 2005 at 01:39:50PM +0200, Stephane Bortzmeyer <bortzmeyer@...> wrote ... There is NIL but it is an (uncommon?) extension. ...
Stephane Bortzmeyer
bortzmeyer@...
Jun 13, 2005 1:10 pm
6251
Funnily the topic of "streaming XML-RPC calls" has come quite often and, indeed, it's just impossible since the content-length header is required. This...
How does one get off this list? I've sent an email to xml-rpc-unsubscribe@yahoogroups.com. I received an email asking me to confirm. I sent a confirmation....
... I certainly use the Content-length header. I use keep-alive and reuse connections. If you do this then you need the Content-length so you can tell that...
... If you are using Python for the server side (since I know you sometimes use Python), it wouldn't actually strictly be necessary to be passing a NIL to...
On Tue, Jun 14, 2005 at 07:17:54AM -0000, dscplcomau <grahamd@...> wrote ... [...] ... Nice idea. But it is difficult to document since it is not very...
Stephane Bortzmeyer
bortzmeyer@...
Jun 14, 2005 7:26 am
6258
... Someone else suggested the use of a distinct URL to identify an endpoint which maintains state, thus allowing you to perform multiple requests to get the...
That can only mean that the method processDispenseVerificationMessage hangs. Do change its source to see it... or that the http request hangs (typical of...
... Try adding the commons codec jar to your classpath http:// jakarta.apache.org/commons/codec/ John Wilson The Wilson Partnership http://www.wilson.co.uk...