[ 
https://issues.apache.org/jira/browse/AXIS2-2698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517741
 ] 

Davanum Srinivas commented on AXIS2-2698:
-----------------------------------------

Alex,

the code does not respect the following settings in axis2.xml. WDYT? 

    <!--Following params will set the proper context paths for invocations. All 
the endpoints will have a commons context-->
    <!--root which can configured using the following contextRoot parameter-->
    <!--<parameter name="contextRoot">axis2</parameter>-->

    <!--Our HTTP endpoints can handle both REST and SOAP. Following parameters 
can be used to distinguiush those endpoints-->
    <!--In case of a servlet, if you change this you have to manually change 
the settings of your servlet container to map this -->
    <!--context path to proper Axis2 servlets-->
    <!--<parameter name="servicePath">services</parameter>-->

thanks,
dims

> 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
>            Priority: Blocker
>             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]

Reply via email to