You can use Axis2 tools in the bin directory java2wsdl, wsdl2java like this. java2wsdl generates document literal style WSDLs I think.
./java2wsdl.sh -cn test.Service -cp classes.jar ./wsdljava.sh -uri service.wsdl Upul On Thu, Mar 27, 2008 at 12:55 PM, sh_santosh <[EMAIL PROTECTED]> wrote: > > Dear All, > > > 1. How to create Document / Literal WSDL from java interface ?? or how to > create Java 2 WSDL using Document/ Literal. > 2. from document/literal WSDL to java classes(stub, skelton, serivces). > > I am using Axis 1.3 , tomcat-5.5.20 and eclipse. > > Please provide the command and arguments for java2wsdl and wsdl2java for > doc/lit. > > is there any tool that help to generate java2wsdl and wsdl2java for > doc/lit. > > > > > Regards > Santosh > > > > > > > > -- > View this message in context: > http://www.nabble.com/How-to-create-Document---Literal-WSDL-with-axis-1.3-tp16323309p16323309.html > Sent from the Axis - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
