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 <[EMAIL PROTECTED]> 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 -
>  

Reply via email to