On Mon, 2006-01-16 at 14:52 -0600, Dong Liu wrote: > I found now <operation/> entries are not in the generated services.xml > by WSDL2Java which used to be there in .93 and .92. Is this designed > change?
Yes .. if the WSDL is around the operations come from there. You need to list it in services.xml IFF you want to do something with that operation (engage a module, have a different message receiver etc.). Motivating principle was DRY: Don't Repeat Yourself. Sanjiva.
