The soap.client.props file

The soap.client.props file is located on the HCL Workload Automation Agent, under TWA_home/TWS/JavaExt/cfg/soap.client.props.

Following installation, this file is as follows:
 #------------------------------------------------------------------------------
	# SOAP Client Security Enablement
	#
	# - security enabled status  ( false[default], true  )
	#------------------------------------------------------------------------------
	com.ibm.SOAP.securityEnabled=false

	com.ibm.SOAP.loginUserid=wasadmin
	com.ibm.SOAP.loginPassword={xor}KD4sPjsyNjE\=

	#------------------------------------------------------------------------------
	# SOAP Login Prompt
	#
	# The auto prompting will happen only if all of the following are met:
	#
	# - Running from a SOAP client
	# - Server is reachable and server security is enabled
	# - Username and password are not provided either on command line or in this
	#   file
	# - com.ibm.SOAP.loginSource below is set to either "stdin" or "prompt"
	#
	#   stdin: prompt in command window
	#   prompt: GUI dialog box; falls back to stdin if GUI not allowed
	#
	#   (So to disable auto prompting, set loginSource to nothing)
	#------------------------------------------------------------------------------
	com.ibm.SOAP.loginSource=prompt

	#------------------------------------------------------------------------------
	# SOAP Request Timeout 
	#
	# - timeout (specified in seconds [default 180], 0 implies no timeout)
	#
	#------------------------------------------------------------------------------
	com.ibm.SOAP.requestTimeout=180

	#------------------------------------------------------------------------------
	# SSL configuration alias referenced in ssl.client.props
	#------------------------------------------------------------------------------
	com.ibm.ssl.alias=DefaultSSLSettings
To enable SOAP client security, follow these steps:
  1. Change com.ibm.SOAP.securityEnabled to true.
  2. Customize:
    • com.ibm.SOAP.loginUserid with the true WebSphere Application Server administrator userid.
    • com.ibm.SOAP.loginPassword with the true WebSphere Application Server administrator password in {xor} encrypted format. For more detailed information, see Running {xor} encryption on your password.