(CR #448354) In a WebSphere application server, deployment may fail if global security is enabled.
The following workaround negates the server’s
deployment security.
Workaround: Add the user name and password of a user that has deployment privileges on the server (for example, the administrative user) to the soap.client.props file:
Change to the AppServer\profiles\AppSrv01\properties subdirectory of your WebSphere installation.
Edit soap.client.props, and supply values for com.ibm.SOAP.loginUserid and com.ibm.SOAP.loginPassword in the following section, then save and close the file:
#------------------------------------------------- # SOAP Client Security Enablement # # - security enabled status (false[default], true) #------------------------------------------------- com.ibm.SOAP.securityEnabled=true com.ibm.SOAP.loginUserid=userID com.ibm.SOAP.loginPassword=password
Restart the application server.