Previous Topic: How the DSML Server Works

Next Topic: Change the DSML Properties in the DSML Server

Connect to the DSML Server

To connect to a DSML Server

Connect to the server using the following URL:

dsml/services/DSML

If you use a URL of this form, the DSML client looks for connection details in the dsml.properties file.

To connect to a DSML Server on a particular host and port

Connect to the server using the following URL:

dsml/services/DSML?ldapHost=computername&ldapPort=port-number

In this URL:

computername

Specifies the name of the computer on which the DSML service is running.

port-number

Specifies the port number of the DSML service.

To connect to a DSML Server on a particular host and port with a server DN

Connect to the server using the following URL:

dsml/services/DSML?ldapHost=computername&ldapPort=port-number&ldapDN=DN

In this URL:

computername

Specifies the name of the computer on which the DSML service is running.

port-number

Specifies the port number of the DSML service.

DN

Specifies the server DN as follows:

%3d

Represents the equal-to character ( = ).

%2c

Represents the comma character ( , ).

For example, use the following to represent o=DEMOCORP,c=AU:

o%3dDEMOCORP%2cc%3dAU