[
https://issues.apache.org/jira/browse/ODE-283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthieu Riou updated ODE-283:
------------------------------
Fix Version/s: 1.2
> HTTP Verb at he operation level
> -------------------------------
>
> Key: ODE-283
> URL: https://issues.apache.org/jira/browse/ODE-283
> Project: ODE
> Issue Type: New Feature
> Reporter: Alexis Midon
> Fix For: 1.2
>
> Attachments: ODE-283_#1_verb_per_operation.patch
>
>
> The HTTP binding as described in the wsdl spec defines a single HTTP verb
> (get, post, etc) for one portType.
> However RESTful BPEL requires that the verb may be set at the operation level.
> For instance the binding definition bellow must be supported by ODE.
> <wsdl:binding name="DummyServiceHttpBinding"
> type="ns1:DummyServicePortType">
> <wsdl:operation name="retrieve">
> <http:operation location="DummyService/hello"/>
> <http:binding verb="GET"/>
> <wsdl:input> ... </wsdl:input>
> <wsdl:output> ... </wsdl:output>
> </wsdl:operation>
> <wsdl:operation name="create">
> <http:operation location="DummyService/hello"/>
> <http:binding verb="POST"/>
> <wsdl:input> ... </wsdl:input>
> <wsdl:output> ... </wsdl:output>
> </wsdl:operation>
> </wsdl:binding>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.