SOAP Method Status
Requests status information from a BWS installation.
[OperationContract] [FaultContract(typeof(BioIDWebServiceFault)] bool Status(out string status);
Parameters
status | Returns an XML-string containing information about the running BWS installation. The XML string is formated according to the BWSStatus schema namespace. |
---|
Returns true
when the service is up, running and accessible, false
otherwise.
Remarks
The returned status message contains information about the deployment of the BWS installation. This includes its product version and the complete deployment label. Also a list of the deployed service instances as well as a list of the enabled features is part of the status message.
Faults
AccessDenied | Access to the requested service operation has been denied. Please ensure that you use a valid client authentication certificate and that this certificate has been announced to BioID GmbH as your client certificate. |
---|