Would WS-BPEL work with RESTful Web services?

WS-BPEL 2.0 is not designed to use RESTful services because these types of services do not use WSDL.

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.