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-309) HTTP Headers in HTTP-binding

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

Alexis Midon closed ODE-309.
----------------------------


on the road to 1.3.1

> HTTP Headers in HTTP-binding
> ----------------------------
>
>                 Key: ODE-309
>                 URL: https://issues.apache.org/jira/browse/ODE-309
>             Project: ODE
>          Issue Type: Sub-task
>            Reporter: Alexis Midon
>            Assignee: Alexis Midon
>             Fix For: 1.3.1
>
>
> REST services leverage the HTTP protocol. And HTTP headers are not left aside.
> Wsdl HTTP binding does not even mention them, so we need an extension here.
> We want to be able to set parts/values in the HTTP request headers, and the way around get values fromn HTTP response headers.
> Standard and custom HTTP headers should be supported.
> All headers of the response will be copy into the ODE message.
> <definition xmlns:odex="http://www.apache.org/ode/type/extension/http">
> ....
>      <wsdl:operation name="doDELETE">
> ...
>             <wsdl:input>
> ...
>                 <!-- a part mapped to a non-standard header -->
>                 <odex:header name="TimestampHeader" part="timestamp"/>
>                 <!-- a static value mapped to a standard header -->
>                 <odex:header name="User-agent" value="MyKillerApp"/>
>             </wsdl:input>
>             <wsdl:output/>
>         </wsdl:operation>
> </definitions>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.