Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 50603 invoked from network); 9 Nov 2005 09:41:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Nov 2005 09:41:51 -0000 Received: (qmail 92007 invoked by uid 500); 9 Nov 2005 09:41:41 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 91997 invoked by uid 500); 9 Nov 2005 09:41:40 -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 91985 invoked by uid 99); 9 Nov 2005 09:41:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Nov 2005 01:41:40 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [146.107.4.111] (HELO mta2.gsf.de) (146.107.4.111) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Nov 2005 01:41:32 -0800 Received: from gsf.de (unknown [146.107.217.111]) by mta2.gsf.de (Postfix) with ESMTP id 87A79146787 for ; Wed, 9 Nov 2005 10:41:12 +0100 (CET) Message-ID: <4371C47C.1090202@gsf.de> Date: Wed, 09 Nov 2005 10:42:20 +0100 From: Richard Gregory User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040114 X-Accept-Language: en-us, en MIME-Version: 1.0 To: axis-user@ws.apache.org Subject: Generating SimpleSessionHandler in client wsdd with wsdl2java 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 All, Apologies if this has aleady come up on the list, I had a quick look through the archives but couldn't find anything. Unfortunatley, if i try to search for wsdl2java + SimpleSessionHandler + wsdd it returns hundreds of messages. What I'm trying to find out is if it is possible to specify the wsdl in such a way that wsdl2java will generate: * either the appropriate client wsdd containing this handler in the client request and response flows and have this client wsdd called in the generated code to configure the client, * or the appropriate code generated to invoke this handler without having to use a client wsdd. At the moment I have service which uses the SimpleSessionHandler, and to test it I manually generated a client wsdd and used it in my client code. However, I discovered I can write my wsdl (see below - based on information on this subject from a .Net web services list) such that .Net will generate the appropriate client proxy classes to include the sessionID in the SOAP header to interact with my service, so I'm wondering if this is possible with wsdl2java too? Thanks in advance, Richard.