Primer: Calling Multiple REST Services

This is the shortest guide for making an OSB parallel call to REST services with GenericParallel. I assume the GenericParallel service is already deployed on your domain. If not, here’s the deployment guide. Suppose we need to call a RESTful service named RegisterResourceId. We’ll need to register a number of ids at once, hence the parallel call. To register one id, we need to call this service with the following parameters:

Continue reading