Search the web
Sign In
New User? Sign Up
json-rpc
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 354 - 384 of 635   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
354
... 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...
Atif Aziz
azizatif
Offline Send Email
Oct 2, 2006
7:45 am
355
... 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...
Atif Aziz
azizatif
Offline Send Email
Oct 2, 2006
7:47 am
356
... 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...
Atif Aziz
azizatif
Offline Send Email
Oct 2, 2006
7:52 am
357
That would be great for those of us who can't make it, i will talk to my "fat farm" about sponsoring a conference call. -jeff...
Jeffrey Damick
jeffreydamick
Offline Send Email
Oct 2, 2006
1:35 pm
358
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...
Jeffrey Damick
jeffreydamick
Offline Send Email
Oct 2, 2006
1:54 pm
359
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@...
Send Email
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 ...
Atif Aziz
azizatif
Offline Send Email
Oct 2, 2006
2:28 pm
361
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...
Atif Aziz
azizatif
Offline Send Email
Oct 2, 2006
2:30 pm
362
... 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@...
Send Email
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@...
Send Email
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...
Joel Lucsy
jjlucsy
Offline Send Email
Oct 2, 2006
4:04 pm
365
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...
Atif Aziz
azizatif
Offline Send Email
Oct 2, 2006
5:43 pm
366
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...
Atif Aziz
azizatif
Offline Send Email
Oct 2, 2006
9:36 pm
367
I am sorry for not responding before now. ... YES :-)...
Wilfred Nilsen
wilfrednilsen
Offline Send Email
Oct 2, 2006
11:18 pm
368
... 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...
Wilfred Nilsen
wilfrednilsen
Offline Send Email
Oct 2, 2006
11:31 pm
369
... 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@...
Send Email
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@...
Send Email
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...
Atif Aziz
azizatif
Offline Send Email
Oct 5, 2006
11:39 pm
372
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...
Atif Aziz
azizatif
Offline Send Email
Oct 5, 2006
11:58 pm
374
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. ...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Oct 6, 2006
8:21 am
375
... 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@...
Send Email
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...
Jeffrey Damick
jeffreydamick
Offline Send Email
Oct 6, 2006
7:11 pm
377
... 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@...
Send Email
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....
Atif Aziz
azizatif
Offline Send Email
Oct 9, 2006
9:53 pm
379
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...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Oct 10, 2006
10:28 am
380
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...
Jeffrey Damick
jeffreydamick
Offline Send Email
Oct 10, 2006
3:02 pm
381
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 Aziz
azizatif
Offline Send Email
Oct 10, 2006
7:31 pm
382
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...
Jeffrey Damick
jeffreydamick
Offline Send Email
Oct 11, 2006
1:10 pm
383
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...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Oct 11, 2006
1:56 pm
384
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...
Atif Aziz
azizatif
Offline Send Email
Oct 11, 2006
2:29 pm
Messages 354 - 384 of 635   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help