Hi Samisa, Well either is possible. If you stop attaching the payload it will send, GET /axis2/services/echo/echoString, and to achieve number 2, you will have to modify the endpoint to read /axis2/services/echo/echoString/Hello%20World%21.
I didn't modify the logic so that it would convert the given payload to something like /axis2/services/echo/echoString/Hello%20World%21 instead of /axis2/services/echo/echoString?text=Hello%20World%21. AFAIK that is not what is expected, as in GET and POST both, with REST, you still can have a query field. Regards, Senaka > When I run the echo rest client with -mGET, it sends > GET /axis2/services/echo/echoString?text=Hello%20World%21 HTTP/1.1 > > But with our latest desing, it should seng > GET /axis2/services/echo/echoString/Hello%20World%21 HTTP/1.1 > > > Samisa... > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
