Would WS-BPEL work with RESTful Web services?
Forum topic: Submitted by carolgeyer on 26. October 2007 - 22:54. Last updated on 27. October 2007 - 0:02.
WS-BPEL 2.0 is not designed to use RESTful services because these types of services do not use WSDL.
REST through adapter
One way to work with a REST service in BPEL would be to generate WSDL/Schema that described the REST interactions and then create an adapter service or other means to communicate with the REST endpoint.