In the UsernameToken code there is a check to see what type the Password is, but if there is no password the type.equals() check will toss an exception since there is no type to check against. Just want to check to see if this should be wrapped in an if statement first to make sure either the elementPassword is not null or the type attribute is not null before the .equals() is evaluated for the case where a Password is not supplied.
-- Steve Brunton <[EMAIL PROTECTED]> Phone: 404-885-2436 Chief Engineer AOL IM : schitzo42 CNN Internet Technologies ICBM: 84W 23' 45" 33N 45' 29"
