Hi, With Axis2 you do not have such a callback method. But here is a workaround that you could use. Extend the AxisServlet and override the doGet method. In there check whether its a request for a WSDL and invoke your code for generating the WSDL.
Thanks, Keith. On Thu, Dec 18, 2008 at 10:52 PM, Shah Asrani <[email protected]> wrote: > In Axis1, I had implemented a call back method "generateWSDL" in my > provider that extended the BasicProvider. > In moving to Axis2, I have MessageReceiver that extends > RawXMLInOutMessageReceiver. Which callback method is equivalent > to generateWSDL method in Axis1. I need to generate WSDL with my custom > code. > > Shah Asrani. > -- Keith Chapman Senior Software Engineer WSO2 Inc. Oxygenating the Web Service Platform. http://wso2.org/ blog: http://www.keith-chapman.org
