What's the easiest way to generate the WSDL for a JSR181-annotated Java class in Beehive? I know I can deploy the web service and get the WSDL by appending "?wsdl" to the URL, but I'm wondering if there is a way to get it at build time. I could use the Axis Java2WSDL tool, but then I'm no longer getting the benefit of the JSR181 annotations.
Cheers, Mike
