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