Oracle WebCenter Interaction Web Service Development Guide

     Previous Next  Open TOC in new window   View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

Deploying a Custom .NET Oracle WebCenter Interaction Development Kit (IDK) Project in IIS

These steps describe how to deploy a custom .NET Oracle WebCenter Interaction Development Kit (IDK) project in IIS.

These instructions assume you have installed the .NET version of the Oracle WebCenter Interaction Development Kit (IDK) and set up Visual Studio for IDK development.

  1. Compile the class that implements the Oracle WebCenter Interaction Development Kit (IDK) interface(s).
  2. Content services, identity services and SCI pages require additional configuration. You must add the class and the assembly that contains it to the appropriate *Assembly and *Impl keys in the web.config file in your project. For details, see Web Service Class Names (*Impl).
  3. If you do not already have a virtual directory in IIS for your services, add one using the steps below:
    1. Navigate to Internet Services Manager (Internet Information Services) in the Control Panel under Administrative Tools.
    2. Select Default Web Site.
    3. Click Action > New > Virtual Directory and type the name of your Visual Studio location.
    4. Click Next twice. Type the path to the home directory for the IDK: <installdir>\idk\6.0\devkit\dotnet.
    5. Check both the Read and Scripts only checkboxes if they are cleared (they should be checked by default). Click Next then click Finish.
  4. Copy the compiled class files to the \bin folder in the <installdir>\idk\<version>\devkit\dotnet directory.

  Back to Top      Previous Next