Jump to: navigation, search

Difference between revisions of "WebService Diagnosis"


(Created page with "WebService Diagnosis The web service can be tested using the Dignosis function, which can run a diagn...")
 
Line 19: Line 19:
 
| align="center" | [[File:IC_WebService_Diagnosis_undefined.png]] || Message|| The reault of the test is not defined
 
| align="center" | [[File:IC_WebService_Diagnosis_undefined.png]] || Message|| The reault of the test is not defined
 
|}
 
|}
 +
== See also ==
 +
* [[HowTo:Install UBIK Web Service|Install {{UBIK}} Web Service]]
 +
* [[HowTo:Install Microsoft IIS]]
 +
 +
[[Category:Installing]]
 +
[[Category:Web Service]]

Revision as of 15:26, 15 April 2015

WebService Diagnosis
WebService Diagnosis

The web service can be tested using the Dignosis function, which can run a diagnosis on the configured UBIK® web service to show possible problems and errors. Once the results are generated, they are presented via the web browser page.

Run Diagnosis

To run the diagnosis, the installed UBIK® web service path has to be extended by "/Diag". E.g. when the web service is accessible via "https://myserver:777/UBIK/DEMO/UBIKContent.svc" the diagnosis can be run by entering "https://myserver:777/UBIK/DEMO/Diag" into the web browsers address bar.

Result Types

Icon Type Content
IC WebService Diagnosis Error.png Error The result of the diagnosis shows an error preventing the service from running as expected
IC WebService Diagnosis Warning.png Warning The result of the diagnosis showed that there is an issue the user has to be aware of (e.g. configuring an insecure service end point)
IC WebService Diagnosis Ok.png Message The diagnosis showed that the tested part runs without problems
IC WebService Diagnosis undefined.png Message The reault of the test is not defined

See also