Installing the AE Internal Webservice (JBoss)  

The following steps are required for installing and configuring the AE Internal Webservice on a JBoss application server.

Supplied File

The AE Internal Webservice file is available in the directory IMAGE:WEBSERVICE

File name

Description

UC4WS.WAR

Internal Webservice

To Install the AE Internal Webservice (JBoss)  

  1. Install the Webservice.

    • Host
    • Assign the role "uc4" to a user. It will be used in the file web.xml. This procedure depends on the Realm you use. For testing purposes, you can also store the users in a file. Instructions are available on the JBoss Community Homepage.
    • Copy the file UC4WS.WAR to the deploy directory.
    • After deployment, a log message is output which is required in order to register the Internal Webservice.
    • WSDL is available via the following link:
      http://Server name:Port/uc4ws/uc4ws?wsdl
  2. Configure the Webservice.

    • Host
    • Call the Configuration WebInterface using the following link:
      http://Server name:Port/uc4ws/admin
    • In "Communication Process (host:port)", specify at least one communication process in the format "Server name:Port".
    • You can also store a default user and select the operations that he/she can use on the right.
    • In the area "Session Handling", determine the connection settings for the Internal Webservice.

      Note that the configuration file will be overwritten when you deploy the WAR file again. As a result you will have to redefine your configuration settings. Instead, you can also save a copy of your configuration file (INI file) before you start the deployment and copy it to the folder that includes the web application after the deployment has taken place.

See also:

Using the Webservice