Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 80018 invoked from network); 11 Jul 2005 13:42:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Jul 2005 13:42:58 -0000 Received: (qmail 19464 invoked by uid 500); 11 Jul 2005 13:42:46 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 19451 invoked by uid 500); 11 Jul 2005 13:42:45 -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 19438 invoked by uid 99); 11 Jul 2005 13:42:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jul 2005 06:42:45 -0700 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 (asf.osuosl.org: domain of mfenetre@gmail.com designates 64.233.170.194 as permitted sender) Received: from [64.233.170.194] (HELO rproxy.gmail.com) (64.233.170.194) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jul 2005 06:42:43 -0700 Received: by rproxy.gmail.com with SMTP id b11so784768rne for ; Mon, 11 Jul 2005 06:42:43 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Uf/Y5g1nMTQvpMgJuclA0/gFSxJNiYxeot1GCj0U7bd0oz5p6o4E6HtQRIpfw09nx4LihSwdOnRGfHMC2iY2KWYAFaF4R9Kd/WLMlS6Poq3LDOmEoO8OMxl0GDLT4Gn8Vkde86Tr/QyMgTO7rpGJ1UEQkK3R1nWpQ+uF1CDwaUs= Received: by 10.38.24.4 with SMTP id 4mr4280663rnx; Mon, 11 Jul 2005 06:42:43 -0700 (PDT) Received: by 10.38.9.79 with HTTP; Mon, 11 Jul 2005 06:42:43 -0700 (PDT) Message-ID: <850c431505071106422193ae25@mail.gmail.com> Date: Mon, 11 Jul 2005 15:42:43 +0200 From: Mfenetre Mfenetre Reply-To: Mfenetre Mfenetre To: axis-user@ws.apache.org Subject: WSS4J Password Type Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi all, I'm using WSS4J and it works well. However, when I use a UsernameToken, the value of the field "Type" for the Password is "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-pro= file-1.0#PasswordText". I would like to use a value equal to "wsse:PasswordText". Is it possible to do that ? (like specifying a specific value for Password Type instead of "PasswordText" in the client_deploy.wsdd ? So far I've tried "wsse:PasswordText" but it doesn't work...) Thanks for your replies. Regards, Alexis.