Return-Path: X-Original-To: apmail-cxf-users-archive@www.apache.org Delivered-To: apmail-cxf-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 132DC115A0 for ; Mon, 11 Aug 2014 20:52:20 +0000 (UTC) Received: (qmail 69126 invoked by uid 500); 11 Aug 2014 20:52:19 -0000 Delivered-To: apmail-cxf-users-archive@cxf.apache.org Received: (qmail 69048 invoked by uid 500); 11 Aug 2014 20:52:19 -0000 Mailing-List: contact users-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@cxf.apache.org Delivered-To: mailing list users@cxf.apache.org Received: (qmail 69033 invoked by uid 99); 11 Aug 2014 20:52:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Aug 2014 20:52:19 +0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of exposito@gmail.com does not designate 216.139.250.139 as permitted sender) Received: from [216.139.250.139] (HELO joe.nabble.com) (216.139.250.139) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Aug 2014 20:52:14 +0000 Received: from sam.nabble.com ([192.168.236.26]) by joe.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1XGwYy-0007dy-Vd for users@cxf.apache.org; Mon, 11 Aug 2014 13:51:28 -0700 Date: Mon, 11 Aug 2014 13:51:13 -0700 (PDT) From: Freddy Exposito To: users@cxf.apache.org Message-ID: <1407790273957-5747626.post@n5.nabble.com> Subject: WS-SecureConversation not working with .NET client MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, I have a .NET client trying to do WS-SecureConversation against a CXF Service and it is not working. It was working fine until this commit 8c40b37ab7fd41482ea4f1e42b4993703ee6be29 where the SecureConversationInInterceptor was moved from PRE_PROTOCOL to PRE_STREAM phase. What is failing for me now is that the SecureConversationInInterceptor is not able to get the addressing properties JAXWSAConstants.SERVER_ADDRESSING_PROPERTIES_INBOUND required to 'get' the SoapAction when dealing with "//MS/WCF". What I believe is happening is that this properties is set in the ContextUtils.storeMaps() ( exec ContextUtils.getMAPProperty() ) method invoked from the MAPCodec interceptor but this interceptor is still in PRE_PROTOCOL phase, so now it is not being triggered before the SecureConversationInInterceptor which is now in PRE_STREAM. Is it something wrong with .NET integration in CXF or I am missing something in the configuration? Thanks, Freddy -- View this message in context: http://cxf.547215.n5.nabble.com/WS-SecureConversation-not-working-with-NET-client-tp5747626.html Sent from the cxf-user mailing list archive at Nabble.com.