Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 29904 invoked from network); 27 Apr 2004 09:23:17 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 27 Apr 2004 09:23:17 -0000 Received: (qmail 92902 invoked by uid 500); 27 Apr 2004 09:22:51 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 92832 invoked by uid 500); 27 Apr 2004 09:22:51 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 92819 invoked from network); 27 Apr 2004 09:22:51 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 27 Apr 2004 09:22:51 -0000 Received: (qmail 3483 invoked from network); 27 Apr 2004 09:23:53 -0000 Received: from localhost (HELO nagoya) (127.0.0.1) by nagoya.betaversion.org with SMTP; 27 Apr 2004 09:23:53 -0000 Message-ID: <2025551814.1083057833830.JavaMail.apache@nagoya> Date: Tue, 27 Apr 2004 02:23:53 -0700 (PDT) From: jira@apache.org To: axis-c-dev@ws.apache.org Subject: [jira] Created: (AXISCPP-63) Improve client side HTTP transport Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Message: A new issue has been created in JIRA. --------------------------------------------------------------------- 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: Unassigned Priority: Major Project: Axis-C++ Components: Transport (Client) Versions: 1.2 Beta Assignee: Reporter: Sevwandi Abeysinghe Created: Tue, 27 Apr 2004 2:23 AM Updated: Tue, 27 Apr 2004 2:23 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