How to turn off SecureConversationToken in WCF web service
问题 I have a WCF web service with WS-* security and I need to write a Java client for it using WSS4J API. But, as it turns out WSS4J does not support the <SecurityContextToken> and <DerivedKeyToken> tags, which are specific to WS-SecureConversation. is there a way to turn it off via code or better, via web.config? UPDATE: Service definition: <service name="my.service" behaviorConfiguration="SecureTransport"> <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />