The ADSS Signing Service uses different URLs depending on the interface protocol it is using or the functionality it's performing or whether TLS is being used. Details of the interface protocol are provided in the separate ADSS Developers Guide. This page describes the different URLs that are used by the ADSS Signing Service: 


DSS Interface


The URLs below should be used by client applications when sending document signing requests using the standard OASIS DSS protocol:

 Plain HTTP:

 http://MachineName:8777/adss/signing/dss

 Server Authentication:

 https://MachineName:8778/adss/signing/dss

 Mutual Authentication:

 https://MachineName:8779/adss/signing/dss



HTTP Interface


The URLs below should be used by client applications when sending document signing requests using the HTTP based document signing protocol (this is the optimised interface for higher performance):

 Plain HTTP:

 http://MachineName:8777/adss/signing/hdsi

 Server Authentication:

 https://MachineName:8778/adss/signing/hdsi

 Mutual Authentication:

 https://MachineName:8779/adss/signing/hdsi



Empty Field Creation Interface


The URLs below should be used by client applications when sending the Empty Field Creation requests to the signing service:

 Plain HTTP:

 http://MachineName:8777/adss/signing/esi

 Server Authentication:

 https://MachineName:8778/adss/signing/esi

 Mutual Authentication:

 https://MachineName:8779/adss/signing/esi



Document Hashing Interface


The URLs below should be used by client applications when sending the document Hashing requests to the signing service:

 Plain HTTP:

 http://MachineName:8777/adss/signing/dhi

 Server Authentication:

 https://MachineName:8778/adss/signing/dhi

 Mutual Authentication:

 https://MachineName:8779/adss/signing/dhi



Document Assembly Interface


The URLs below should be used by client applications when sending the document Assembly requests to the signing service:

 Plain HTTP:

 http://MachineName:8777/adss/signing/sai

 Server Authentication:

 https://MachineName:8778/adss/signing/sai

 Mutual Authentication:

 https://MachineName:8779/adss/signing/sai



Authentication Interface


The URLs below should be used by client applications when sending the Authentication requests to the signing service:

 Plain HTTP:

 http://MachineName:8777/adss/signing/auth

 Server Authentication:

 https://MachineName:8778/adss/signing/auth

 Mutual Authentication:

 https://MachineName:8779/adss/signing/auth


See also

Configuring the Signing Service

Transactions Logs

Logs Archiving

Alerts
Signing Service Interface URLs
Optimising ADSS Signing Server Performance