Mobile Web Service Manual Installation

Allows for mobile solutions to communicate with Inventory Management.
  1. In the latest Inventory Management release 9.1 patch installation media unzip <date>_HIM_MobileWebService_9.1.x.x.x.zip in <drive>:\IMSetup.
  2. Create the folder MobileWebService at c:\inetpub\wwwroot\.
  3. Copy the contents of <drive>:\IMSetup\<date>_HIM_MobileWebService_9.1.x.x.x\ HIM_MobileWebService.Application to c:\inetpub\wwwroot\mobileWebService.
  4. Copy the contents of <drive>:\IMSetup\<date>_HIM_MobileWebService_9.1.x.x.x \ HIM_MobileWebService.Config to c:\inetpub\wwwroot\MobileWebService.
  5. Navigate to the Internet Information Services (IIS) Manager and click Server Name, click Sites, click Default Web Site, right-click mobileWebServices, select Convert to Application, and then select DefaultAppPool.
  6. Create the folder root\Inventory Management\log\MobileWebService\ to store Mobile Web Service log files.
  7. Navigate to c:\inetpub\wwwroot\MobileWebService and edit web.config in a text editor.
  8. Enter the following inputs in <EncryptedAppSettingsGroup> and <appSettings> and then save:
    • PASSWORD — enter Oracle Database user’s password (to be encrypted after installation).

    • LogPath — defined in Step 6.

    • DbBrand — enter Oracle.

    • SERVER — enter Oracle instance.

    • CATALOG
      • For a single tenant, enter the short organization name.

      • For a multitenant, enter the master Oracle Database user for each organization.

    • USER
      • For a single tenant, enter the short organization name.

      • For a multitenant, enter the master Oracle Database user for each organization.

    • ConnectToMaster
      • For a single tenant, set to True.

      • For a multitenant with no master database, set to False.