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

[jira] Created: (AXIS2-4836) REST: operation dispatch fails due to inconsistent http locations

REST: operation dispatch fails due to inconsistent http locations
-----------------------------------------------------------------

                 Key: AXIS2-4836
                 URL: https://issues.apache.org/jira/browse/AXIS2-4836
             Project: Axis2
          Issue Type: Bug
    Affects Versions: 1.5.2
            Reporter: Dennis Kieselhorst
            Priority: Blocker


Comment on HTTPLocationBasedDispatcher.getOperationFromHTTPLocation is "Part of the request url which is the part after the service name". Is this correct?

The http location table created by WSDL11ToAxisServiceBuilder also contains the service name, so the operation determination fails.

-- 
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-4836) REST: operation dispatch fails due to inconsistent http locations

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

Dennis Kieselhorst updated AXIS2-4836:
--------------------------------------

    Attachment: HTTPLocationBasedDispatcher.patch

I attached a patch working for my case, but it may cause other side effects.

> REST: operation dispatch fails due to inconsistent http locations
> -----------------------------------------------------------------
>
>                 Key: AXIS2-4836
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4836
>             Project: Axis2
>          Issue Type: Bug
>    Affects Versions: 1.5.2
>            Reporter: Dennis Kieselhorst
>            Priority: Blocker
>         Attachments: HTTPLocationBasedDispatcher.patch
>
>
> Comment on HTTPLocationBasedDispatcher.getOperationFromHTTPLocation is "Part of the request url which is the part after the service name". Is this correct?
> The http location table created by WSDL11ToAxisServiceBuilder also contains the service name, so the operation determination fails.

-- 
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-4836) REST: operation dispatch fails due to inconsistent http locations

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

Dennis Kieselhorst updated AXIS2-4836:
--------------------------------------

    Attachment: HTTPLocationBasedDispatcher.patch

I attached a patch working for my case, but it may cause other side effects.

> REST: operation dispatch fails due to inconsistent http locations
> -----------------------------------------------------------------
>
>                 Key: AXIS2-4836
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4836
>             Project: Axis2
>          Issue Type: Bug
>    Affects Versions: 1.5.2
>            Reporter: Dennis Kieselhorst
>            Priority: Blocker
>         Attachments: HTTPLocationBasedDispatcher.patch
>
>
> Comment on HTTPLocationBasedDispatcher.getOperationFromHTTPLocation is "Part of the request url which is the part after the service name". Is this correct?
> The http location table created by WSDL11ToAxisServiceBuilder also contains the service name, so the operation determination fails.

-- 
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-4836) REST: operation dispatch fails due to inconsistent http locations

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

Dennis Kieselhorst updated AXIS2-4836:
--------------------------------------

    Attachment: HTTPLocationBasedDispatcher.patch

I attached a patch working for my case, but it may cause other side effects.

> REST: operation dispatch fails due to inconsistent http locations
> -----------------------------------------------------------------
>
>                 Key: AXIS2-4836
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4836
>             Project: Axis2
>          Issue Type: Bug
>    Affects Versions: 1.5.2
>            Reporter: Dennis Kieselhorst
>            Priority: Blocker
>         Attachments: HTTPLocationBasedDispatcher.patch
>
>
> Comment on HTTPLocationBasedDispatcher.getOperationFromHTTPLocation is "Part of the request url which is the part after the service name". Is this correct?
> The http location table created by WSDL11ToAxisServiceBuilder also contains the service name, so the operation determination fails.

-- 
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-4836) REST: operation dispatch fails due to inconsistent http locations

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

Dennis Kieselhorst updated AXIS2-4836:
--------------------------------------

    Attachment: HTTPLocationBasedDispatcher.patch

I attached a patch working for my case, but it may cause other side effects.

> REST: operation dispatch fails due to inconsistent http locations
> -----------------------------------------------------------------
>
>                 Key: AXIS2-4836
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4836
>             Project: Axis2
>          Issue Type: Bug
>    Affects Versions: 1.5.2
>            Reporter: Dennis Kieselhorst
>            Priority: Blocker
>         Attachments: HTTPLocationBasedDispatcher.patch
>
>
> Comment on HTTPLocationBasedDispatcher.getOperationFromHTTPLocation is "Part of the request url which is the part after the service name". Is this correct?
> The http location table created by WSDL11ToAxisServiceBuilder also contains the service name, so the operation determination fails.

-- 
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-4836) REST: operation dispatch fails due to inconsistent http locations

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

Dennis Kieselhorst updated AXIS2-4836:
--------------------------------------

    Attachment: HTTPLocationBasedDispatcher.patch

I attached a patch working for my case, but it may cause other side effects.

> REST: operation dispatch fails due to inconsistent http locations
> -----------------------------------------------------------------
>
>                 Key: AXIS2-4836
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4836
>             Project: Axis2
>          Issue Type: Bug
>    Affects Versions: 1.5.2
>            Reporter: Dennis Kieselhorst
>            Priority: Blocker
>         Attachments: HTTPLocationBasedDispatcher.patch
>
>
> Comment on HTTPLocationBasedDispatcher.getOperationFromHTTPLocation is "Part of the request url which is the part after the service name". Is this correct?
> The http location table created by WSDL11ToAxisServiceBuilder also contains the service name, so the operation determination fails.

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