Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 43616 invoked from network); 15 Dec 2004 11:05:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 15 Dec 2004 11:05:27 -0000 Received: (qmail 16572 invoked by uid 500); 15 Dec 2004 10:38:00 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 16478 invoked by uid 500); 15 Dec 2004 10:37:59 -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 16463 invoked by uid 99); 15 Dec 2004 10:37:58 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from mtagate3.uk.ibm.com (HELO mtagate3.uk.ibm.com) (195.212.29.136) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 15 Dec 2004 02:37:53 -0800 Received: from d06nrmr1407 (d06nrmr1407.portsmouth.uk.ibm.com [9.149.38.185]) by mtagate3.uk.ibm.com (8.12.10/8.12.10) with ESMTP id iBFAbi5M316264 for ; Wed, 15 Dec 2004 10:37:44 GMT Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by d06nrmr1407 (8.12.10/NCO/VER6.6) with ESMTP id iBFAc0xv083718 for ; Wed, 15 Dec 2004 10:38:00 GMT Received: from d06av02.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.12.11/8.12.11) with ESMTP id iBFAbiiU018007 for ; Wed, 15 Dec 2004 10:37:44 GMT Received: from d06ml063.portsmouth.uk.ibm.com (d06ml063.portsmouth.uk.ibm.com [9.149.38.83]) by d06av02.portsmouth.uk.ibm.com (8.12.11/8.12.11) with ESMTP id iBFAbiX5018001 for ; Wed, 15 Dec 2004 10:37:44 GMT In-Reply-To: Subject: Re: New Tests for Axis C++ client To: "Apache AXIS C Developers List" X-Mailer: Lotus Notes Release 6.0.2CF1 June 9, 2003 Message-ID: From: Andrew Perry2 Date: Wed, 15 Dec 2004 10:42:04 +0000 X-MIMETrack: Serialize by Router on D06ML063/06/M/IBM(Release 6.51HF338 | June 21, 2004) at 15/12/2004 10:41:38 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi I'm trying to find some info on what setProxy should do because at the moment it seems to do nothing. Should it update the HTTP Header? If so what should be added? Connection? Regards, Andrew Perry IBM C/C++ Web Services Client perryan@uk.ibm.com Mail Point 127 IBM UK Laboratories. Hursley Park, Winchester, Hants. SO21 2JN Tel. Internal 249828 External + 44 (0)1962 819828 Fax. + 44(0)1962 818080 Samisa Abeysinghe To Apache AXIS C Developers List 15/12/2004 01:33 cc Please respond to Subject "Apache AXIS C Re: New Tests for Axis C++ client Developers List" +1 for the tests. There is a setProxy in the transport. I have never tested this with the new transport, and I got the gut feel there are few bugs there. I am not sure if setting proxy is that useful, but if you feel that is useful you can include it in the test. Thanks, Samisa... On Tue, 14 Dec 2004 15:12:52 +0000, Manohar K Chintala wrote: > > > Hi, > > To test the TransportTimeout, I've copied the CalculatorDoc service and > added a timeout before it returns. > Also, I only have a Java service available for this but need to create one > for Axis C++ Server. > > Regards > Manohar > > Andrew Perry2 > om> To > "Apache AXIS C Developers List" > 12/14/2004 02:53 > PM cc > > Subject > Please respond to Re: New Tests for Axis C++ client > "Apache AXIS C > Developers List" > > > Hi Manohar, > > Please raise a Jira issue against Axis C++ in category test. > > Go to http://nagoya.apache.org/jira/secure/Dashboard.jspa and follow the > links. > > Thank you for your contribution. Keep up the good work. > > One question though, how do you test the TransportTimeout? > > Regards, > > Andrew Perry > IBM C/C++ Web Services Client > perryan@uk.ibm.com > Mail Point 127 > IBM UK Laboratories. Hursley Park, Winchester, Hants. SO21 2JN > Tel. Internal 249828 External + 44 (0)1962 819828 > Fax. + 44(0)1962 818080 > > Manohar K Chintala wrote on 14/12/2004 14:34:38: > > > > > > > > > > > Hi, > > > > My name is Manohar, from IBM, and I am a new bee to this group. > > > > I am in a group which is working to provide full FV test coverage for the > > public APIs in the Axis C++ client engine. Although many of these tests > > already exist the list of APIs covered by them is not complete, and they > > are based upon the RPC:Encoded InteropTestRound1 WSDL which is not > > supported/recommended for interoperability by WS-I. > > > > I have been working on the Stub transport related APIs and have based the > > tests on the Document:Literal CalculatorDoc.wsdl. So far I have written 3 > > tests covering the following APIs: > > > > setTransportProperty > > getFirstTrasportPropertyKey > > getNextTrasportPropertyKey > > getCurrentTrasportPropertyKey > > getCurrentTrasportPropertyValue > > deleteTrasportProperty > > deleteCurrentTrasportProperty > > setTransportProtocol > > getTransportProtocol > > setTransportTimeout > > > > These tests work properly in the new ant test framework prepared by > Andrew. > > All the required files have been created for these tests which includes, > > test output files, request files, WSDLs and source code. > > > > I would like to submit them into CVS and believe that I need to raise a > > Jira for this and attach the code to it, then if the code is OK it can be > > committed. > > > > > > Regards > > Manohar > > -------------------------------------------------- > > Manohar Kumar.Ch > > DM2H17, IBM Hursley Park. > > Hursley, Winchester, UK. > > Ph:- 44-1962-811910 ( Ext) . Internal : 241910 > > internet id: cmanohar@in.ibm.com > > > >