Uploaded image for project: 'ODE'
  1. ODE
  2. ODE-283

HTTP Verb at he operation level

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.2
    • None
    • None

    Description

      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>

      Attachments

        Issue Links

          Activity

            People

              mriou Matthieu Riou
              alexismidon Alexis Midon
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: