Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 73974 invoked from network); 25 Jan 2005 08:39:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 25 Jan 2005 08:39:25 -0000 Received: (qmail 22157 invoked by uid 500); 25 Jan 2005 08:39:24 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 22141 invoked by uid 500); 25 Jan 2005 08:39:24 -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 22128 invoked by uid 99); 25 Jan 2005 08:39:24 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of samisa.abeysinghe@gmail.com designates 64.233.184.197 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.197) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 25 Jan 2005 00:39:22 -0800 Received: by wproxy.gmail.com with SMTP id 37so45116wra for ; Tue, 25 Jan 2005 00:39:20 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=Yi7bah2m08/25Hhyof6ifZs75wwcXR7JhI6AO1uIhJhtYG0MqgXWdYw9NKMBP3zO1MVFkU142d+Q54o/a1c3VRYDsxE3bieG3RC+jdQzoqVK5EtchAqcflGAc5Q+Q7EIf9mW64cFTwHVX05epZUMHHc+DwGTCgpklJSknLasZlU= Received: by 10.54.28.21 with SMTP id b21mr238421wrb; Tue, 25 Jan 2005 00:39:20 -0800 (PST) Received: by 10.54.28.40 with HTTP; Tue, 25 Jan 2005 00:39:20 -0800 (PST) Message-ID: Date: Tue, 25 Jan 2005 08:39:20 +0000 From: Samisa Abeysinghe Reply-To: Samisa Abeysinghe To: Apache AXIS C Developers List Subject: Client side attachments [was Re: Fw: OpenSSL] In-Reply-To: <20050125072922.M95751@opensource.lk> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20050125072922.M95751@opensource.lk> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi Damitha, What are the sections of code (trasport, soap etc.) that would be affected by the changes you have to do to support client side attachments? Thanks, Samisa... On Tue, 25 Jan 2005 13:38:54 +0600, Damitha Kumarage wrote: > Hi all, > In linux with GNU autobuild, ssl impl is not working today morning(after > long weekend. Here we had poya day on Monday). > I guess it was working fine with ant build because there is no noise about > this. I found that I need to add following two files to the Makefile.am > HTTPSSLChannel folder. > ../URL.cpp \ > ../HTTPTransportException.cpp > After this fix I finally see this SSL is working on my machine. I commited > this change. I was doing some work on client side attachments but could not > continue with it for some time(I suppose server side work by Rangika and > Nithya is finished by now). So I'm afraid to put the code now I have to cvs > because of possible problems(Remember last time heh). So I'll review my work > and plan to put the code after the release. > > thanks > damitha > > On Tue, 2005-01-18 at 09:23, Damitha Kumarage wrote: > Hi Mark, > > On Mon, 17 Jan 2005 13:12:41 +0000, Mark Whitlock wrote > > > Hi Damitha, > > > I really need the lines that you have commented out because the ant build > > > instruments the transport libraries with entry/exit trace. Samisa > > > said in a previous mail that he added in "-DAXISTRACE_LIBRARY to > > > AM_CPPFLAGS in Makefile.am" so I hoped that would be all you need to > > > get it to compile. If I leave it commented out, I fear all the tests > > > will fail tonight because I guess trace will sigsegv in the > > > transport library. So I intend to replace the offending line with... > > > #ifdef ENABLE_AXISTRACE > > > AxisTrace::setTraceEntrypoints(ep); > > > #endif > > > If this still fails for you, please let me know how it fails, so I > > > can fix it properly, Thanks, Mark Mark Whitlock IBM > > > > I commented the following line in > > HTTPTransportInstantiator.cpp,HTTPSSLChannel/HTTPSSLChannelInstantiator.cpp > > and HTTPChannel/HTTPChannelInstantiator.cpp > > > > //AxisTrace::setTraceEntrypoints(ep); > > > > > > > > ----- Forwarded by Mark Whitlock/UK/IBM on 17/01/2005 12:59 ----- > > > > > > Samisa Abeysinghe > > > > > e@gmail.com> > > > To Apache AXIS > > > C Developers List 17/01/2005 11:52 > > c-dev@ws.apache.org> > > > cc > > > > > > Please respond to > > > Subject "Apache AXIS C Re: OpenSSL > > > Developers List" > > > > > > Damitha, > > > What are the changes you did to Makefile.am? I cannot see it in > > > the CVS messages. > > > > > > I could not get axis3 running without SSL on Linux :( Can you run > > > it without SSL? If so please tell me what I need to get it running on > > > my system. > > > > > > Thanks, > > > Samisa... > > > > > > On Mon, 17 Jan 2005 17:57:32 +0600, Damitha Kumarage > > > wrote: > > > > Hi Fred, > > > > I tried to run with the axis3 transport but running fails in doing so > > > > I did the appropriate changes in Makefile.am's to get it compiled with > > > > open ssl. I also commented some trace related lines in Instantiator > > > classes > > > > to get it compiled > > > > > > > > I did the following changes in axiscpp.conf file > > > > > > > > > > > > > > Channel_HTTP_SSL:/home/damitha/programs/axiscpp_deploy/lib/libaxis3_transport_ssl_channel.so > > > > > > > > > > > > > Channel_HTTP:/home/damitha/programs/axiscpp_deploy/lib/libaxis3_transport_channel.so > > > > > > > > > > > I also renamed libaxis3_transport.so to libaxis2_transport.so so that > > > axis3 > > > > transport is loaded. > > > > Is this still not working? > > > > > > > > damitha > > > > On Fri, 2005-01-14 at 20:20, Fred Preston wrote: > > > > > > > > > > > > > > Hi All, > > > > > Sorry, I meant use in the Apache Axis build, not put into! > > > > > > > > > > Regards, > > > > > > > > > > Fred Preston. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Fred > > > > > > > > > Preston/UK/IBM@IB To: "Apache AXIS C > > > > Developers List" > > > > > MGB cc: > > > > > > > > > Subject: OpenSSL > > > > > > > > > 14/01/05 14:14 > > > > > > > > > Please respond to > > > > > > > > > "Apache AXIS C > > > > > > > > > Developers List" > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Hi Damitha, > > > > > When you where developing SecureChannel, where did you get the > > > > > OpenSSL build environment from and do you still have any non-Windows > > > > > versions that we could put into the Axis Apache build? > > > > > > > > > > Regards, > > > > > > > > > > Fred Preston. > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > Damitha Kumarage > > > > hSenid Software International (PVT) Ltd(Web: www.hsenid.com) > > > > damitha@hsenid.lk(damitha@beyondm.net) > > > > > > > > Lanka Software Foundation (http://www.opensource.lk) > > > > > > > > > > > > > > -- > > Damitha Kumarage > > hSenid Software International (PVT) Ltd(Web: www.hsenid.com) > > damitha@hsenid.lk(damitha@beyondm.net) > > > > Lanka Software Foundation (http://www.opensource.lk) > > > > > > -- > Damitha Kumarage > hSenid Software International (PVT) Ltd(Web: www.hsenid.com) > damitha@hsenid.lk(damitha@beyondm.net) > > Lanka Software Foundation (http://www.opensource.lk) > >