Loading...
Select Version
&pagelevel(5)&pagelevel
Function: |
Reads the specified outbound service from the configuration. |
Parameters: |
Name of the BeanConnect outbound service that is to be read.
Proxy or proxy cluster to which the outbound service is assigned. The specification of a |
Return: |
The read outbound service or |
Exceptions: |
|
Example: | ...
import BcAdminOutboundService
import BcAdminProxy
...
proxy_obj=BcAdminProxy.getObject("BCProxy")
os_obj=BcAdminOutboundService.getObject("OSRV",proxy_obj)
...
|