You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Alexis Midon (JIRA)" <ji...@apache.org> on 2009/04/17 03:37:15 UTC

[jira] Closed: (ODE-546) REST Service not being called if no parts

     [ https://issues.apache.org/jira/browse/ODE-546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexis Midon closed ODE-546.
----------------------------


on the road to 1.3.1

> 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.3.1
>            Reporter: Alexis Midon
>            Assignee: Alexis Midon
>             Fix For: 1.3.1
>
>
> 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.