This topic applies only to the IBM Business Process Manager Advanced configuration.

modifySCAImportWSBinding command

Use the modifySCAImportWSBinding command to change the attributes of a web service import binding .

Location

Start the wsadmin scripting client from the install_root/profiles/deployment_manager_profile/bin directory.

Syntax

modifySCAImportWSBinding
-moduleName moduleName
-import import_name
-endpoint targetEndpointName
[-applicationName applicationName]

Required parameters

-moduleName moduleName
The name of the module associated with the import.
-import import
The name of the import.
-endpoint targetEndpointName
The name of the target endpoint, which must be a valid endpoint URL.

Optional parameters

-applicationName applicationName
The name of the application.

Example

To change the attributes of a web service import binding called myImport in a module called MyModule:
AdminTask.modifySCAImportWSBinding('[-moduleName myModule 
-import myImport -endpoint http://myTargetEndpoint]')