3.2.4.1.4.1 ServiceType Simple Type

The ServiceType simple type enumerates licensing service types.

 <s:simpleType name="ServiceType">
   <s:restriction base="s:string">
     <s:enumeration value="EnrollmentService" />
     <s:enumeration value="LicensingService" />
     <s:enumeration value="PublishingService" />
     <s:enumeration value="CertificationService" />
     <s:enumeration value="ActivationService" />
     <s:enumeration value="PrecertificationService" />
     <s:enumeration value="ServerService" />
     <s:enumeration value="DrmRemoteDirectoryServices" />
     <s:enumeration value="GroupExpansionService" />
     <s:enumeration value="LicensingInternalService" />
     <s:enumeration value="CertificationInternalService" />
   </s:restriction>
 </s:simpleType>

 Value

Meaning

EnrollmentService

Identifies the enrollment service. MUST NOT be used with the RMS: Server-Server Protocol.

LicensingService

Identifies the licensing service (license.asmx).

PublishingService

Identifies the publishing service (publish.asmx). MUST NOT be used with the RMS: Server-Server Protocol.

CertificationService

Identifies the certification service (certification.asmx).

ActivationService

Identifies the activation service (activation.asmx). MUST NOT be used with the RMS: Server-Server Protocol.

PrecertificationService

Identifies the precertification service (precertification.asmx). MUST NOT be used with the RMS: Server-Server Protocol.

ServerService

Identifies the server service (server.asmx). MUST NOT be used with the RMS: Server-Server Protocol.

DrmRemoteDirectoryServices

Identifies the Binary Group Expansion interface.<15>

GroupExpansionService

Identifies the Group Expansion over SOAP port type.<16>

LicensingInternalService

Identifies the internal URL for the licensing service (license.asmx).<17>

CertificationInternalService

Identifies the internal URL for the certification service (certification.asmx).<18>