Restful web service invocation in BPEL

后端 未结 3 543
名媛妹妹
名媛妹妹 2021-01-07 08:43

My question is that:

Is there any method that I can use restful web services such as Google Map or Youtube in BPEL. I know that BPEL works with SOAP web services t

相关标签:
3条回答
  • 2021-01-07 08:55

    You can find a sample REST service invocation process here as well. TestRESTProcess in WSO2 BPS sample process repository

    0 讨论(0)
  • 2021-01-07 09:04

    Apache ODE supports a custom HTTP binding that allows the orchestration of RESTful HTTP services. See [1] for details. The TestHTTPBinding* test cases [2] may help as a starter.

    [1] http://ode.apache.org/wsdl-11-extensions-for-rest.html
    [2] http://svn.apache.org/viewvc/ode/trunk/axis2-war/src/test/resources/

    0 讨论(0)
  • 2021-01-07 09:10

    You could write a simple SOAP web service that calls the RESTful web service for you.

    0 讨论(0)
提交回复
热议问题