Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 20240 invoked from network); 19 Jan 2006 15:18:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Jan 2006 15:18:16 -0000 Received: (qmail 25839 invoked by uid 500); 19 Jan 2006 15:17:27 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 25375 invoked by uid 500); 19 Jan 2006 15:17:21 -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 24906 invoked by uid 99); 19 Jan 2006 15:17:18 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jan 2006 07:17:18 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of clarence.pitch@gmail.com designates 64.233.162.202 as permitted sender) Received: from [64.233.162.202] (HELO zproxy.gmail.com) (64.233.162.202) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jan 2006 07:12:44 -0800 Received: by zproxy.gmail.com with SMTP id f1so223647nzc for ; Thu, 19 Jan 2006 07:12:23 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=ngNshOtrjpwAlNNWLAQ5r8CXhsSs+i+dRVfc45XLoVKE+GXu/oG9yPiSjgS7bcs5YxtH9WHGBz4cN/kQEE/a+Q01mnzc0BWK0LR7dUGp8RAavtrt0eXPf4sxFH/UONNXr7QbEwubuq3RuhuH+jfaMabps3g/j5d7X3Ol7DjFHPQ= Received: by 10.65.123.16 with SMTP id a16mr377482qbn; Thu, 19 Jan 2006 07:12:23 -0800 (PST) Received: by 10.65.53.14 with HTTP; Thu, 19 Jan 2006 07:12:23 -0800 (PST) Message-ID: Date: Thu, 19 Jan 2006 16:12:23 +0100 From: Clarence Dahlin To: axis-user@ws.apache.org Subject: SimpleSessionHandler and namespace MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_1441_18947951.1137683543243" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_1441_18947951.1137683543243 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Would it be possible to change the namespace which is referenced to when using the SimpleSessionHandler? Namspace ns1 below is what I'm talking about. -7488824456558906570 I'm trying to create a WSDL which isn't dependent on any other namespaces but our own, wsdl, soap and xml schema namespaces. Is .NET able to generate code to handle this sessionID if I represent it in the WSDL as soap:header? kind regards, Clarence ------=_Part_1441_18947951.1137683543243 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Would it be possible to change the namespace which is referenced to when us= ing the SimpleSessionHandler?

Namspace ns1 below is what I'm talking about.

<?xml version=3D"1.0" encoding=3D"UTF-8"?>
<soapenv:Envelope xmlns:soapenv=3D"http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd=3D"http://www.w= 3.org/2001/XMLSchema" xmlns:xsi=3D"htt= p://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header>
<ns1:sessionID soapenv:actor=3D"http://schemas.xmlsoap.org/soap/actor/next" soapenv:mustUnderstand=3D"0" xmlns:ns1=3D"http= ://xml.apache.org/axis/session">-7488824456558906570
</ns1:sessionID>
</soapenv:Header>

I'm trying to create a WSDL which isn't dependent on any other namespaces b= ut our own, wsdl, soap and xml schema namespaces.

Is .NET able to generate code to handle this sessionID if I represent it in= the WSDL as soap:header?

kind regards,
Clarence
------=_Part_1441_18947951.1137683543243--