echo_rest sample does not work with mGET options
-------------------------------------------------
Key: AXIS2C-1120
URL: https://issues.apache.org/jira/browse/AXIS2C-1120
Project: Axis2-C
Issue Type: Bug
Reporter: Damitha Kumarage
When I invoked it as
./echo_rest -mGET
http://localhost:9090/axis2/services/echo/echoString?text='Hello World'
it worked. But when I went into the code and commented line
*payload = build_om_payload_for_echo_svc(env);
it did not work. So it seems that GET request is constructed not from url
parameters but from payload xml.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]