Command Reference > infacmd ws Command Reference > UpdateWebServiceOptions
  

UpdateWebServiceOptions

Update the properties for a web service that is deployed to a Data Integration Service. To view the properties for the web service you can use infacmd ws ListWebServiceOptions.
The infacmd ws UpdateWebServiceOptions command uses the following syntax:
UpdateWebServiceOptions

<-DomainName|-dn> domain_name

<-ServiceName|-sn> service_name

<-UserName|-un> user_name

<-Password|-pd> password

[<-SecurityDomain|-sdn> security_domain]

[<-ResilienceTimeout|-re> timeout_period_in_seconds]

<-WebService|-ws> web_service

<-Options|-o> options

The following table describes infacmd ws UpdateWebServiceOptions options and arguments:
Option
Argument
Description
-DomainName
-dn
domain_name
Required. Name of the Informatica domain. You can set the domain name with the -dn option or the environment variable INFA_DEFAULT_DOMAIN. If you set a domain name with both methods, the -dn option takes precedence.
-ServiceName
-sn
service_name
Required. Name of the Data Integration Service where the web service is deployed.
-UserName
-un
user_name
Required if the domain uses Native or LDAP authentication. User name to connect to the domain. You can set the user name with the -un option or the environment variable INFA_DEFAULT_DOMAIN_USER. If you set a user name with both methods, the -un option takes precedence.
Optional if the domain uses Kerberos authentication. To run the command with single sign-on, do not set the user name. If you set the user name, the command runs without single sign-on.
-Password
-pd
password
Required if you specify the user name. Password for the user name. The password is case sensitive. You can set a password with the -pd option or the environment variable INFA_DEFAULT_DOMAIN_PASSWORD. If you set a password with both methods, the password set with the -pd option takes precedence
-SecurityDomain
-sdn
security_domain
Required if the domain uses LDAP authentication. Optional if the domain uses native authentication or Kerberos authentication. Name of the security domain to which the domain user belongs. You can set a security domain with the -sdn option or the environment variable INFA_DEFAULT_SECURITY_DOMAIN. If you set a security domain name with both methods, the -sdn option takes precedence. The security domain name is case sensitive.
If the domain uses native or LDAP authentication, the default is Native. If the domain uses Kerberos authentication, the default is the LDAP security domain created during installation. The name of the security domain is the same as the user realm specified during installation.
-ResilienceTimeout
-re
timeout_period_in_seconds
Optional. Amount of time in seconds that infacmd attempts to establish or re-establish a connection to the domain. You can set the resilience timeout period with the -re option or the environment variable INFA_CLIENT_RESILIENCE_TIMEOUT. If you set the resilience timeout period with both methods, the -re option takes precedence.
-WebService
-ws
web_service
Required. Name of the web service.
-Options
-o> options
options
Enter each option separated by a space.

Web Service Options

Use a specific syntax to enter web service options.
Enter web service options in the following format:
... -o option_type.option_name=value
To enter multiple options, separate them with a space. To enter a value that contains a space or other non-alphanumeric character, enclose the value in quotation marks.
The following table describes web service options:
Option
Description
WebServiceOptions.startupType
Determines whether the web service is enabled to run when the application starts or when you start the web service. Enter enabled or disabled.
WebServiceOptions.traceLevel
Level of error messages written to the run-time web service log. Enter one of the following message levels:
  • - OFF
  • - SEVERE
  • - WARNING
  • - INFO
  • - FINE
  • - FINEST
  • - ALL
WebServiceOptions.requestTimeout
Maximum number of milliseconds that the Data Integration Service runs an operation mapping before the web service request times out. Default is 3,600,000.
WebServiceOptions.maxConcurrentRequests
Maximum number of requests that a web service can process at one time. Default is 10.
WebServiceOptions.sortOrder
Sort order that the Data Integration Service uses to sort and compare data when running in Unicode mode. Default is binary.
WebServiceOptions.EnableTransportLayerSecurity
Indicates that the web service must use HTTPS. If the Data Integration Service is not configured to use HTTPS, the web service will not start. Enter true or false.
WebServiceOptions.EnableWSSecurity
Enables the Data Integration Service to validate the user credentials and verify that the user has permission to run each web service operation. Enter true or false.
WebServiceOptions.optimizeLevel
The optimizer level that the Data Integration Service applies to the object. Enter the numeric value that is associated with the optimizer level that you want to configure. You can enter one of the following numeric values:
  • - 0. The Data Integration Service does not apply optimization.
  • - 1. The Data Integration Service applies the early projection optimization method.
  • - 2. The Data Integration Service applies the early projection, early selection, push-into, and predicate optimization methods.
  • - 3. The Data Integration Service applies the cost-based, early projection, early selection, push-into, predicate, and semi-join optimization methods.
WebServiceOptions.DTMKeepAliveTime
Number of milliseconds that the DTM instance stays open after it completes the last request. Web service requests that are issued against the same operation can reuse the open instance. Use the keep alive time to increase performance when the time required to process the request is small compared to the initialization time for the DTM instance. If the request fails, the DTM instance terminates.
Must be an integer. A negative integer value means that the DTM Keep Alive Time for the Data Integration Service is used. 0 means that the Data Integration Service does not keep the DTM instance in memory. Default is -1.