Configure the wsdl2java.bat file

Applies to User Roles:

System Administrator

To use the wsdl2java.bat file to import documents into Service Manager, you must first configure the file as follows:

  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=C:/jdk1.5.0_01
  2. Change SC_SERVER and SC_PORT to reflect your service target.
    SET SC_SERVER=localhost
    SET 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

Running the wsdl2java command file