[ http://issues.apache.org/jira/browse/AXIS2-68?page=comments#action_12315822 ]
Srinath Perera commented on AXIS2-68: ------------------------------------- Hi Dims; Saminda has been working on the thing but accroding to him both the GET and the POST interfaces for the yahoo serach require url string not xml. Axis2 view (As I belive) is that we support url string based soap invocations for GET but need xml for the POST. This Yahoo sample is differnat from Axis2 way of REST in the POST case. It needed following changes 1) new transport that send the soap message as a url parameters 2) changes to Servlet and repsonese receving code to accept the "url string based post requests I do not feel good about doing the two, what do you think ..we are heading for world where the "url <-> soap message mapping" is happening .. what do you think? Thanks Srinath > Use case for REST - Yahoo Search > -------------------------------- > > Key: AXIS2-68 > URL: http://issues.apache.org/jira/browse/AXIS2-68 > Project: Apache Axis 2.0 (Axis2) > Type: New Feature > Reporter: Davanum Srinivas > > Step #1: Need an example for a well known REST service. for Example: > http://developer.yahoo.net/search/web/V1/webSearch.html > Step #2: Update Wsdl2Java/Code to consume WSDL2.0 and generate code for REST > web services. Example, Dave Orchard has a wsdl for yahoo: > http://www.pacificspirit.com/blog/2005/03/02/yahoo_search_web_service_in_wsdl_20 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
