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.
To deploy IWS:
For UNIX
1. Enable the Web Services functionality.
a. cd $SPLEBASE/bin
b. Execute configureEnv.sh -a
If the menu option exists for your Application Framework version, make sure that the Enable the Web Services Functionality (menu block 50) is set to “true”.
2. Run initialSetup.sh.
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. Run the below step in $SPLEBASE/bin. Note that the application server should be up before running the below command.
ksh ./iwsdeploy.sh
 
For WINDOWS
1. Enable the Web Services Functionality.
cd %SPLEBASE%\bin
 
2. Run configureEnv.cmd -a.
Select option 50 and set the option “Enable Web Services Functionality” to true. Enter “P” to process.
3. Run initialSetup.cmd.
cd %SPLEBASE%\bin initialSetup.cmd
 
4. Set the classpath.
set CLASSPATH=%WL_HOME%\server\lib\weblogic.jar;%CLASSPATH%
 
5. Run the following command.
java weblogic.Admin -username system -password ouafadmin STOREUSERCONFIG -userconfigfile %SPLEBASE%\etc\.wlsuserconfig - userkeyfile %SPLEBASE%\etc\.wlsuserkey
 
Select y.
6. Run the below step in %SPLEBASE%\bin.
Note that the application server should be up before running the following command.
iwsdeploy.cmd