Programming Guide › Using the Web Service Client API › Sample Web Service Client API Java Application › Set Up and Start the Sample Web Service Client Application › Perform Initial Setup
Perform Initial Setup
Before you run the Sample Web Service Client Application for the first time:
- (Windows) Edit the SDK_install_dir\samples\javaClientAPI\
sampleapp.bat file:- Uncomment and modify the NETE_TXM_ROOT entry to specify the path to SDK_Install_Dir (for example, set NETE_TXM_ROOT=C:\Program Files\CA\SOA Security Manager\SDK).
- Uncomment and modify the jre entry to specify the path to the jre subfolder of your JDK installation (for example, set jre=c\/jdk1.4.1\jre)
- (UNIX) Modify the SDK_install_dir/samples/javaClientAPI/
sampleapp.sh file as follows:- Set the NETE_TXM_ROOT variable to point to SDK_Install_Dir
- Set the java variable to point to the Java executable (java.exe), located in the bin subdirectory of your JDK installation.