Yes that is a good options , and it is very simple to create a Dispatcher to dispatch to suit with your requirement . In Axis2 default URL based dispatcher try to split the URL and assume the service name and the operation. So if you write a Dispatcher to split the URL including the module name then dispatch based on that , you have anything you need.
Thanks Deepal [EMAIL PROTECTED] wrote: > > Hi, > I ran into the same issue. > As a workaround I've added my own URIbasedRequestDispatcher in the flow. > I think that the JIRA already exists: > https://issues.apache.org/jira/browse/AXIS2-2601 > > Pierre --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
