IBM Integration Bus, Version 10.0.0.0 Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS


Configuring SOAPRequest node security

Learn how to configure security for your SOAPRequest node.

About this task

To configure security for your SOAPRequest node, you must create a Security ID, a Security Profiles configurable service, and a BAR file. The Security ID contains the user name and password. The Security Profiles configurable service references the Security ID. The BAR file uses the information from the Security ID, and Security Profiles configurable service to override the SOAPRequest node.

Procedure

  1. In the command prompt, create a Security ID by using the mqsisetdbparms command:
    mqsisetdbparms integrationNodeName -n securityIdName -u username -p 
    password
  2. Create a Security Profiles configurable service by using the mqsicreateconfigurableservice command:
    mqsicreateconfigurableservice integrationNodeName -c SecurityProfiles -o securityProfileName 
    -n "propagation,idToPropagateToTransport,transportPropagationConfig" -v "TRUE,STATIC ID,securityIdName
  3. In your BAR file, override the SOAPRequest node by using the mqsiapplybaroverridecommand.
    mqsiapplybaroverride -b barFileName -k application_name -m 
    flowName#soapRequestNodeName.securityProfileName=securityProfileName

bc56171_.htm | Last updated 2015-03-27 19:28:02