call.setProperty(WSConstants.PASSWORD_TYPE_ATTR, WSConstants.PASSWORD_TEXT);
Should be ..call.setProperty(WSHandlerConstants.PASSWORD_TYPE, WSContants.PASSWORD_DIGEST);
- I get a digested password.. How can I specify a clear text password (I didn't set up the server side service..)?
-- Ashok Shah
