Hey Daniel, This makes sense as the actual details (thumbprint) looks correct.
I don't actually see this "state" value in the response, is it encrypted or something? Anyway, could you provide some more insite as to the changes I need to be making? Thanks, Daniel Quiroz wrote: > > I had a problem similar to this. When we debugged the code, it turn out > to be that the WCF service searches for the alias based on the > Distinguished Name passed. One of the fields in this is the state. WCF > will look for state in the string as 'S' while the request sent from > WSS4J denotes state as 'ST'. So you have to modify the code to handle > this difference or do not send the entire DN with the request. > -- View this message in context: http://www.nabble.com/WCF-Interop-issue-for-UsernameForCertificate-tp22614639p23420088.html Sent from the WSS4J mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
