Question

Can anyone tell me how to implement a web service composition scenario? I consider 4 composition steps(mentioned down below). Actually I have developed selection algorithm(step 2) and want to compare that with other related approaches. I want to know which technology or software packages should I use and How?

Services are WSDL-based(or SOAP-based) not RESTful

Web Service Composition Steps:
1)Web service discovery based on users' functional requirements
2)Select optimal services based on users' QoS(Quality of Service) Criteria and create execution plan
3)Generate composite service description
4)Execute composite service

Was it helpful?

Solution

Apache ODE lists a couple of tutorials, which also include the usage of the Eclipse BPEL designer. The tutorials are rather old, so it may happen that the procedures have slightly changed. But perhaps they will still give you the needed advice. You may also check the WSO2 BPEL tutorials.

For a brief introduction into BPEL, you may find my slidedeck helpful as well.

OTHER TIPS

For interested guys: These websites useful and can give you good practical view of web service composition

http://www-inf.it-sudparis.eu/~nguyen_n/home
http://langrid.org/services/en/exercises.html

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top