REST Service not being called if no parts -----------------------------------------
Key: ODE-546 URL: https://issues.apache.org/jira/browse/ODE-546 Project: ODE Issue Type: Bug Components: Axis2 Integration Affects Versions: 1.2, 1.3, 1.3.1, 2.0 Reporter: Alexis Midon Assignee: Alexis Midon If a REST service which uses an URI is deployed such as follows; http://test.com/service/mxml?action=getStatus The service will not be called at execution time, a workaround is to introduce a mapping; http://test.com/service/mxml?action={tempFix} and then map tempFix to getStatus with the mapper. However since it is valid to have a REST service taking no attributes. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.