Restful web service invocation in BPEL

元气小坏坏 提交于 2019-12-19 04:46:15

问题


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 that have WSDL file. But, I asked to do a project which should contain restful web services work with BPEL. I appreciate any hints,links and tutorials on the inetrnet.

Note:

  • I am very new to both web service and bpel concepts. I just implemented some samples from internet.
  • I use eclipse helios, Apache Tomcat 7.0, Apache ODE server, BPEL designer

回答1:


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/




回答2:


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




回答3:


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



来源:https://stackoverflow.com/questions/8194482/restful-web-service-invocation-in-bpel

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