Ingo, With Axis2, how about using "Code Generator Wizard - eclipse Plug-in". http://ws.apache.org/axis2/tools/1_0/eclipse/wsdl2java-plugin.html You can generate WSDL from java code.
Or, deploying service using RPCMessageReceiver, Axis2 will generates WSDL automatically. You can see WSDL via url, like http://server:port/axis2/services/version?wsdl. Please check sample service, "version". Regards, kinichiro --- A A <[EMAIL PROTECTED]> wrote: > Easily possible; deploy your java file into axis2 (version< 1) > repository > with jws extension. > call http://hostname/axis/yourjava.jws from your browser and here is > the > WSDL ! > > On 5/22/06, Ingo Siebert <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > is it possible to generate the WSDL file from Java code? > > I found only a tool which creates server/client stubs from a WSDL > file. > > Cheers, > > > > Ingo > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
