Requests status information from a BWS installation.
[OperationContract]
[FaultContract(typeof(BioIDWebServiceFault)]
bool Status(out string status);
Returns true
when the service is up, running and accessible, false
otherwise.
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.