You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Luis Bilo (JIRA)" <ji...@apache.org> on 2008/11/03 12:06:44 UTC

[jira] Updated: (AXIS2C-1283) Improvement for REST. Allows HTTP methods without post data to have the correct namespace associated by default. This default associated namespace can be defined in service.xml for each operation.

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

Luis Bilo updated AXIS2C-1283:
------------------------------

    Attachment: op_ns_uri.diff

Proposed patch.

> Improvement for REST. Allows HTTP methods without post data to have the correct namespace associated by default. This default associated namespace can be defined in service.xml for each operation.
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2C-1283
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1283
>             Project: Axis2-C
>          Issue Type: Improvement
>          Components: core/deployment
>         Environment: Affects REST requests.
>            Reporter: Luis Bilo
>            Priority: Minor
>         Attachments: op_ns_uri.diff
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Suports default namespace definition @ services.xml for each rest operation. The motivation behind this patch was to make REST requests without post data to be compatible with adb auto generated code with no modifications.
> The default namespace can be defined as in the following example:
> <operation name="get_message" uri_ns="my_namespace">
>          <parameter name="wsamapping">urn:get_message</parameter>
>          <parameter name="RESTMethod">GET</parameter>
>          <parameter name="RESTLocation">message/{uuid}/</parameter>
> </operation>
> Note: there could still be an improvement, that would be to allow the definition of a global default namespace for all requests, in order to minimize services.xml configuration time. Individual operation default namespace would still have priority over global definition. 

-- 
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: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org