Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 49873 invoked from network); 5 Apr 2005 12:29:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Apr 2005 12:29:30 -0000 Received: (qmail 28567 invoked by uid 500); 5 Apr 2005 12:29:30 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 28553 invoked by uid 500); 5 Apr 2005 12:29:29 -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 28538 invoked by uid 99); 5 Apr 2005 12:29:29 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from illhyd-static-203.200.208.232.vsnl.net.in (HELO smtp.virtusa.co.in) (203.200.208.232) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 05 Apr 2005 05:29:27 -0700 Received: from HS-MAILSVR.Virtusa.com ([10.4.10.60]) by smtp.virtusa.co.in with InterScan Messaging Security Suite; Tue, 05 Apr 2005 18:03:01 +0530 Received: from ws-mailsvr.Virtusa.com ([10.3.8.4]) by HS-MAILSVR.Virtusa.com with Microsoft SMTPSVC(6.0.3790.211); Tue, 5 Apr 2005 18:01:06 +0530 Received: from cs-mailsvr.Virtusa.com ([10.2.1.11]) by ws-mailsvr.Virtusa.com with Microsoft SMTPSVC(6.0.3790.211); Tue, 5 Apr 2005 08:28:24 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C539DA.D98A7BF4" Subject: RE: Codefreeze in effect and CVS tagged - (Release1-5-final-cand1) Date: Tue, 5 Apr 2005 18:29:38 +0600 Message-ID: <403DD48EAE182940B89ECEAFE03F9690044BDB6F@cs-mailsvr.Virtusa.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Codefreeze in effect and CVS tagged - (Release1-5-final-cand1) Thread-Index: AcU52VqU9SnVG7XsSrikEoaoB1HzAgAAS4wA From: "Dushshantha Chandradasa" To: "Apache AXIS C Developers List" X-OriginalArrivalTime: 05 Apr 2005 12:28:24.0090 (UTC) FILETIME=[F5E35FA0:01C539DA] X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. ------_=_NextPart_001_01C539DA.D98A7BF4 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable It seems your client doesn't write the output to the .out file. As you got the correct tcpm responses, your test should be working. =20 Anyway I will attach the client files to a Jira. :-) =20 Dushshantha=20 =20 ________________________________ From: sanjaya singharage [mailto:sanjayas@opensource.lk]=20 Sent: Tuesday, April 05, 2005 6:09 PM To: Apache AXIS C Developers List Subject: Re: Codefreeze in effect and CVS tagged - (Release1-5-final-cand1) =20 yes please. =20 regarding AxisBench.... I did set the SOAPAction by setTransportProperty. the tcpm.req and tcpm.res files look ok. but AxisBench.out is empty. Does this mean AxisBench failed? =20 thanks dushshantha, sanjaya. ----- Original Message -----=20 From: Dushshantha Chandradasa To: Apache AXIS C Developers List =20 Sent: Tuesday, April 05, 2005 6:05 PM Subject: RE: Codefreeze in effect and CVS tagged - (Release1-5-final-cand1) =20 Hi Sanjaya, It seems your test did not run properly. If your client run correctly, AxisBench.out file should give the outcome. We have all the clients that SOAP actions are set correctly and if you wish to try them out we can attach those in to Jira. And also we have our own versions of expected files for some of the tests that have the out files are bit different. We can attach those as well. =20 Thanks Dushshantha =20 =09 ________________________________ From: sanjaya singharage [mailto:sanjayas@opensource.lk]=20 Sent: Tuesday, April 05, 2005 5:45 PM To: Apache AXIS C Developers List Subject: Re: Codefreeze in effect and CVS tagged - (Release1-5-final-cand1) =20 yes, SOAPAction is not set.=20 =20 How are you determining that the test passes? the request and response seem to be ok. What I get from AxisBench.out is an empty file. =20 thanks, sanjaya. =20 =20 ----- Original Message -----=20 From: Dushshantha Chandradasa =20 To: Apache AXIS C Developers List =20 Sent: Tuesday, April 05, 2005 5:02 PM Subject: RE: Codefreeze in effect and CVS tagged - (Release1-5-final-cand1) =20 Hi Sanjaya, =20 Yes I got it running properly.=20 Please check whether u have set the SOAPAction properly. What we r doing here is we keep our own local copy for the clients setting all the SOAPAction. With C++ server we cannot run the client with empty SOAP Action. =20 In the client code, we set the SOAPAction by calling the stub's setTransportProperty() method in the following way. =20 Ws. setTransportProperty("SOAPAction","AxisBech#methodName"); =20 Thanks Dushshantha =20 =09 ________________________________ From: sanjaya singharage [mailto:sanjayas@opensource.lk] Sent: Tuesday, April 05, 2005 4:49 PM To: Apache AXIS C Developers List Subject: Re: Codefreeze in effect and CVS tagged - (Release1-5-final-cand1) =20 Hi Dushantha, =20 Does AxisBench pass for you? =20 I get a Exception : Soap method is not allowed to invoke. =20 sanjaya. ----- Original Message -----=20 From: Dushshantha Chandradasa =20 To: Apache AXIS C Developers List =20 Sent: Tuesday, April 05, 2005 3:55 PM Subject: RE: Codefreeze in effect and CVS tagged - (Release1-5-final-cand1) =20 Hi All, =20 We got 101 tests passing with Axis c++ server and client testing with the tagged CVS. We have identified few issues with some tests and raised Jiras on those. We are looking in to those to fix those soon. =20 Thanks Dushshantha =20 =09 ________________________________ From: sanjaya singharage [mailto:sanjayas@opensource.lk]=20 Sent: Tuesday, April 05, 2005 10:56 AM To: Apache AXIS C Developers List Subject: Codefreeze in effect and CVS tagged - (Release1-5-final-cand1) =20 This is an announcement to inform of the freezing of code for the 1.5 final release. =20 The cvs has been tagged with the tag "Release1-5-final-cand1" You can help by taking a checkout from this tag and testing. =20 =20 Please refrain from adding new code to the CVS repository. =20 Sanjaya. ------_=_NextPart_001_01C539DA.D98A7BF4 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Question about copyright headers

