You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by "Dennis Kieselhorst (JIRA)" <ji...@apache.org> on 2010/09/29 15:14:32 UTC

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

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
             Fix For: 1.5.3, nightly
         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


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

Posted by "Dennis Kieselhorst (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Kieselhorst updated AXIS2-4834:
--------------------------------------

    Attachment: RequestURIBasedServiceDispatcher.patch

> 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
>             Fix For: 1.5.3, nightly
>
>         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


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

Posted by "Dennis Kieselhorst (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Kieselhorst updated AXIS2-4834:
--------------------------------------

    Attachment: RequestURIBasedServiceDispatcher.patch

> 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
>             Fix For: 1.5.3, nightly
>
>         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


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

Posted by "Andreas Veithen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Veithen updated AXIS2-4834:
-----------------------------------

    Fix Version/s:     (was: 1.5.3)
                       (was: nightly)

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


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

Posted by "Dennis Kieselhorst (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Kieselhorst updated AXIS2-4834:
--------------------------------------

    Attachment: RequestURIBasedServiceDispatcher.patch

> 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
>             Fix For: 1.5.3, nightly
>
>         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


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

Posted by "Dennis Kieselhorst (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Kieselhorst updated AXIS2-4834:
--------------------------------------

    Attachment: RequestURIBasedServiceDispatcher.patch

> 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
>             Fix For: 1.5.3, nightly
>
>         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


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

Posted by "Dennis Kieselhorst (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Kieselhorst updated AXIS2-4834:
--------------------------------------

    Attachment: RequestURIBasedServiceDispatcher.patch

> 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
>             Fix For: 1.5.3, nightly
>
>         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