You can use a command to change the Web service import bindings of service modules deployed to WebSphere® ESB.
Use the wsadmin tool to run the following commands.
You might change an import Web service binding if you wanted a particular service module to call a different Web service. If you change an import binding you must ensure that the import and export match (that is, that the operations provided are equivalent). This might involve reviewing the WSDL. Use the wsadmin tool to complete the following steps.
To modify the Web service binding of a particular service module import, you need to know the specific URL for the target endpoint.
The listSCAModules command lists all SCA modules that have been deployed to WebSphere ESB. The listSCAImports command lists all imports for a particular SCA module and the listSCAExports command lists all exports for a particular SCA module.
WebSphere ESB issues a warning for each import interface that is not satisfied by an export interface. WebSphere ESB compares the WSDL port type names of import and export, if they are not the same then a warning is issued. However, if the port type names do match, then WebSphere ESB assumes that the operations provided are equivalent and no warning is issued.