WebService Options:
	-i, -out, -p, -keepsrc, -v, -Xauthfile, -name, -log, -wsdl, -wadl, -t, -cp, -auto
Auto Mode Options:
	-user
Database Options:
	-dbhost, -dbport, -orasid, -oraserv
Usage:
	java -jar OjvmWCU               
             -i <commandline option file>
                   File where other command line options are stored.
             -out <output directory>
                   Directory where the output files are stored.
                   Defaults to current directory
             -p <package name>
                   Package name for the generated Client Stubs
                   Defaults to "ojvm.webservice"
             -keepsrc
                   Stores the Generated Sources to the Output Directory
             -v 
                   Enables verbose mode for detailed description
             -Xauthfile <file name>
                   Name of the file which contain authorization information
                   in the format "http://username:password@<web-service URL>?wsdl"
             -name <web service name>
                   Name for the web service.
                   The operations of the webservice are put under
                    a PLSQL package "name"
                   Defaults to "defaultWebService"
             -log <logfile>
                   Log file to store the output stream of OjvmWCU
                   If not provided, the output stream will be displayed on System.out
             -wsdl <wsdl Location>
                   The hosted location of the wsdl file
                   Mutually exclusive with -wadl.   
             -wadl <wadl Location>
                   The hosted location of the wadl file
                   Mutually exclusive with -wsdl.
             -t <wadl2java tool location>
                   The location of wadl2java tool directory
                   By default WADL_HOME environment variable which points to wadl2java Home would be checked
                   If this Environment variable is not set properly Error will be thrown
             -ts <trust store location> Options to be used, If SSL certificate is imported in other than 
                   default trust store.
             -cp <additional class path>
                   This class path is used to compile Java src
                   The JDBC driver should be either in CLASSPATH variable or mentioned using this option
             -auto 
                   Automatically Loads the generated classes to the specified database
                   For this option to work the following fields are mandatory
                   1. -user    
                   2. -orasid / -oraserv 
                   Following fields are the default values unless specified
                   -dbhost = localhost
                   -dbport = 1521
             -user <user name>
                   The user who is supposed to invoke the web service.
                   This field is used when -auto option is given.
             -dbhost <hostname>
                   Host name where Oracle DB resides
                   This field is used when -auto option is given.
             -dbport <port number>
                   Port number in which Oracle DB runs
                   This field is used when -auto option is given.
             -orasid <oracle SID>
                   SID of the Oracle DB registered to the listener
                   This field is used when -auto option is given.
             -oraserv <name of cdb>
                   Name of the cdb to which the classes should be loaded
                   This field is used when -auto option is given.
