Import Records Service - Inputs

The table provides mandatory inputs for this web service.

Input Description
User name The login ID of the user
Password The password for the specified user name
Enterprise The name of an enterprise
execmode

(Mandatory)

Specify the execution mode. The valid values are ASYNCHR or SYNCHR.
Repository

(Mandatory)

The name of the repository. Specify any existing repository name.
InputMapName

(Mandatory)

The name of an input map for importing data.

Specify any input map that exists in the specified repository.

Along with these inputs, you can specify the ValidateOnly and ConfirmImmediately context variables. The following example denotes the use of ValidateOnly context variable to validate records that are being imported. For example,
 <ns:ImportActionRequest>         
									 <ns:UserInfo>            
										<ns:UserName>admin</ns:UserName>            
										<!--Optional:-->            
										<ns:Password>admin</ns:Password>            
										<!--Optional:-->            
										<ns:Enterprise>ACME</ns:Enterprise>         
										</ns:UserInfo>         
										<ns:Context>
          <ns:Parameter name="ValidateOnly">true</ns:Parameter>
          </ns:Context>
          <ns:Import execmode="SYNCHR">            
										<ns:Repository>Account</ns:Repository>            
										<ns:InputMapName>AccInMAP</ns:InputMapName>         
										</ns:Import>      
										</ns:ImportActionRequest>
For more information on the ValidateOnly and ConfirmImmediately parameters, refer to TIBCO MDM User's Guide.