Configure the wsdl2java.sh file

Applies to User Roles:

System Administrator

To use the wsdl2java.sh file to import documents into Service Manager, you must first configure the file as in the following example:

  1. Set JAVA_HOME to your jdk directory. The jdk version must be listed in the support matrix. See Support matrices on the Software Support Online site.
    JAVA_HOME=/jdk1.5.0_01
  2. Change SC_SERVER and SC_PORT to reflect your service target.
    SC_SERVER=localhost
    SC_PORT=13080
  3. Set the CLASSPATH
    SET CLASS_PATH=./lib/axis-1.2.jar;./lib/saaj-1.2.jar;./lib
    /commons-logging-1.0.3.jar;./lib/jaxrpc-1.1.jar;./lib
    /mail-1.3.2.jar;./lib/activation-1.0.2.jar;./lib
    /commons-discovery-0.2.jar;./lib/wsdl4j-1.5.1.jar

Related topics

Knowledge Management migration
Running the wsdl2java command file