... On a separate note, in October I'll be at NYCBSDCon and The Ajax Experience in case anyone from the json-rpc list is interested getting together to hash...
... error parsing the JSON, etc. We will return 200 for all errors not strictly related to the web-server. The 7.4. Error Object is all that is needed. << Are...
... If it is not a special case, the appropriate way to deal with an error would be to return an error object. Your suggestion of HTTP codes muddied this a...
It sounds like you would want to put the onus on the json-rpc framework to handle things like authentication, authorization, etc.. Wouldn't it be better to...
Atif, I think I follow what you are getting at, but how do you see multiple request objects passed in a single payload being handled, when one return object...
Matt
WickedLogic@...
Oct 2, 2006 2:07 pm
360
Matt, This is allowed, so to speak, but not standardized via the spec. It's allowed in the sense that it's up to your service to provide a method to ...
I've been meaning to point this out in a more elaborate post. Unfortunately, it keeps making its way back to my drafts box each day as I keep running out of...
... I'd like that option yes, but such tight binding in the spec prevents it. Making the spec looser, people who want to tight binding to http errors can...
Matt
WickedLogic@...
Oct 2, 2006 2:38 pm
363
Atif, Thank you for the clarification. After the last couple threads, I have a feeling that the json-rpc 1.1 spec as it is being planned is not going to suit...
Matt
WickedLogic@...
Oct 2, 2006 3:50 pm
364
For those who care, you're not the only only in this situation. I'll be using it extensively for non-http communication. Batch not so much, but possible. I've...
I'm sorry to hear that, but I thought I did provide the chance to revolt against this much earlier. I would really urge anyone feeling the same to go over the...
That'd be grand, Jeff! Thanks for volunteering to try and set this up. Should I setup a database on the group to see how many and who'd like to attend? Would...
... No I do not have any technical problems using either solution, though the JavaScript client library I built is now easier since I separate between HTTP...
... I reread a few of my own posts, and I would have said more sooner if I had realized that HTTP error codes would be forced with that discussion on binding....
Matthew Morley
WickedLogic@...
Oct 2, 2006 11:44 pm
370
Wanted to post another example of where HTTP Binding is going to cause an issues, which I ran across this morning. There are times where the same logic of a...
Matthew Morley
WickedLogic@...
Oct 5, 2006 2:33 pm
371
Matt, I re-read this passage in the original spec again and I think there's room for misinterpretation on the relationship between HTTP transactions and...
Hi Matt, Matt said, "how do you see multiple request objects passed in a single payload being handled, when one return object contains an error code and the...
As far as I'm concerned, the json-rpc support provided by the php-xmlrpc lib does not (yet?) provide any means of parsing multiple requests in a single post. ...
... I can see that working, but I almost prefer to be able to pass an array of request objects and have them each treated as clean requests by the gateway. The...
Matthew Morley
WickedLogic@...
Oct 6, 2006 3:31 pm
376
After looking at and implementing parts of the spec, i've noticed that the service description would provide a much cleaner interface to generate stubs from if...
... Describing the properties of the objects can quickly get hairy, especially because it can change over time or from one version to another. Some objects...
Matthew Morley
WickedLogic@...
Oct 9, 2006 8:20 pm
378
Jeffrey Damick's been very kind to organize a conference call facility through his company that will enable this group to conduct a focused meeting on 1.1WD....
I if get the context of the question right, the two extremes of webservices- IDL languages are: xml-rpc - only top-lelevel parameters of method calls are...
Thanks for responses Gaestano & Matthew, I agree on a lot of these points, my only request is that the obj and arr be broken down by the field name, types...
In the spec, I laid down some seeds to enable this. First, note the following statement in 10.2.1: If another String value is found then it must be treated the...
Atif, thanks i missed that sentence 10.2.1, that makes sense now. Are you planning to add the "types" object to spec? Including it would definitely clarify...
the typ/extension schema looks neat! ... From: json-rpc@yahoogroups.com [mailto:json-rpc@yahoogroups.com]On Behalf Of Atif Aziz Sent: Tuesday, October 10, 2006...
Jeffrey said, "Are you planning to add the "types" object to spec?" There is no plan to add "types" to the spec at the moment. I was going to, but this would...