You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Isuru Eranga Suriarachchi (JIRA)" <ji...@apache.org> on 2010/12/22 14:33:01 UTC

[jira] Commented: (AXIS2-4834) Allow calls to HTTP endpoint using same address as the SOAP endpoint

    [ 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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org