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 ax...@ws.apache.org on 2004/08/16 13:35:20 UTC

[jira] Closed: (AXISCPP-63) Improve client side HTTP transport

Message:

   The following issue has been closed.

   Resolver: Samisa Abeysinghe
       Date: Mon, 16 Aug 2004 4:34 AM

This was supported by the transport abstraction layer designed by Susantha and was implemented at stub level by Roshan and Samisa.

Lahiru also helped in testing.
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXISCPP-63

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXISCPP-63
    Summary: Improve client side HTTP transport
       Type: Improvement

     Status: Closed
   Priority: Major
 Resolution: FIXED

    Project: Axis-C++
 Components: 
             Transport (Client)
   Versions:
             1.2 Beta

   Assignee: 
   Reporter: Sevwandi Abeysinghe

    Created: Tue, 27 Apr 2004 2:23 AM
    Updated: Mon, 16 Aug 2004 4:34 AM
Environment: All platforms

Description:
When trying to set HTTP headers from the C++ stub it was found that it does not support the current Axis C++.

>From the discussions on the mailing treads, this solution was found.
If we can have the two API functions to set transport properties

int Call::SetExtraTransportProperty (const char* key, const char* value)

int Call::SetTransportProperty (AXIS_TRANSPORT_INFORMATION_TYPE type,
const char* value) the problem is solved.

Also we might need to have corresponding get functions,

const char* Call::GetExtraTransportProperty (const char* key) const char* Call::GetTransportProperty (AXIS_TRANSPORT_INFORMATION_TYPE type)

The wsdl2ws tool generated code will use the appropriate function(s) to set any properties that are in the wsdl.

Also any transport specific handlers too can use these same API functions to set/get transport properties.

Extension of the transport layer is planned in the TO DO list :
See : http://nagoya.apache.org/wiki/apachewiki.cgi?AxisCpp_TODO


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira