I’ve started a series of video walkthroughs for the IBM Integration Bus Toolkit tutorials.
They start out VERY simply so that the new user can familiarize themselves with the interface.
Then with the later tutorials, they’ll be changing the standard tutorial and adding their own nodes as well as changing the default messages.
This tutorial demonstrates a simple integration service with a SOAP/HTTP binding. The integration service converts temperatures from Celsius to Fahrenheit, or from Fahrenheit to Celsius, by using request-response operations.
In IBM Integration Bus, an integration service is a specialized application with a defined interface that acts as a container for a web services solution. The service interface is specified in a WSDL document that contains the operation and fault definitions. Each service operation and error handler is implemented as a subflow in the integration service.
You will import the integration service to your Integration Toolkit workspace, and invoke the integration service to send a SOAP request by using the Flow exerciser.