Jump to: navigation, search

Difference between revisions of "HowTo:Install UBIK Web Service"


(See also)
(See also)
Line 23: Line 23:
 
* [[UBIK_Web_Service_Configuration|{{UBIK}} Web Service Configuration]]
 
* [[UBIK_Web_Service_Configuration|{{UBIK}} Web Service Configuration]]
 
* [[HowTo:Install Microsoft IIS]]
 
* [[HowTo:Install Microsoft IIS]]
* [[HowTo:Configure Microsoft IIS for UBIK|Configure Microsoft IIS for {{UBIK}}]]
 
  
 
[[Category:How-To]]
 
[[Category:How-To]]
 
[[Category:Installing]]
 
[[Category:Installing]]
 
[[Category:UBIK Web Service]]
 
[[Category:UBIK Web Service]]

Revision as of 15:29, 27 January 2015

Prior to the installation of an UBIK® Web Service make sure to have a Microsoft Internet Information Server (IIS) available and configured accordingly. If not read the instructions how to install and configure an IIS for UBIK®.

UBIK® Content Web Service UBIKContent.svc

  1. Create a new directory in the wwwroot directory of the IIS installation (default: c:\inetpub\wwwroot)
  2. Copy the components of the UBIK® Web Service into the (new) directory
  3. Create a new web applicaton as described here
  4. Configure the authentication mode of the web service using either

UBIK® Authentication Web Service USAM.svc

If authentication should happen via a distinctive USAM web service

  1. Create a new directory in the wwwroot directory of the IIS installation (default: c:\inetpub\wwwroot)
  2. Copy the components of the UBIK® Web Service into the (new) directory
  3. Create a new web applicaton as described here
  4. Configure the authentication mode of the USAM web service using Single Local Application
IC Attention.pngUsage of USAM is not mandatory as the authentication can also be done via the Content web service!

See also