Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.3.2
-
None
Description
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.