It seems your client doesn’t = write the output to the .out file. As you got the correct tcpm responses, your = test should be working.

 

Anyway I will attach the client = files to a Jira. J

 

Dushshantha =

 


From: = sanjaya singharage [mailto:sanjayas@opensource.lk]
Sent: Tuesday, April 05, = 2005 6:09 PM
To: Apache AXIS C Developers List
Subject: Re: Codefreeze = in effect and CVS tagged - (Release1-5-final-cand1)

 

yes please.

 

regarding AxisBench....

I did set the SOAPAction by setTransportProperty. the tcpm.req and tcpm.res files look ok. but AxisBench.out is empty. Does = this mean AxisBench failed?

 

thanks dushshantha,

sanjaya.

----- Original Message ----- =

Sent: = Tuesday, April 05, 2005 6:05 PM

Subject: RE: = Codefreeze in effect and CVS tagged - = (Release1-5-final-cand1)

 

Hi = Sanjaya,

It seems your test did not run = properly. If your client run correctly, AxisBench.out file should give the = outcome. We have all the clients that SOAP actions are set correctly and if  = you wish to try them out we can attach those in to Jira. And also we have our own versions of expected files for some of the tests that have the out files = are bit different. We can attach those as well.

 

Thanks

Dushshantha=

 


From: = sanjaya singharage [mailto:sanjayas@opensource.lk]
Sent: Tuesday, April 05, = 2005 5:45 PM
To: Apache AXIS C Developers List
Subject: Re: Codefreeze = in effect and CVS tagged - (Release1-5-final-cand1)

 

yes, SOAPAction is not set. =

 

How are you determining that the test passes? the = request and response seem to be ok. What I get from AxisBench.out is an empty = file.

 

thanks,

sanjaya.

 

 

----- Original Message ----- =

Sent: = Tuesday, April 05, 2005 5:02 PM

Subject: RE: = Codefreeze in effect and CVS tagged - = (Release1-5-final-cand1)

 

Hi = Sanjaya,

 

Yes I got it running properly. =

Please check whether u have set the SOAPAction properly. What we r doing here is we keep our own local copy = for the clients setting all the SOAPAction. With C++ server we cannot run the = client with empty SOAP Action.

 

In the client code, we set the = SOAPAction by calling the stub’s setTransportProperty() method in the = following way.

 

Ws. setTransportProperty(“SOAPAction”,”AxisBech#methodName&= #8221;);

 

Thanks

Dushshantha=

 


From: = sanjaya singharage [mailto:sanjayas@opensource.lk]
Sent: Tuesday, April 05, = 2005 4:49 PM
To: Apache AXIS C Developers List
Subject: Re: Codefreeze = in effect and CVS tagged - (Release1-5-final-cand1)

 

Hi Dushantha,

 

Does AxisBench pass for = you?

 

I get a Exception : Soap method is not allowed to = invoke.

 

sanjaya.

----- Original Message ----- =

Sent: = Tuesday, April 05, 2005 3:55 PM

Subject: RE: = Codefreeze in effect and CVS tagged - = (Release1-5-final-cand1)

 

Hi = All,

 

We got 101 tests passing with Axis = c++ server and client testing with the tagged CVS. We have identified few = issues with some tests and raised Jiras on those. We are looking in to those to = fix those soon.

 

Thanks

Dushshantha=

 


From: = sanjaya singharage [mailto:sanjayas@opensource.lk]
Sent: Tuesday, April 05, = 2005 10:56 AM
To: Apache AXIS C Developers List
Subject: Codefreeze in = effect and CVS tagged - (Release1-5-final-cand1)

 

This is an announcement to inform of the freezing of = code for the 1.5 final release.

 

The cvs has been tagged with the tag "Release1-5-final-cand1"

You can help by taking a checkout from this tag and = testing.

 

 

Please refrain from adding new code to the CVS = repository.

 

Sanjaya.

------_=_NextPart_001_01C539DA.D98A7BF4--