Re: generateWSDL method in Axis2

2008-12-22 Thread Shah Asrani
Hi Keith, Thanks for your suggestions. On Thu, Dec 18, 2008 at 9:43 PM, keith chapman wrote: > 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

Re: generateWSDL method in Axis2

2008-12-18 Thread keith chapman
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,