Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 19594 invoked from network); 14 Jan 2004 02:37:51 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 14 Jan 2004 02:37:51 -0000 Received: (qmail 21502 invoked by uid 500); 14 Jan 2004 02:37:24 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 21490 invoked by uid 500); 14 Jan 2004 02:37:24 -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: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 21478 invoked from network); 14 Jan 2004 02:37:24 -0000 Message-ID: <20040114023732.23582.qmail@web80402.mail.yahoo.com> Date: Tue, 13 Jan 2004 18:37:32 -0800 (PST) From: Shantanu Sen Subject: Re: Problem with multiple parameters To: axis-user@ws.apache.org In-Reply-To: <6122A5BEF25CD2119CEC00105A46D93446ECE7@wolf> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Are you using the rpc-encoded or doc-lit? If you used doc-lit, you may need to use the wrapped style option. Shantanu Sen --- Ros�n_H�kan wrote: > Hi, > I have written an interface : > public interface Myervice { > public boolean logonTest(String username, String > pword ); > } > and generated classes via java2wsdl and deployed the > service. > Then I wrote a client that passes a > username/password to the service. > My problem is that the second parameter 'pword' is > empty (but not the > first). > > cheers > - H�kan - >