Consuming SOAP Services
The request message is generated by the SOAP Reference Binding for a service and the response message is received by the Reference Binding from the service.
Creating a Consumer for SOAP Service
- Procedure
- Click the process package, for example, "HelloWorld", and then click theCreate 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 dropdown 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.
The SOAP Reference Binding is created.
- Run the project.