Refer to Microsoft for information about where you can purchase this file.
Refer to Microsoft for information about where you can purchase this file.
To integrate a new web service
This start the Web Service Integration Wizard.
Property | Description | ||
---|---|---|---|
Web service name | Display name of the web service in One Identity Manager. | ||
Description | Spare text box for additional explanation. | ||
.NET namespace for the proxy code | Unique identifier for the .NET namespace. | ||
Web service URL | URL at which the web service is run. | ||
WSDL file URL |
URL at which the WSDL.exe for the web service can be reached. If the WSDL.exe is not publicly available, it can also be saved locally.
| ||
Service type | Type of web service. | ||
Locked | Indicates whether the web service can be used. | ||
User name | User name for logging in to the web service. | ||
User domain | User domain. | ||
User password and password confirmation | Password for logging in to the web service. | ||
Proxy code generator | Path and file name for the proxy code generator.
|
Property | Description |
---|---|
Proxy server URL | URL of the proxy server, if communication is routed via a proxy server. |
Proxy server user name | User name for logging onto the proxy server. |
Proxy server domain | Proxy server domain. |
Proxy server password and password confirmation | Password and password confirmation for logging onto the proxy server. |
Timeout for WSDL.exe | Timeout for accessing the WSDL file. |
User-defined command line | Command line for calling the proxy code generator. The command line can extended by another parameter if required.
Default command: /nologo /language:VB "/namespace:%Namespace%" "/out:{0}" %WsdlUrl% Example: /nologo /language:VB "/namespace:EnricoHolidayWebservice" "/out:{0}" http://kayaposoft.com/enrico/ws/v1.0/index.php?wsdl |
This tests access to the web service.
The proxy code contains all web service methods, which are defined in the WSDL file and makes them available to the One Identity Manager script components.
Type | Description |
---|---|
Self-Defined Web Service Call | For more information, see Self-defined web service call . |
Direct Web Service Call | For more information, see Direct web service call. |
Generic Web Service Call | For more information, see Generic web service call. |
Property | Description |
---|---|
Script name | Name of script. Label custom scripts with the CCC_.
Script names for the generic web service call must follow the following format: <customer prefix>_<table>_<target system>_<event> Select the table, target system and event to create the script for. Parameter, value type and data table are automatically determined from the selected table. |
Parameter | Name of the parameter. |
Value type | Parameter data type. |
Data table | Data table that contains the data to be transferred to the web service. |
Return value | Data type of the parameter containing the return value. |
Property | Description |
---|---|
Parameter | Parameter transferred to the web service. |
Value type | Parameter data type. |
Mapped from | Parameter from the defined script properties. Open the menu and assign the associated parameters. If necessary, select the column from the data table which contains the value to be passed. |
You will see the generated script in the script code view. You can use extended edit mode to edit the script.
|
TIP: The script calls the VID_GetWcfWebServicefunction, which in turn, uses the GetWcfBinding and GetWcfEndpointAddressfunctions. These three functions can be overwritten. |
You can change or extend an existing web service solution at any time. This overwrites the existing script or adds new scripts.
To extend a web service solution
This start the Web Service Integration Wizard.
To edit a web service solution
This start the Web Service Integration Wizard.
To delete a web service solution from the database
The One Identity Manager's SOAP Web Service provides a SOAP interface for accessing the One Identity Manager object model. The SOAP Web Service manages a connection pool. Not every call opens a new connection. Not all object layer functions are support by the SOAP Web Service. The SOAP Web Service supplies methods for single objects, object lists and function call.
Method | Description |
---|---|
CreateSingleObject | Adds a new single object. |
GetCompleteSingleObject | Loads a single complete object from the database with all parameters. |
GetCompleteSingleObjectEx | Functionality analog to GetCompleteSingleObject with support for a multi-column primary key. |
GetSingleObject | Loads a single object from the database. |
GetSingleObjectEx | Functionality analog to GetSingleObject with support for a multi-column primary key. |
ChangeSingleObject | Saves changes to a single object. |
ChangeSingleObjectEx | Functionality analog to ChangeSingleObject with support for a multi-column primary key. |
DeleteSingleObject | Deletes a single object. |
DeleteSingleObjectEx | Functionality analog to DeleteSingleObject with support for a multi-column primary key. |
Exists | Does a specific single object exist? |
ExistsEx | Functionality analog to Exists with support for a multi-column primary key. |
GetSingleProperty | Get a single value from an object. |
GetSinglePropertyEx | Functionality analog to GetSingleProperty with support for a multi-column primary key. |
Method | Description |
---|---|
GetListObject | Loads a list of objects. |
GetListObjectWithDisplays | Loads a list of objects with data additional to the primary key about the columns to load. |
Function | Description |
---|---|
InvokeCustomizer | Call a customizer method for an object. |
InvokeCustomizerEx | Functionality analog to InvokeCustomizer with support for a multi-column primary key. |
InvokeDialogMethod | Calls a dialog method for a dialog object. |
InvokeDialogMethodEx | Functionality analog to InvokeDialogMethod with support for a multi-column primary key. |
FireGenEvent | Generates processes of a specific event. |
FireGenEventEx | Functionality analog to FireGenEvent with support for a multi-column primary key. |
© 2021 One Identity LLC. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy