Configure WSConfig File
The WSCONFIG (DynamicWSConfig.xml
) file is available in the
<WebServer Deployment Path>/
EXEWebService.ear/EXEWebService.war/conf
directory. This file can be placed
in any directory that is accessible by the application.
The path where the WSCONFIG file is placed must be specified in place of
$WSCONFIGFILELOCATION$
in the following block of text in the
web.xml
file.<context-param>
<description>WebServices Configuration File</description>
<param-name>WSCONFIGFILE</param-name>
<param-value>$WSCONFIGFILELOCATION$</param-value>
<!--Specify the Location of DynamicWSConFig.xml-->
</context-param>