IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Editing module deployment properties > Implementing basic authentication
Create a caller part for the request message
The fourth step in implementing basic authentication is to create a caller part for the request message to be received by the export.
Before you create a caller part, you should ensure that you have created a required security token as described in the topic "Creating a required security token for the request message."
To create a caller part for the request message:
Procedure
- If the module deployment editor is closed, open it by completing the following steps:
- In the Business Integration view, select the module that contains your web services export.
- Right-click the selected module and select Open Deployment Editor. The module deployment editor opens.
- Click the Design tab.
- Select the node for your export.
For example, receiveWebServiceCallFromClient has a ServerInterfaceExport1_ServerInterfaceHttpService web service description extension, and a receiveWebServiceCallFromClient_ServerInterfaceHttpPort port component binding.
- Select the Web Services Exports node.
- Click Add and select Web Services Security Extensions. The Web Services Security Extensions node is added under the Web Services Exports node.
- Select the Web Services Security Extensions node.
- Click Add and select Web Service Description Extension. The Select a Web Service Export window appears.
- In the window, select your web service export.
For example, receiveWebServiceCallFromClient.
- Select the Port Component Binding node that was added.
- Click Add and select Server Service Configuration. The Server Service Configuration node is added under Port Component Binding.
- Select the Server Service Configuration node.
- Click Add and select Request Consumer Service Configuration Details. The Request Consumer Service Configuration Details node is added under Server Service Configuration. (
For example, receiveWebServiceCallFromClient has a ServerInterfaceExport1_ServerInterfaceHttpService web service description extension and a receiveWebServiceCallFromClient_ServerInterfaceHttpPort port component binding.)
- Select the Request Consumer Service Configuration Details node.
- Click Add and select Caller Part. The Select a Token Type window appears.
- In the window, select Username Token. A Caller Part node is added under Request Consumer Service Configuration Details.
- In the Name field, type a name for the new caller part.
For example, basicAuth.
- Press Ctrl-S to save your changes.
What to do next
Now that you have finished creating a caller part, you need to create a token consumer as described in the topic "Creating a token consumer for the request message."