[ 
https://issues.apache.org/jira/browse/AXIS2-4834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974196#action_12974196
 ] 

Isuru Eranga Suriarachchi commented on AXIS2-4834:
--------------------------------------------------

Hi Dennis,

If there is a soap endpoint and an HTTP endpoint, there will be two endpoint 
objects with different names in the endpoint list. When the request comes in, 
RequestURIBasedServiceDispatcher searches in the endpoint map for the current 
endpoint name. So it will go through all existing endpoints. Therefore, we 
don't have to specifically filter out the HTTP endpoints.

Thanks,
~Isuru

> Allow calls to HTTP endpoint using same address as the SOAP endpoint
> --------------------------------------------------------------------
>
>                 Key: AXIS2-4834
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4834
>             Project: Axis2
>          Issue Type: Improvement
>          Components: kernel
>    Affects Versions: 1.5.2
>            Reporter: Dennis Kieselhorst
>            Assignee: Isuru Eranga Suriarachchi
>         Attachments: RequestURIBasedServiceDispatcher.patch
>
>
> I created a WSDL 1.1 with a SOAP endpoint and a HTTP endpoint. Both ports 
> have the same location and the same service. If there is more than one 
> endpoint, the RequestURIBasedServiceDispatcher tries to resolve the endpoint 
> using the endpoint name. I created a patch to also respect 
> messageContext.isDoingREST().

-- 
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