> java org.apache.axis.wsdl.Java2WSDL --help Java2WSDL emitter Usage: java org.apache.axis.wsdl.Java2WSDL [options] class-of-portType Options: -h, --help print this message and exit -o, --output <argument> output Wsdl filename -l, --location <argument> service location url -s, --service <argument> service name (obtained from --location if not specified) -n, --namespace <argument> target namespace -p, --PkgtoNS <argument>=<value> package=namespace, name value pairs -m, --methods <argument> space or comma separated list of methods to export -a, --all look for allowed methods in inherited class -w, --outputWsdlMode <argument> output WSDL mode: All, Interface, Implementation -L, --locationImport <argument> location of interface wsdl -N, --namespaceImpl <argument> target namespace for implementation wsdl -O, --outputImpl <argument> output Implementation Wsdl filename, setting this causes --o utputWsdlMode to be ignored -f, --factory <argument> name of the Java2WSDLFactory class for extending WSDL genera tion functions -i, --implClass <argument> optional class that contains implementation of methods in cl ass-of-portType. The debug information in the class is used to obtain the method parameter names, which are used to set the WSDL part names. -x, --exclude <argument> space or comma separated list of methods not to export -c, --stopClasses <argument> space or comma separated list of class names which will stop inheritance search if --all switch is given Details: portType name= <class-of-portType name> binding name= <--service value>SoapBinding service name= <--service value> OR IF CONFLICT WITH portType name: <--ser vice value>Service port name= <--service value> address location= <--location value>
You can also find information in the User's Manual: http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis/java/docs/user-guide.html Russell Butek [EMAIL PROTECTED] "Ratnesh Dubey" <[EMAIL PROTECTED]> on 03/18/2002 05:10:05 PM Please respond to [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> cc: Subject: java2wsdl Could you please tell me how to generate a wsdl from a simple Java Class, please do let me know The Inputs required and output generated! Also a place for detailed documentation of the technology!