Jump to: navigation, search

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


(See also)
m
Line 1: Line 1:
 
Prior to the installation of an {{UBIK}} Web Service make sure to have a [http://www.iis.net/ Microsoft Internet Information Server (IIS)] available and configured accordingly. If not read the instructions how to [[Install_Microsoft_IIS|install]] and [[Configure_Microsoft_IIS_for_UBIK|configure]] an IIS for {{UBIK}}.
 
Prior to the installation of an {{UBIK}} Web Service make sure to have a [http://www.iis.net/ Microsoft Internet Information Server (IIS)] available and configured accordingly. If not read the instructions how to [[Install_Microsoft_IIS|install]] and [[Configure_Microsoft_IIS_for_UBIK|configure]] an IIS for {{UBIK}}.
  
== Installing {{UBIK}} Content Web Service ==
+
== {{UBIK}} Content Web Service ==
# Creating a new directory in the ''wwwroot'' directory of the IIS installation (default: c:\inetpub\wwwroot)
+
# Create a new directory in the ''wwwroot'' directory of the IIS installation (default: ''c:\inetpub\wwwroot'')
# Copying the components of the {{UBIK}} Web Service into the (new) directory
+
# Copy the components of the {{UBIK}} Web Service into the (new) directory
# [[UBIK_Web_Service_Configuration|Configure]] the web service by changing parameters in the ''web.config'' file
+
 
# Create a new web applicaton as described [[UBIK_Web_Service#Create_new_Web_Application|here]]
 
# Create a new web applicaton as described [[UBIK_Web_Service#Create_new_Web_Application|here]]
 +
# [[UBIK_Web_Service_Configuration|Configure]] the authentication mode of the web service either
 +
## using Single Local Application
 +
## using a Local or Global Application Service
  
== Installing {{UBIK}} Authentication Web Service ==
+
 
 +
== {{UBIK}} Authentication Web Service ==
  
 
== See also ==
 
== See also ==

Revision as of 10:45, 5 June 2014

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

  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 either
    1. using Single Local Application
    2. using a Local or Global Application Service


UBIK® Authentication Web Service

See also