Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 16514 invoked from network); 9 Nov 2009 17:03:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Nov 2009 17:03:47 -0000 Received: (qmail 91783 invoked by uid 500); 9 Nov 2009 17:03:45 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 91712 invoked by uid 500); 9 Nov 2009 17:03: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 91703 invoked by uid 99); 9 Nov 2009 17:03:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Nov 2009 17:03:45 +0000 X-ASF-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_00,FORGED_HOTMAIL_RCVD2 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Nov 2009 17:03:42 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1N7XeE-0000uc-31 for axis-user@ws.apache.org; Mon, 09 Nov 2009 09:03:22 -0800 Message-ID: <26269867.post@talk.nabble.com> Date: Mon, 9 Nov 2009 09:03:22 -0800 (PST) From: SGE0 To: axis-user@ws.apache.org Subject: Axis2/Java 1.5.1 and Rampart MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: stefangeelen@hotmail.com Hi, we have following services.xml file (part): ... ...security.PWCBHandler When we generate the client stub with Java2WSDL we see that the is not correctly generated. When we look at the populateAxisService method in the generated stub we see: private void populateAxisService() throws org.apache.axis2.AxisFault { ... (__operation).getMessage(org.apache.axis2.wsdl.WSDLConstants.MESSAGE_LABEL_OUT_VALUE).getPolicySubject().attachPolicy(getPolicy("")); ... } The result is that we can send over a plain text userid/pwd but not a hashed password. Anyone experiencing the same problem ? S. -- View this message in context: http://old.nabble.com/Axis2-Java-1.5.1-and-Rampart-tp26269867p26269867.html Sent from the Axis - User mailing list archive at Nabble.com.