Hi Manindra Please subscribe to the user list to post queries..
The REST support in Synapse will only be available in the 1.3 release, and you seem to be trying 1.2 cheers asankha > Sir, > > I tested samples in synapse-1.2.I created on restful web service.i want to > mediate that service through synapse.i successfully on HTTP POST method > My synapse_restful.xml is like > > <definitions xmlns="http://ws.apache.org/ns/synapse"> > <proxy name="Restful" transports="http,https"> > <target> > <endpoint> > <address uri="http://localhost:8080/Restful/record" > format="pox"/> > </endpoint> > <outSequence> > <send/> > </outSequence> > </target> > </proxy> > </definitions> > > > but try for HTTP GET/PUT/DELETE methods,it's not working > if possible please help me > > > -- Asankha C. Perera AdroitLogic, http://adroitlogic.org http://esbmagic.blogspot.com
