Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 57036 invoked from network); 4 Jan 2005 10:52:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 4 Jan 2005 10:52:49 -0000 Received: (qmail 67790 invoked by uid 500); 4 Jan 2005 10:52:34 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 67707 invoked by uid 500); 4 Jan 2005 10:52:32 -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 67477 invoked by uid 99); 4 Jan 2005 10:52:27 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 04 Jan 2005 02:52:24 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (8.12.11/8.12.11) with ESMTP id j04AqD5Z005980 for ; Tue, 4 Jan 2005 11:52:13 +0100 Message-ID: <1853477136.1104835933925.JavaMail.jira@ajax.apache.org> Date: Tue, 4 Jan 2005 11:52:13 +0100 (CET) From: "Samisa Abeysinghe (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Closed: (AXISCPP-311) Add support for "100 Continue" in Axis2Transport In-Reply-To: <1420958180.1102384570104.JavaMail.apache@nagoya> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXISCPP-311?page=history ] Samisa Abeysinghe closed AXISCPP-311: ------------------------------------- Resolution: Fixed Added support for 100 continue. Tested with http://www.mssoapinterop.org/asmx/typed.asmx endpoint. This is a .NET round 1 interop test endpoint. I had to manually edit the generated code to change the SOAPAction header value to get the base sample working with this service. However, now 100-Continue works. > Add support for "100 Continue" in Axis2Transport > ------------------------------------------------ > > Key: AXISCPP-311 > URL: http://issues.apache.org/jira/browse/AXISCPP-311 > Project: Axis-C++ > Type: Improvement > Components: Transport (axis2) > Environment: All platforms > Reporter: Samisa Abeysinghe > Assignee: Samisa Abeysinghe > Fix For: 1.5 Alpha > > See http://marc.theaimsgroup.com/?t=110234692300003&r=1&w=2 for more info: > I've had this same problem when talking to .NET web services -- it > seems > that the problem is that IIS is returning an "HTTP 100 Continue" status > code prior to the actual SOAP response, which Axis chokes on. The > quick-and-dirty fix I found was to use the 'Axis2Transport' transport > DLL, after patching the sources in the Axis2Transport constructor to > use > HTTP 1.0, instead of 1.1. > In 'src/transport/axis2/Axis2Transport.cpp', change the string > "HTTP/1.1" in the m_strHTTPProtocol initializer to "HTTP/1.0", which > will force the client transport to use HTTP 1.0 by default. There's a > method in the transport class to set the protocol version, but it's not > part of the standard public Transport class interface, and therefore > not > available to any code that's using the standard API calls. > I know that I really should have entered this as a bug in JIRA; I've > just been too busy on other fronts to make a proper bug report. > Hopefully, the longer-term solution will be to properly support the > HTTP > 100 response code, so that you don't have to give up the other benefits > of HTTP 1.1 protocol support (like pipelining) just to retain > compatibility with .NET servers. > -- > Lennon Day-Reynolds > lennonx.j.day.reynolds@intel.com > -----Original Message----- > From: Matt Garman [mailto:garman@raw-sewage.net] > Sent: Monday, December 06, 2004 7:27 AM > To: axis-c-user@ws.apache.org > Subject: exception with simple client > Hello, > I created a couple very simple web services on my machine (Win 2k) > using MS VS.NET 2003: "getTimeOfDay()" and "getHelloWorld()" > services. > Now I am trying to create a C/C++ client to consume these services > using Apache Axis C++. However, when I try to call even the > getHelloWorld() method, the following exception is thrown: > AxisTransportException:HTTP transport error Continue > Any ideas on what could be causing this? (Hopefully it's just me > overlooking something obvious!) > Thanks, > Matt -- 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