Create an Asynchronous JAX-WS Web Service and call it from Oracle BPEL 11g
- by Bob Webster
This posting is the result of a simple
requirement to take an existing JAX-WS Web service,convert it to be
asynchronous and call it from Oracle BPEL 11g
It turned out that this is not a trivial task...
BPEL has some very specific expectations about the WSDL for an
asynchronous process.
One approach is to develop the service starting from a WSDL…