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)" <ax...@ws.apache.org> on 2004/11/15 06:25:23 UTC

[jira] Created: (AXISCPP-263) Samples fail to get results from simple axis server

Samples fail to get results from simple axis server
---------------------------------------------------

         Key: AXISCPP-263
         URL: http://nagoya.apache.org/jira/browse/AXISCPP-263
     Project: Axis-C++
        Type: Bug
  Components: Samples  
    Versions: current (nightly)    
 Environment: Linux
    Reporter: Samisa Abeysinghe


Samples gets the results for only the first method invokation done by a stub. Subsequest calls do not get the response properly.

This started appearing after the changes were done to the transport to suport keep-alive. This must be a bug in simple axis server as the samples work without error with Axis Java server and Axis C++ Apache server module.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Closed: (AXISCPP-263) Samples fail to get results from simple axis server

Posted by "Samisa Abeysinghe (JIRA)" <ax...@ws.apache.org>.
     [ http://nagoya.apache.org/jira/browse/AXISCPP-263?page=history ]
     
Samisa Abeysinghe closed AXISCPP-263:
-------------------------------------

     Assign To: Samisa Abeysinghe
    Resolution: Fixed

Added 'Connection: close' header to all reaponses by default for HTTP 1.1 responses. This makes it work with latest client side transport semantics. A proper solution would be to implement real HTTP 1.1 behaviour, where once a response is sent, the connection to client is not closed. However this is too much work at the moment. May be one could improve the simple axis seerver to use correct HTTP 1.1 behavoiur later on.

> Samples fail to get results from simple axis server
> ---------------------------------------------------
>
>          Key: AXISCPP-263
>          URL: http://nagoya.apache.org/jira/browse/AXISCPP-263
>      Project: Axis-C++
>         Type: Bug
>   Components: Samples
>     Versions: current (nightly)
>  Environment: Linux
>     Reporter: Samisa Abeysinghe
>     Assignee: Samisa Abeysinghe

>
> Samples gets the results for only the first method invokation done by a stub. Subsequest calls do not get the response properly.
> This started appearing after the changes were done to the transport to suport keep-alive. This must be a bug in simple axis server as the samples work without error with Axis Java server and Axis C++ Apache server module.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira