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:
UNIX
1. Enable the Web Services Functionality.
cd $SPLEBASE/bin
configureEnv.sh –a
 
Select option 50 and set the option “Enable Web Services Functionality” to true. Enter P to process.
2. Execute initialSetup.sh as shown below:
cd $SPLEBASE/bin
ksh ./initialSetup.sh
 
3. Set the classpath.
$ CLASSPATH=$WL_HOME/server/lib/weblogic.jar:$CLASSPATH
$ export CLASSPATH
$ cd $SPLEBASE/bin
 
4. Run the following command:
$ java weblogic.Admin -username <username> -password <password> STOREUSERCONFIG -userconfigfile $SPLEBASE/etc/.wlsuserconfig - userkeyfile $SPLEBASE/etc/.wlsuserkey
 
Select y.
5. Execute the below step in $SPLEBASE/bin. Make sure that the application server is up and running.
ksh ./iwsdeploy.sh
 
Windows
1. Enable the Web Services Functionality.
cd %SPLEBASE%\bin
 
2. Execute configureEnv.cmd –a.
Select option 50 and set the option “Enable Web Services Functionality” to true. Enter P to process.
3. Execute initialSetup.cmd.
cd %SPLEBASE%\bin initialSetup.cmd
 
4. Set the classpath.
set CLASSPATH=%WL_HOME%\server\lib\weblogic.jar;%CLASSPATH%
 
5. Execute the following command:
java weblogic.Admin -username system -password ouafadmin STOREUSERCONFIG -userconfigfile %SPLEBASE%\etc\.wlsuserconfig - userkeyfile %SPLEBASE%\etc\.wlsuserkey
 
Select y.
6. Execute the following command in %SPLEBASE%\bin. Make sure the application server is up and running.
iwsdeploy.cmd