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 "Damitha Kumarage (JIRA)" <ji...@apache.org> on 2006/10/05 07:19:19 UTC

[jira] Created: (AXIS2C-323) Added set_listen_port method to svc_client

Added set_listen_port method to svc_client
------------------------------------------

                 Key: AXIS2C-323
                 URL: http://issues.apache.org/jira/browse/AXIS2C-323
             Project: Axis2-C
          Issue Type: Improvement
          Components: core/clientapi
            Reporter: Damitha Kumarage


 axis2_status_t (AXIS2_CALL *
                set_listen_port)(
                    const axis2_svc_client_t *svc_client,
                    const axis2_env_t *env,
                    axis2_char_t *port);

method is added so that this can be used to specify the actual port the callback server is listening to.  Previosly this is set
in axis2.xml which is not good for users using wsclient or php clients.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Closed: (AXIS2C-323) Added set_listen_port method to svc_client

Posted by "Damitha Kumarage (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2C-323?page=all ]

Damitha Kumarage closed AXIS2C-323.
-----------------------------------

    Resolution: Fixed

Since it is decided not to implement this I''l close this

> Added set_listen_port method to svc_client
> ------------------------------------------
>
>                 Key: AXIS2C-323
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-323
>             Project: Axis2-C
>          Issue Type: Improvement
>          Components: core/clientapi
>            Reporter: Damitha Kumarage
>
>  axis2_status_t (AXIS2_CALL *
>                 set_listen_port)(
>                     const axis2_svc_client_t *svc_client,
>                     const axis2_env_t *env,
>                     axis2_char_t *port);
> method is added so that this can be used to specify the actual port the callback server is listening to.  Previosly this is set
> in axis2.xml which is not good for users using wsclient or php clients.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
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-323) Added set_listen_port method to svc_client

Posted by "Samisa Abeysinghe (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2C-323?page=comments#action_12440073 ] 
            
Samisa Abeysinghe commented on AXIS2C-323:
------------------------------------------

I am -1 on this. Java API does not have this, nor should we.
The idea of providing service client is to have simple API that could be used by user. If you want to do more stuff, then you have to gain access to op-client, configuration etc. Adding this method to service client makes it overly complex.

> Added set_listen_port method to svc_client
> ------------------------------------------
>
>                 Key: AXIS2C-323
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-323
>             Project: Axis2-C
>          Issue Type: Improvement
>          Components: core/clientapi
>            Reporter: Damitha Kumarage
>
>  axis2_status_t (AXIS2_CALL *
>                 set_listen_port)(
>                     const axis2_svc_client_t *svc_client,
>                     const axis2_env_t *env,
>                     axis2_char_t *port);
> method is added so that this can be used to specify the actual port the callback server is listening to.  Previosly this is set
> in axis2.xml which is not good for users using wsclient or php clients.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
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-323) Added set_listen_port method to svc_client

Posted by "Damitha Kumarage (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2C-323?page=all ]

Damitha Kumarage updated AXIS2C-323:
------------------------------------


It is discussed that this is not the right place to put this method. So now I'm handling this from whithin wsclient code. 

> Added set_listen_port method to svc_client
> ------------------------------------------
>
>                 Key: AXIS2C-323
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-323
>             Project: Axis2-C
>          Issue Type: Improvement
>          Components: core/clientapi
>            Reporter: Damitha Kumarage
>
>  axis2_status_t (AXIS2_CALL *
>                 set_listen_port)(
>                     const axis2_svc_client_t *svc_client,
>                     const axis2_env_t *env,
>                     axis2_char_t *port);
> method is added so that this can be used to specify the actual port the callback server is listening to.  Previosly this is set
> in axis2.xml which is not good for users using wsclient or php clients.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org