You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Supun Kamburugamuva (JIRA)" <ji...@apache.org> on 2008/08/26 07:17:44 UTC

[jira] Created: (AXIS2C-1254) Information set by the Client options axis2_options_set_transport_info function is not used

Information set by the Client options axis2_options_set_transport_info function is not used
-------------------------------------------------------------------------------------------

                 Key: AXIS2C-1254
                 URL: https://issues.apache.org/jira/browse/AXIS2C-1254
             Project: Axis2-C
          Issue Type: Bug
            Reporter: Supun Kamburugamuva
            Assignee: Supun Kamburugamuva


axis2_options_set_transport_info function allows the client to set the transport for sending and receiving messages. But at the moment Axis2/C ignores this information and always try to use the TO url for inferring the transport which is not possible in all the cases.

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


[jira] Resolved: (AXIS2C-1254) Information set by the Client options axis2_options_set_transport_info function is not used

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

Supun Kamburugamuva resolved AXIS2C-1254.
-----------------------------------------

    Resolution: Fixed

Fixed in the svn head.

> Information set by the Client options axis2_options_set_transport_info function is not used
> -------------------------------------------------------------------------------------------
>
>                 Key: AXIS2C-1254
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1254
>             Project: Axis2-C
>          Issue Type: Bug
>            Reporter: Supun Kamburugamuva
>            Assignee: Supun Kamburugamuva
>         Attachments: axis2c-1254.patch
>
>
> axis2_options_set_transport_info function allows the client to set the transport for sending and receiving messages. But at the moment Axis2/C ignores this information and always try to use the TO url for inferring the transport which is not possible in all the cases.

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


[jira] Commented: (AXIS2C-1254) Information set by the Client options axis2_options_set_transport_info function is not used

Posted by "Supun Kamburugamuva (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-1254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626897#action_12626897 ] 

Supun Kamburugamuva commented on AXIS2C-1254:
---------------------------------------------

I think if a client specifically says that it want a particular transport by using a client option we need to honor that. That is why I did it that way. This gives the maximum control to the client as well.

> Information set by the Client options axis2_options_set_transport_info function is not used
> -------------------------------------------------------------------------------------------
>
>                 Key: AXIS2C-1254
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1254
>             Project: Axis2-C
>          Issue Type: Bug
>            Reporter: Supun Kamburugamuva
>            Assignee: Supun Kamburugamuva
>         Attachments: axis2c-1254.patch
>
>
> axis2_options_set_transport_info function allows the client to set the transport for sending and receiving messages. But at the moment Axis2/C ignores this information and always try to use the TO url for inferring the transport which is not possible in all the cases.

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


[jira] Commented: (AXIS2C-1254) Information set by the Client options axis2_options_set_transport_info function is not used

Posted by "Damitha Kumarage (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-1254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626893#action_12626893 ] 

Damitha Kumarage commented on AXIS2C-1254:
------------------------------------------

I had a look at your patch. Is not it better first try to infer transport from url and if it fails then look for client options?. In that way if client do any mistake by providing mismatching transport option and url we can avoid consequences easily.

> Information set by the Client options axis2_options_set_transport_info function is not used
> -------------------------------------------------------------------------------------------
>
>                 Key: AXIS2C-1254
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1254
>             Project: Axis2-C
>          Issue Type: Bug
>            Reporter: Supun Kamburugamuva
>            Assignee: Supun Kamburugamuva
>         Attachments: axis2c-1254.patch
>
>
> axis2_options_set_transport_info function allows the client to set the transport for sending and receiving messages. But at the moment Axis2/C ignores this information and always try to use the TO url for inferring the transport which is not possible in all the cases.

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


[jira] Updated: (AXIS2C-1254) Information set by the Client options axis2_options_set_transport_info function is not used

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

Supun Kamburugamuva updated AXIS2C-1254:
----------------------------------------

    Attachment: axis2c-1254.patch

Here is a patch for the issue. Please have a look before I apply the patch.

> Information set by the Client options axis2_options_set_transport_info function is not used
> -------------------------------------------------------------------------------------------
>
>                 Key: AXIS2C-1254
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1254
>             Project: Axis2-C
>          Issue Type: Bug
>            Reporter: Supun Kamburugamuva
>            Assignee: Supun Kamburugamuva
>         Attachments: axis2c-1254.patch
>
>
> axis2_options_set_transport_info function allows the client to set the transport for sending and receiving messages. But at the moment Axis2/C ignores this information and always try to use the TO url for inferring the transport which is not possible in all the cases.

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