Deploying to a WebSphere application server

(CR #448354) In a WebSphere application server, deployment may fail if global security is enabled.

NoteThe 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:

  1. Change to the AppServer\profiles\AppSrv01\properties subdirectory of your WebSphere installation.

  2. 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
    
  3. Restart the application server.