Restful web service invocation in BPEL

若如初见. 提交于 2019-12-01 01:53:22

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/

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

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!