Hi, currently we are intigrating oodle API with our search site, but we are not able to parse the result which is comming from oodle, is there any javascript...
You can use javascript library sarissa (sarissa.sourceforge.net) to parse xml string. - R ... From: Jack Smith <smith@...> To: oodleapi@yahoogroups.com ...
Hi Rajan, actually the problem is that , the result which is comming from oodle, is not in the XML form, its just a simple text format ... From: Ranjan K....
Jack, I hope you are getting in JSON format which is nothing but Text format. Then you dont need to worry about XML parsing rather there are lots of library...
The 'filters' parameter requires an array of filter structs. The error message you are seeing is usually the result of sending in only a single filter struct...
The Oodle API results are returned in XML. More specifically, they are in the XMLRPC format. There is a JavaScript XMLRPC parser but I don't think this is...
Hi Aren, right now we are passing an array as follow params.addElement("['price', 'reverse', 'true' ]"); but still we are getting an error that Unknown sort...
Hi Jack -- What language are you using? It will be easiest to explain if I give you an example in that language. Aren ... From: oodleapi@yahoogroups.com...
Hi Aren , we are using JAVA for development, and follwoing is the code snippet ... Vector dim = new Vector(); Vector filter = new Vector(); dim.add(dimName); ...
I would love if someone could post a network capture or example of what the post request looks like on the wire. From all of my research it appears that...
Hi, from last day I am not able to get results from oodle API, is there any changes wiht oodle API, if there is then please let us know Thanks Jack Smith...
Likewise, At about ~1:30pm CST, my get call that had been running just fine for the past couple of days started returning this XML: <?xml version="1.0"...
Sorry for the API problems earlier today. Some servers were prematurely (and incompletely) rolled to the new API code. Here are features which will be...
Ah, well that makes sense then. Thanks. On May 31, 2007, at 17:17 17, Aren Sandersen wrote: Sorry for the API problems earlier today. Some servers were...
Have there been more API changes? The XML response I'm getting now has a content type of "application/xml; charset=utf-8", which is causing the ruby XMLRPC...
Sorry, the I believe content type is in the the http response, not in the XML itself. Either way..."application/xml" is causing ruby to throw a "Wrong...
Per the email I sent yesterday, our underlying XMLRPC framework was scheduled to be upgraded. I will see if I can get the content-type back to text/xml in the...
Posted before, but didnt get any response... Anyone able enough to help? Would like to see someone start to help me out asap.. Please contact me, thanks...
I am pulling records for the housing/sale category, and in certain locations (allentown as an example), the api return says the total record count should be...
Unfortunately there is such a limit. Only the first ~4000 results from each query can be retrieved. You might want to consider pulling from each sub-category...
i integrated oodle api using php4.It was running fine and fetching data from oodle but its not working now with same old code.Is there any thing wrong from my...
For at least a month now, the Oodle API has either completely failed to load or has taken at least 4 or 5 seconds. When the index was split and we lost the...
I would love to, but I am several thousand miles from home and my main "coding" computer is dead :-) If you have a way to run PHP scripts, you should be able...