Deploying Inbound WebServices (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 on UNIX:
1. Enable the Web Services Functionality.
a. cd $SPLEBASE/bin
b. Run configureEnv.sh –a
Select option 50 and set the option “Enable Web Services Functionality” to true. Enter “P” to process.
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
 
5. Select y.
6. Run the below step in $SPLEBASE/bin. Please note that the application server should be up before running the below command.
ksh ./iwsdeploy.sh
 
To deploy IWS on 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
 
6. Select y.
7. Run the below step in %SPLEBASE%\bin.
Please note that the application server should be up before running the below command.
iwsdeploy.cmd