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.
Properties | Description | ||
---|---|---|---|
Web service name | Display name for 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 under which the web service is run. | ||
WSDL files URL |
URL, under which the web service's WSDL.exe can be reached. If the WSDL.exe is not publicly available, it can also be saved locally.
| ||
Service type | Type of web service. | ||
Locked | Specifies whether the web service can be used. | ||
User name | User name for logging in to the web service. | ||
User domain | User's domain. | ||
User password and password confirmation | Password data 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 diverted over a proxy server. |
Proxy server user name | User name for logging in to the proxy server. |
Proxy server domain | Domain of the proxy server. |
Proxy server password and password confirmation | Password and password confirmation for logging in to 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 the script. Label custom scripts with the prefix "CCC_".
Script names for the generic method 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 | Data type of the parameters. |
Data table | Data table, which contains the data to be passed to the web service. |
Return value | Data type of the parameter that contains the return value. |
Property | Description |
---|---|
Parameter | Parameter passed to the web service. |
Value type | Data type of the parameters. |
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 call the function VID_GetWcfWebService, which in turn, uses the functions GetWcfBinding and GetWcfEndpointAddress. 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 an 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. |
© 2023 One Identity LLC. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy