Available REST services:

https://encromerrdev.epacdxnode.net/shared-cromerr-rest/

Available SOAP services:

Service Description WSDL
IdentityProofingService2 Provides an interface to an asynchronous third-party electronic identity proofing service.https://encromerrdev.epacdxnode.net/shared-cromerr-ws/services/IdentityProofingService2?wsdl
MessagingService Defines a way to send out messages to users via SMS or email. Also facilitates sending/validation of PINs for various purposes.https://encromerrdev.epacdxnode.net/shared-cromerr-ws/services/MessagingService?wsdl
SecondFactorAuthenticationService Allows a user to re-authenticate and answer a knowledge-based question during the signature process.https://encromerrdev.epacdxnode.net/shared-cromerr-ws/services/SecondFactorAuthenticationService?wsdl
SignatureAndCorService2 Allows a user to sign a document and subsequently validate the copy of record (COR) against the generated signature.https://encromerrdev.epacdxnode.net/shared-cromerr-ws/services/SignatureAndCorService2?wsdl
SignatureService2 Allows a user to sign a document and subsequently validate the copy of record (COR) against the generated signature.https://encromerrdev.epacdxnode.net/shared-cromerr-ws/services/SignatureService?wsdl
UserManagementService Allows client applications to create, update, and manage user accounts for use within the client application, including establishing knowledge-based questions and answers for use during the signature process.https://encromerrdev.epacdxnode.net/shared-cromerr-ws/services/UserManagementService?wsdl


IdentityProofingService2

Expand all | Collapse all | Return to top

Provides an interface to an asynchronous third-party electronic identity proofing service.

Authenticate
[+]
Authenticate to the service. The client must be authenticated before subsequent services are invoked.

CreateActivity
[+]
Creates a CROMERR activity. This activity enables the shared service provider to associate all related CROMERR events such as authentication and signature with a unique transaction ID. It also provides a way to pass specific application properties.

CreateRequest
[+]
Submits an identity proofing request to LexisNexis.

GetResult
[+]
Gets the result of the LexisNexis identity proofing session that was performed previously.


MessagingService

Expand all | Collapse all | Return to top

Defines a way to send out messages to users via SMS or email. Also facilitates sending/validation of PINs for various purposes.

Authenticate
[+]
Authenticate to the service. The client must be authenticated before subsequent services are invoked.

CreateActivity
[+]
Creates a CROMERR activity. This activity enables the shared service provider to associate all related CROMERR events such as authentication and signature with a unique transaction ID. It also provides a way to pass specific application properties.

SendMessage
[+]
Sends a message via SMS or email.

ValidatePin
[+]
Validates a PIN that was previously sent.


SecondFactorAuthenticationService

Expand all | Collapse all | Return to top

Allows a user to re-authenticate and answer a knowledge-based question during the signature process.

AnswerQuestion
[+]
Send the user's answer to the randomly selected question that was sent back via the GetQuestion service.

AuditEvent
[+]
Submit various events performed on the client side related to signature process such as user authentication, signature storage, etc.

Authenticate
[+]
Authenticate to the service. The client must be authenticated before subsequent services are invoked.

AuthenticateUser
[+]
Used to authenticate the user who wishes to gain access to the CROMERR second factor shared services environment.

CreateActivity
[+]
Creates a CROMERR activity. This activity enables the shared service provider to associate all related CROMERR events such as authentication and signature with a unique transaction ID. It also provides a way to pass specific application properties.

GetQuestion
[+]
Request to send back one question from the pool of questions for second factor authentication


SignatureAndCorService2

Expand all | Collapse all | Return to top

Allows a user to sign a document and subsequently validate the copy of record (COR) against the generated signature.

AuditEvent
[+]
Submit various events performed on the client side related to signature process such as user authentication, signature storage, etc.

Authenticate
[+]
Authenticate to the service. The client must be authenticated before subsequent services are invoked.

CreateActivity
[+]
Creates a CROMERR activity. This activity enables the shared service provider to associate all related CROMERR events such as authentication and signature with a unique transaction ID. It also provides a way to pass specific application properties.

DownloadCor
[+]
Retrieves a document with the specified ID.

DownloadSignature
[+]
Download the detached signature for a previously signed document.

GetActivityHistoryDetail
[+]
Retrieve details about the specified activity.

GetSignatureHistory
[+]
Retrieve signature event history for the specified activity.

RepudiateCor
[+]
Repudiates a document with the specified ID.

SearchForActivityHistorySummary
[+]
Search for a summary of activities.

SetCorRetentionStatus
[+]
Set the status for a document with the specified ID.

SignAndStoreCor
[+]
Sign a copy of record against the specified activity and store it in the archive.

StoreCor
[+]
Store a copy of record in the archive.

ValidateCor
[+]
Validates a signed document. The operation will check if the user signed the document and the document was not altered since signing.


SignatureService2

Expand all | Collapse all | Return to top

Allows a user to sign a document and subsequently validate the copy of record (COR) against the generated signature.

AuditEvent
[+]
Submit various events performed on the client side related to signature process such as user authentication, signature storage, etc.

Authenticate
[+]
Authenticate to the service. The client must be authenticated before subsequent services are invoked.

CreateActivity
[+]
Creates a CROMERR activity. This activity enables the shared service provider to associate all related CROMERR events such as authentication and signature with a unique transaction ID. It also provides a way to pass specific application properties.

Sign
[+]
Signs a document.

ValidateCor
[+]
Validates a signed document. The operation will check if the user signed the document and the document was not altered since signing.


UserManagementService

Expand all | Collapse all | Return to top

Allows client applications to create, update, and manage user accounts for use within the client application, including establishing knowledge-based questions and answers for use during the signature process.

Notes: User ID requirements: must a) consist of at least 8 alphanumeric characters, b) must not be all numeric, and c) allowed special characters: period (.), hyphen (-), underscore (_), at (@). Password requirements: a) consist of at least 8 alphanumeric characters, b) not contain the User ID, c) must not contain the word "password", d) contain only letters and numbers, e) contain at least one lowercase and one uppercase letter, f) contain at least one number, g) begin with a letter, h) cannot use any of the user's previous 10 passwords.

Authenticate
[+]
Authenticate to the service. The client must be authenticated before subsequent services are invoked.

AuthenticateUser
[+]
Authenticate a user's credentials.

ChangeUserAnswers
[+]
Change a user's knowledge-based questions and answers, and also resets their number of answer attempts.

ChangeUserPassword
[+]
Change a user account's password.

ChangeUserStatus
[+]
Allows an administrator to change the status of a user account.

CreateBaseUser
[+]
Creates a new base user. Base users do not have knowledge-based questions and answers.

CreateUser
[+]
Creates a new user.

GetEligibleQuestions
[+]
Retrieves all eligible knowledge-based questions.

RetrieveUser
[+]
Retrieves a user.

UpdateUserInformation
[+]
Updates user information