IBM Business Process Manager, V8.0.1, All platforms > Reference > Commands and scripts > Commands (wsadmin scripting)
modifySCAImportWSBinding command
Use the modifySCAImportWSBinding command to change the attributes of a web service import binding.
After using the command, save your changes to the master configuration using one of the following commands:
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:
- Jython example:
AdminTask.modifySCAImportWSBinding('[-moduleName myModule -import myImport -endpoint http://myTargetEndpoint]')- Jacl example:
$AdminTask modifySCAImportWSBinding {-moduleName myModule -import myImport -endpoint http://myTargetEndpoint}
Parent topic: Commands (wsadmin scripting)
Related information:
![]()
Obtaining online help using wsadmin scripting
![]()
Administrative command invocation syntax using wsadmin scripting
![]()
Use the wsadmin scripting tool
![]()
Jython script library