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 "Samisa Abeysinghe (JIRA)" <ji...@apache.org> on 2006/04/25 15:26:06 UTC

[jira] Created: (AXIS2C-137) Implement service client and operation client APIs

Implement service client and operation client APIs
--------------------------------------------------

         Key: AXIS2C-137
         URL: http://issues.apache.org/jira/browse/AXIS2C-137
     Project: Axis2-C
        Type: New Feature

  Components: core/clientapi  
    Versions: 0.90    
    Reporter: Samisa Abeysinghe
     Fix For: 0.91


This new API will replace the client call API

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


[jira] Closed: (AXIS2C-137) Implement service client and operation client APIs

Posted by "Samisa Abeysinghe (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2C-137?page=all ]
     
Samisa Abeysinghe closed AXIS2C-137:
------------------------------------

    Resolution: Fixed

The sub tasks are pending but the core implementation is done ad the samples are working, hence closing.
Thanks to Nabeel for his initial contrubutions to make this possible

> Implement service client and operation client APIs
> --------------------------------------------------
>
>          Key: AXIS2C-137
>          URL: http://issues.apache.org/jira/browse/AXIS2C-137
>      Project: Axis2-C
>         Type: New Feature

>   Components: core/clientapi
>     Versions: 0.90
>     Reporter: Samisa Abeysinghe
>     Assignee: Samisa Abeysinghe
>      Fix For: 0.91
>  Attachments: patch_sc, service_client_api_initial_files.tar.gz
>
> This new API will replace the client call API

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


[jira] Updated: (AXIS2C-137) Implement service client and operation client APIs

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

Samisa Abeysinghe updated AXIS2C-137:
-------------------------------------

    Assign To: Samisa Abeysinghe

> Implement service client and operation client APIs
> --------------------------------------------------
>
>          Key: AXIS2C-137
>          URL: http://issues.apache.org/jira/browse/AXIS2C-137
>      Project: Axis2-C
>         Type: New Feature

>   Components: core/clientapi
>     Versions: 0.90
>     Reporter: Samisa Abeysinghe
>     Assignee: Samisa Abeysinghe
>      Fix For: 0.91
>  Attachments: patch_sc, service_client_api_initial_files.tar.gz
>
> This new API will replace the client call API

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


[jira] Commented: (AXIS2C-137) Implement service client and operation client APIs

Posted by "Sahan Gamage (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2C-137?page=comments#action_12377719 ] 

Sahan Gamage commented on AXIS2C-137:
-------------------------------------

It seems that current implementation is missing the code which sets the options set by AXIS2_OPTIONS_SET_PROPERTY to msg_ctx. We need these things to propagate the options set by client to transport sender. (eg: enabling REST)

> Implement service client and operation client APIs
> --------------------------------------------------
>
>          Key: AXIS2C-137
>          URL: http://issues.apache.org/jira/browse/AXIS2C-137
>      Project: Axis2-C
>         Type: New Feature

>   Components: core/clientapi
>     Versions: 0.90
>     Reporter: Samisa Abeysinghe
>     Assignee: Samisa Abeysinghe
>      Fix For: 0.91
>  Attachments: patch_sc, service_client_api_initial_files.tar.gz
>
> This new API will replace the client call API

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


[jira] Updated: (AXIS2C-137) Implement service client and operation client APIs

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

Nabeel Yoosuf updated AXIS2C-137:
---------------------------------

    Attachment: patch_sc

This patch fixes the build break and corrects a small typo in listener manager.

> Implement service client and operation client APIs
> --------------------------------------------------
>
>          Key: AXIS2C-137
>          URL: http://issues.apache.org/jira/browse/AXIS2C-137
>      Project: Axis2-C
>         Type: New Feature

>   Components: core/clientapi
>     Versions: 0.90
>     Reporter: Samisa Abeysinghe
>      Fix For: 0.91
>  Attachments: patch_sc, service_client_api_initial_files.tar.gz
>
> This new API will replace the client call API

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


[jira] Updated: (AXIS2C-137) Implement service client and operation client APIs

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

Nabeel Yoosuf updated AXIS2C-137:
---------------------------------

    Attachment: service_client_api_initial_files.tar.gz

Initials files of service client API are attached
todo:
- all the methods except the following are implemented.
     - implement fire and forget
      - implemnt robust send
     - seperate listener
    - non-blocking case
- write test sample clients
- once the issues 146, 147 and 148 are fixed, do the necessary work in client API code

> Implement service client and operation client APIs
> --------------------------------------------------
>
>          Key: AXIS2C-137
>          URL: http://issues.apache.org/jira/browse/AXIS2C-137
>      Project: Axis2-C
>         Type: New Feature

>   Components: core/clientapi
>     Versions: 0.90
>     Reporter: Samisa Abeysinghe
>      Fix For: 0.91
>  Attachments: service_client_api_initial_files.tar.gz
>
> This new API will replace the client call API

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