Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 23996 invoked from network); 24 Nov 2005 16:39:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Nov 2005 16:39:47 -0000 Received: (qmail 74181 invoked by uid 500); 24 Nov 2005 16:39:35 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 73654 invoked by uid 500); 24 Nov 2005 16:39:31 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 73553 invoked by uid 99); 24 Nov 2005 16:39:30 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Nov 2005 08:39:30 -0800 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=RCVD_IN_BL_SPAMCOP_NET,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of rakesh.mailgroups@gmail.com designates 66.249.82.205 as permitted sender) Received: from [66.249.82.205] (HELO xproxy.gmail.com) (66.249.82.205) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Nov 2005 08:40:44 -0800 Received: by xproxy.gmail.com with SMTP id h27so1704066wxd for ; Thu, 24 Nov 2005 08:38:51 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:content-type:content-transfer-encoding; b=p9f48C6EId1VSajEOGDYCoUPyS86dT1iKiRbgcx6smR52ZbXt3NPnHkV3SWZqUCg0DT/N2uxs+6+c0YbGWpd9cWUMocAoNrMZJLCvdeYPLPVyKHVSznkixMK/uAFniKbmqdUId0ioAipATa3+c047PhsaRLw8N2CxW3uGrBIbFc= Received: by 10.64.196.19 with SMTP id t19mr7282482qbf; Thu, 24 Nov 2005 08:38:51 -0800 (PST) Received: from ?172.22.20.56? ( [213.86.137.253]) by mx.gmail.com with ESMTP id q16sm866131qbq.2005.11.24.08.38.50; Thu, 24 Nov 2005 08:38:50 -0800 (PST) Message-ID: <4385ECA8.4040200@gmail.com> Date: Thu, 24 Nov 2005 16:39:04 +0000 From: Rakesh Patel User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: axis Subject: Dealing with sessions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, i've just started to build my first app using web services and Axis. My business interface has a simple logon method that (if successful) returns a token. This token is to be used for subsequent method calls (it essentially allows me to have a timed session). The question I have is that i now need to add an additional parameter for this token to each business method call. Is there a way around this? I'd much prefer to keep my business methods ignorant of the token. In a typical web app I have used filters for interception. I'm not sure how i could do that with web services. Thanks Rakesh