- 13 Dec 2024
- 1 Minute à lire
- SombreLumière
- PDF
Integrate provisioning via the SOAP API
- Mis à jour le 13 Dec 2024
- 1 Minute à lire
- SombreLumière
- PDF
The SOAP provisioning API provides the provisioningExecute SOAP command. This command can be used to execute different provisioning commands.
To use the provisioningExecute SOAP operation
- Create a SOAP request for the provisioningExecute command.
- Specify the correct SOAP provisioning operation (register or activate) to be executed in the SOAP request.
- Specify one or more provisioning attributes as parameters for the SOAP operation. Attributes are key/value pairs.
Import the OneSpan Authentication Server SSL server certificate as trusted root certificate on the machine where your client application is running.
This will allow your SOAP client application to connect to OneSpan Authentication Server securely via SSL.
Send the SOAP request to OneSpan Authentication Server. By default, the SOAP request should be transmitted over HTTPS with the OneSpan Authentication Server.
By default, OneSpan Authentication Server is configured to accept SOAP requests on port 8888.
- Receive the SOAP response.
- Process the SOAP response.
For more information about the structure of SOAP messages, see SOAP message structure (SDK SOAP API).