Consuming SOAP Services
The request message is generated by the SOAP reference binding for a service and response message is received by the reference binding from the service.
Creating a Consumer for SOAP Service
- Procedure
- Click on the process package, for example, "HelloWorld", and then click
Create a new Business Works Process
icon.
- Specify the process name as HelloWorldConsumer and click Finish.
- Drag and drop the HelloWorldSOAP portType to the right of the process editor.
- Add a Reference Binding to the SOAP service for the Reference Type field by selecting the required reference from the drop-down list.
- Select and drop a Timer and a Log activity on the process and join it with the Invoke activity as shown in the image.
- Configure the Log activity with a message.
- Run the project.