Loading...
Select Version
Function: |
Reads the specified proxy from the configuration |
Parameters: |
Name of the BeanConnect proxy that is to be read. |
Return: |
The read proxy or |
Exceptions: |
|
Note: | Before you can use the returned object as an input parameter for other functions, you must first perform an authentication (see the function authenticate() - Authenticate for proxy ). |
Example: | ... import BcAdminProxy ... proxy_obj=BcAdminProxy.getObject("BCProxy") ... |