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 keithgchap...@gmail.com 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

generateWSDL method in Axis2

2008-12-18 Thread Shah Asrani
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

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