Deploying Inbound Web Services (IWS)
All existing XAI Inbound Services have been duplicated as Inbound Web Services. The application no longer supports XAI. The duplicated services are designed to work seamlessly in this release, and customers providing custom services are encouraged to migrate to Inbound Web Services to take full advantage of the new, more efficient web service technology.
For more information about migrating from XAI to IWS, please refer to Migrating from XAI to IWS Oracle Utilities Application Framework (Doc ID 1644914.1) on My Oracle Support.
Follow these steps to deploy IWS:
Linux/UNIX
1. Execute initialSetup.sh.
cd $SPLEBASE/bin
ksh ./initialSetup.sh -i
 
2. Set the classpath.
$ CLASSPATH=$WL_HOME/server/lib/weblogic.jar:$CLASSPATH
$ export CLASSPATH
$ cd $SPLEBASE/bin
 
STEP 1: Connect to WebLogic domain:
connect('Username', 'Password', "t3s://hostname:PortNo")
 
STEP 2: Store the user config details using the below wlst command after connecting to the WebLogic domain.
storeUserConfig(userconfig, userkey)
where userconfig should point to $SPLEBASE/etc/.wlsuserconfig
userkey should point to $SPLEBASE/etc/.wlsuserkey
 
For more details about storeUserConfig, refer to the WebLogic Administration Guide at:
3. Exit the WLST connection.
exit()
 
4. Execute the command below in $SPLEBASE/bin.
Please note that the application server should be up before running the command.
ksh ./iwsdeploy.sh
 
Windows
1. Execute initialSetup.cmd:
cd %SPLEBASE%\bin initialSetup.cmd -i
 
2. Set the classpath:
set CLASSPATH=%WL_HOME%\server\lib\weblogic.jar;%CLASSPATH%
$ cd $SPLEBASE/bin
 
STEP 1: Connect to WebLogic domain:
connect('Username', 'Password', "t3s://hostname:PortNo")
 
STEP 2: Store the user config details using the below wlst command after connecting to the WebLogic domain.
storeUserConfig(userconfig, userkey)
where userconfig should point to $SPLEBASE/etc/.wlsuserconfig
userkey should point to $SPLEBASE/etc/.wlsuserkey
 
For more details about storeUserConfig, refer to the WebLogic Administration Guide at:
3. Exit the WLST connection using the following command:
exit()
 
4. Execute the command below in $SPLEBASE/bin.
Please note that the application server should be up before running the command.
iwsdeploy.cmd