Return-Path: X-Original-To: apmail-cxf-users-archive@www.apache.org Delivered-To: apmail-cxf-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2C80995ED for ; Mon, 19 Sep 2011 17:03:01 +0000 (UTC) Received: (qmail 58524 invoked by uid 500); 19 Sep 2011 17:03:00 -0000 Delivered-To: apmail-cxf-users-archive@cxf.apache.org Received: (qmail 58470 invoked by uid 500); 19 Sep 2011 17:03:00 -0000 Mailing-List: contact users-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@cxf.apache.org Delivered-To: mailing list users@cxf.apache.org Received: (qmail 58462 invoked by uid 99); 19 Sep 2011 17:03:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Sep 2011 17:03:00 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bhathaw1@nycap.rr.com designates 75.180.132.120 as permitted sender) Received: from [75.180.132.120] (HELO cdptpa-omtalb.mail.rr.com) (75.180.132.120) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Sep 2011 17:02:51 +0000 X-Authority-Analysis: v=1.1 cv=4MSDN839FDsgJpwQlr+eLEnlTy8eaQTddc4+Fk+GTfI= c=1 sm=0 a=zSoha9JgO5sA:10 a=78S4xmQ1Ac0A:10 a=8nJEP1OIZ-IA:10 a=Z/qP6fq4zqg17U26McoE8g==:17 a=pJLcNvh0Ez-tGPuJEGoA:9 a=wPNLvfGTeEIA:10 a=Z/qP6fq4zqg17U26McoE8g==:117 X-Cloudmark-Score: 0 X-Originating-IP: 67.240.122.64 Received: from [67.240.122.64] ([67.240.122.64:51591] helo=[127.0.0.1]) by cdptpa-oedge03.mail.rr.com (envelope-from ) (ecelerity 2.2.3.46 r()) with ESMTP id 53/34-28959-5A5777E4; Mon, 19 Sep 2011 17:02:30 +0000 Message-ID: <4E7775A2.1030802@nycap.rr.com> Date: Mon, 19 Sep 2011 13:02:26 -0400 From: Barry Hathaway User-Agent: Mozilla/5.0 (Windows NT 6.0; WOW64; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2 MIME-Version: 1.0 To: users@cxf.apache.org Subject: Accessing session scoped service with Python Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I just finished developing a POJO-based web service that operates in session scope. It works just fine when accessing via a Java client. Now a particular user wants to access it using Python. What client is preferred (soappy, suds, etc)? How do you go about setting up the session (setting the SESSION_MAINTAIN_PROPERTY)? Thanks. Barry Hathaway