[ https://issues.apache.org/jira/browse/AXIS2-2698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12503676 ]
Alex Boisvert commented on AXIS2-2698: -------------------------------------- The patch allows for any depth of path. If you read the code correctly, it strips out the first 2 parts of the URL (e.g. /axis2/services/) > ListingAgent should support service name with composite paths > ------------------------------------------------------------- > > Key: AXIS2-2698 > URL: https://issues.apache.org/jira/browse/AXIS2-2698 > Project: Axis 2.0 (Axis2) > Issue Type: Improvement > Components: kernel > Affects Versions: 1.2, 1.1.1, 1.1 > Reporter: Alex Boisvert > Assignee: Deepal Jayasinghe > Fix For: 1.3 > > Attachments: ListingAgent.patch.txt > > > Currently, ListingAgent assumes only the last part of the URI correspond to > the servicename. > e.g. GET /axis2/services/serviceName > Attached is a patch that allows the ListingAgent to function properly with > composite service names. > e.g. GET /axis2/services/path/to/service > Composite names are useful to expand the name-space of possible endpoints. > Composite service names are common in other projects, such as Apache Ode > (BPEL engine). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]