Hi, I have a secure web service exposed using xfire and wss4j. Some of the clients are using xfire and some are from Microsoft . net either ASP.net, VB.net or C#.
Service security works fine for xfire client. But it has a problem while there is a call from .net clients saying that action mismatch, as .net client passes the TimeStamp and its being rejected by WSHandler.checkReceiverResults(). So I have added the WSConstants.TS is a pass list (which has already WSConstants.SC and WSConstants.BST) and it works fine for both xfire client and .net client. I have searched forum and found some threads regarding it like: http://www.nabble.com/Fwd:-"action-mismatch"-and-WSConstants.SC-meaning---td11356763.html#a11696350<http://www.nabble.com/Fwd:-%22action-mismatch%22-and-WSConstants.SC-meaning---td11356763.html#a11696350> but, it doesn't says that its secure or not. And if yes, then I am curious about why its not in code? I thought I will get some feedback from community. Thanks in advance. Bakul Kumar.
