| IMIISManagementAgentBuilderBuildManagementAgentXML Method |
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxstring BuildManagementAgentXML(
string name,
string description,
string dataObjectTypeIds,
bool importCra,
string codePage,
string webServiceUrl,
string userName,
string intermediateXML
)
Parameters
- name
- Type: SystemString
Name of the management agent as it will appear in MIIS.
- description
- Type: SystemString
Description of the management agent as it will appear in MIIS.
- dataObjectTypeIds
- Type: SystemString
Ids of the data object types that the MA will handle.
- importCra
- Type: SystemBoolean
If set to True, the generated XMA will contain the CRA object type.
- codePage
- Type: SystemString
Codepage - f.x. "1251"
- webServiceUrl
- Type: SystemString
Full url to the OE MIIS webservice.
F.x.: http://oim/webservice/miiswebservice.asmx
- userName
- Type: SystemString
Username to the webservice - f.x. "acme/jd"
- intermediateXML
- Type: SystemString
Xml data describing the data object types specified in dataObjectTypeIds.
Return Value
Type:
String
Returns xml for configuring an OE management agent in MIIS.
See Also