Is there is standard way to consume Zend_Rest_Server response with jquery? I have a simple web service that I need to invoke and process result with ajax, preferrably JQuery.
I assume I can parse xml response somehow, but that doesn't look like a mature solution.