Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AA8BC17F44 for ; Mon, 28 Sep 2015 14:35:05 +0000 (UTC) Received: (qmail 65570 invoked by uid 500); 28 Sep 2015 14:35:05 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 65540 invoked by uid 500); 28 Sep 2015 14:35:05 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 65528 invoked by uid 99); 28 Sep 2015 14:35:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Sep 2015 14:35:05 +0000 Date: Mon, 28 Sep 2015 14:35:05 +0000 (UTC) From: "Sebastian krupa (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CXF-6613) java.lang.NoSuchFieldError: REFLECTION in CFX 3.1.4-SNAPSHOT MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CXF-6613?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D149333= 72#comment-14933372 ]=20 Sebastian krupa commented on CXF-6613: -------------------------------------- And output from working example (you can see here wwhat kind of WS-Security= is used) *version 3.0.0-SNAPSHOT* {noformat} 2015-09-28 16:33:18 DEBUG LogUtils - Using org.apache.cxf.common.logging.Lo= g4jLogger for logging. 2015-09-28 16:33:18 DEBUG DynamicClientFactory - Creating client from WSDL = https://localhost:1081/?WSDL 2015-09-28 16:33:18 DEBUG DefaultResourceManager - resolving resource type 2015-09-28 16:33:18 DEBUG DefaultResourceManager - resolving resource type 2015-09-28 16:33:18 DEBUG HTTPConduit - Conduit '{http://cxf.apache.org}Tra= nsportURIResolver.http-conduit' has been (re)configured for plain http. 2015-09-28 16:33:18 DEBUG HTTPConduit - No Trust Decider configured for Con= duit '{http://cxf.apache.org}TransportURIResolver.http-conduit' 2015-09-28 16:33:18 DEBUG HTTPConduit - No Auth Supplier configured for Con= duit '{http://cxf.apache.org}TransportURIResolver.http-conduit' 2015-09-28 16:33:18 DEBUG HTTPConduit - Conduit '{http://cxf.apache.org}Tra= nsportURIResolver.http-conduit' has been configured for plain http. 2015-09-28 16:33:18 DEBUG HTTPConduit - registering incoming observer: org.= apache.cxf.transport.TransportURIResolver$1@2b4ef62f 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The cipher suites hav= e not been configured, falling back to cipher suite filters. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The cipher suite filt= ers have not been configured, falling back to default filters. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - Ciphersuite include f= ilter: .* 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - Ciphersuite include f= ilter: .*_NULL_.* 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - Ciphersuite include f= ilter: .*_anon_.* 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_ECDSA_W= ITH_AES_128_CBC_SHA256 cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_RSA_WIT= H_AES_128_CBC_SHA256 cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_RSA_WITH_AES_= 128_CBC_SHA256 cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDH_ECDSA_WI= TH_AES_128_CBC_SHA256 cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDH_RSA_WITH= _AES_128_CBC_SHA256 cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_DHE_RSA_WITH_= AES_128_CBC_SHA256 cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_DHE_DSS_WITH_= AES_128_CBC_SHA256 cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_ECDSA_W= ITH_AES_128_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_RSA_WIT= H_AES_128_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_RSA_WITH_AES_= 128_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDH_ECDSA_WI= TH_AES_128_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDH_RSA_WITH= _AES_128_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_DHE_RSA_WITH_= AES_128_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_DHE_DSS_WITH_= AES_128_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_ECDSA_W= ITH_3DES_EDE_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_RSA_WIT= H_3DES_EDE_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_RSA_WITH_3DES= _EDE_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDH_ECDSA_WI= TH_3DES_EDE_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDH_RSA_WITH= _3DES_EDE_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_DHE_RSA_WITH_= 3DES_EDE_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_DHE_DSS_WITH_= 3DES_EDE_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_EMPTY_RENEGOT= IATION_INFO_SCSV cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_DH_anon_WITH_= AES_128_CBC_SHA256 cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDH_anon_WIT= H_AES_128_CBC_SHA cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_DH_anon_WITH_= AES_128_CBC_SHA cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDH_anon_WIT= H_3DES_EDE_CBC_SHA cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_DH_anon_WITH_= 3DES_EDE_CBC_SHA cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_ECDSA_W= ITH_RC4_128_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_RSA_WIT= H_RC4_128_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_RSA_WITH_RC4_= 128_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDH_ECDSA_WI= TH_RC4_128_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDH_RSA_WITH= _RC4_128_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_RSA_WITH_RC4_= 128_MD5 cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDH_anon_WIT= H_RC4_128_SHA cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_DH_anon_WITH_= RC4_128_MD5 cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_RSA_WITH_DES_= CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_DHE_RSA_WITH_= DES_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_DHE_DSS_WITH_= DES_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_DH_anon_WITH_= DES_CBC_SHA cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_RSA_EXPORT_WI= TH_RC4_40_MD5 cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_DH_anon_EXPOR= T_WITH_RC4_40_MD5 cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_RSA_EXPORT_WI= TH_DES40_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_DHE_RSA_EXPOR= T_WITH_DES40_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_DHE_DSS_EXPOR= T_WITH_DES40_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_DH_anon_EXPOR= T_WITH_DES40_CBC_SHA cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_RSA_WITH_NULL= _SHA256 cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_ECDSA_W= ITH_NULL_SHA cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_RSA_WIT= H_NULL_SHA cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_RSA_WITH_NULL= _SHA cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDH_ECDSA_WI= TH_NULL_SHA cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDH_RSA_WITH= _NULL_SHA cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDH_anon_WIT= H_NULL_SHA cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_RSA_WITH_NULL= _MD5 cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_KRB5_WITH_3DE= S_EDE_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_KRB5_WITH_3DE= S_EDE_CBC_MD5 cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_KRB5_WITH_RC4= _128_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_KRB5_WITH_RC4= _128_MD5 cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_KRB5_WITH_DES= _CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_KRB5_WITH_DES= _CBC_MD5 cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_KRB5_EXPORT_W= ITH_DES_CBC_40_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_KRB5_EXPORT_W= ITH_DES_CBC_40_MD5 cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_KRB5_EXPORT_W= ITH_RC4_40_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_KRB5_EXPORT_W= ITH_RC4_40_MD5 cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The enabled cipher su= ites have been filtered down to [TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, T= LS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_= ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, T= LS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TL= S_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS= _RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RS= A_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_= AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA, TLS_ECDHE_RSA_WITH_= 3DES_EDE_CBC_SHA, SSL_RSA_WITH_3DES_EDE_CBC_SHA, TLS_ECDH_ECDSA_WITH_3DES_E= DE_CBC_SHA, TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_RSA_WITH_3DES_EDE_C= BC_SHA, SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCS= V, TLS_ECDHE_ECDSA_WITH_RC4_128_SHA, TLS_ECDHE_RSA_WITH_RC4_128_SHA, SSL_RS= A_WITH_RC4_128_SHA, TLS_ECDH_ECDSA_WITH_RC4_128_SHA, TLS_ECDH_RSA_WITH_RC4_= 128_SHA, SSL_RSA_WITH_RC4_128_MD5, SSL_RSA_WITH_DES_CBC_SHA, SSL_DHE_RSA_WI= TH_DES_CBC_SHA, SSL_DHE_DSS_WITH_DES_CBC_SHA, SSL_RSA_EXPORT_WITH_RC4_40_MD= 5, SSL_RSA_EXPORT_WITH_DES40_CBC_SHA, SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA= , SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA, TLS_KRB5_WITH_3DES_EDE_CBC_SHA, TL= S_KRB5_WITH_3DES_EDE_CBC_MD5, TLS_KRB5_WITH_RC4_128_SHA, TLS_KRB5_WITH_RC4_= 128_MD5, TLS_KRB5_WITH_DES_CBC_SHA, TLS_KRB5_WITH_DES_CBC_MD5, TLS_KRB5_EXP= ORT_WITH_DES_CBC_40_SHA, TLS_KRB5_EXPORT_WITH_DES_CBC_40_MD5, TLS_KRB5_EXPO= RT_WITH_RC4_40_SHA, TLS_KRB5_EXPORT_WITH_RC4_40_MD5]. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The excluded cipher s= uites have been filtered down to [TLS_DH_anon_WITH_AES_128_CBC_SHA256, TLS_= ECDH_anon_WITH_AES_128_CBC_SHA, TLS_DH_anon_WITH_AES_128_CBC_SHA, TLS_ECDH_= anon_WITH_3DES_EDE_CBC_SHA, SSL_DH_anon_WITH_3DES_EDE_CBC_SHA, TLS_ECDH_ano= n_WITH_RC4_128_SHA, SSL_DH_anon_WITH_RC4_128_MD5, SSL_DH_anon_WITH_DES_CBC_= SHA, SSL_DH_anon_EXPORT_WITH_RC4_40_MD5, SSL_DH_anon_EXPORT_WITH_DES40_CBC_= SHA, TLS_RSA_WITH_NULL_SHA256, TLS_ECDHE_ECDSA_WITH_NULL_SHA, TLS_ECDHE_RSA= _WITH_NULL_SHA, SSL_RSA_WITH_NULL_SHA, TLS_ECDH_ECDSA_WITH_NULL_SHA, TLS_EC= DH_RSA_WITH_NULL_SHA, TLS_ECDH_anon_WITH_NULL_SHA, SSL_RSA_WITH_NULL_MD5]. = =20 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The cipher suites hav= e been set to TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_A= ES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES= _128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES= _128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_= AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_C= BC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_= SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TL= S_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA, TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA, S= SL_RSA_WITH_3DES_EDE_CBC_SHA, TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA, TLS_ECD= H_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_DSS= _WITH_3DES_EDE_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCSV, TLS_ECDHE_ECDSA_= WITH_RC4_128_SHA, TLS_ECDHE_RSA_WITH_RC4_128_SHA, SSL_RSA_WITH_RC4_128_SHA,= TLS_ECDH_ECDSA_WITH_RC4_128_SHA, TLS_ECDH_RSA_WITH_RC4_128_SHA, SSL_RSA_WI= TH_RC4_128_MD5, SSL_RSA_WITH_DES_CBC_SHA, SSL_DHE_RSA_WITH_DES_CBC_SHA, SSL= _DHE_DSS_WITH_DES_CBC_SHA, SSL_RSA_EXPORT_WITH_RC4_40_MD5, SSL_RSA_EXPORT_W= ITH_DES40_CBC_SHA, SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA, SSL_DHE_DSS_EXPOR= T_WITH_DES40_CBC_SHA, TLS_KRB5_WITH_3DES_EDE_CBC_SHA, TLS_KRB5_WITH_3DES_ED= E_CBC_MD5, TLS_KRB5_WITH_RC4_128_SHA, TLS_KRB5_WITH_RC4_128_MD5, TLS_KRB5_W= ITH_DES_CBC_SHA, TLS_KRB5_WITH_DES_CBC_MD5, TLS_KRB5_EXPORT_WITH_DES_CBC_40= _SHA, TLS_KRB5_EXPORT_WITH_DES_CBC_40_MD5, TLS_KRB5_EXPORT_WITH_RC4_40_SHA,= TLS_KRB5_EXPORT_WITH_RC4_40_MD5. =20 2015-09-28 16:33:19 DEBUG Headers - Accept: */* 2015-09-28 16:33:19 DEBUG HTTPConduit - No Trust Decider for Conduit '{http= ://cxf.apache.org}TransportURIResolver.http-conduit'. An afirmative Trust D= ecision is assumed. 2015-09-28 16:33:19 WARN StaxUtils - Could not create a secure Stax XMLInp= utFactory. Found class com.ctc.wstx.stax.WstxInputFactory. Suggest Woodst= ox 4.2.0 or newer. 2015-09-28 16:33:19 DEBUG HTTPConduit - Conduit '{http://cxf.apache.org}Tra= nsportURIResolver.http-conduit' has been (re)configured for plain http. 2015-09-28 16:33:19 DEBUG HTTPConduit - No Trust Decider configured for Con= duit '{http://cxf.apache.org}TransportURIResolver.http-conduit' 2015-09-28 16:33:19 DEBUG HTTPConduit - No Auth Supplier configured for Con= duit '{http://cxf.apache.org}TransportURIResolver.http-conduit' 2015-09-28 16:33:19 DEBUG HTTPConduit - Conduit '{http://cxf.apache.org}Tra= nsportURIResolver.http-conduit' has been configured for plain http. 2015-09-28 16:33:19 DEBUG HTTPConduit - registering incoming observer: org.= apache.cxf.transport.TransportURIResolver$1@73ce8065 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The cipher suites hav= e not been configured, falling back to cipher suite filters. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The cipher suite filt= ers have not been configured, falling back to default filters. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - Ciphersuite include f= ilter: .* 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - Ciphersuite include f= ilter: .*_NULL_.* 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - Ciphersuite include f= ilter: .*_anon_.* 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_ECDSA_W= ITH_AES_128_CBC_SHA256 cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_RSA_WIT= H_AES_128_CBC_SHA256 cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_RSA_WITH_AES_= 128_CBC_SHA256 cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDH_ECDSA_WI= TH_AES_128_CBC_SHA256 cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDH_RSA_WITH= _AES_128_CBC_SHA256 cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_DHE_RSA_WITH_= AES_128_CBC_SHA256 cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_DHE_DSS_WITH_= AES_128_CBC_SHA256 cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_ECDSA_W= ITH_AES_128_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_RSA_WIT= H_AES_128_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_RSA_WITH_AES_= 128_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDH_ECDSA_WI= TH_AES_128_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDH_RSA_WITH= _AES_128_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_DHE_RSA_WITH_= AES_128_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_DHE_DSS_WITH_= AES_128_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_ECDSA_W= ITH_3DES_EDE_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_RSA_WIT= H_3DES_EDE_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_RSA_WITH_3DES= _EDE_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDH_ECDSA_WI= TH_3DES_EDE_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDH_RSA_WITH= _3DES_EDE_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_DHE_RSA_WITH_= 3DES_EDE_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_DHE_DSS_WITH_= 3DES_EDE_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_EMPTY_RENEGOT= IATION_INFO_SCSV cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_DH_anon_WITH_= AES_128_CBC_SHA256 cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDH_anon_WIT= H_AES_128_CBC_SHA cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_DH_anon_WITH_= AES_128_CBC_SHA cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDH_anon_WIT= H_3DES_EDE_CBC_SHA cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_DH_anon_WITH_= 3DES_EDE_CBC_SHA cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_ECDSA_W= ITH_RC4_128_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_RSA_WIT= H_RC4_128_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_RSA_WITH_RC4_= 128_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDH_ECDSA_WI= TH_RC4_128_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDH_RSA_WITH= _RC4_128_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_RSA_WITH_RC4_= 128_MD5 cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDH_anon_WIT= H_RC4_128_SHA cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_DH_anon_WITH_= RC4_128_MD5 cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_RSA_WITH_DES_= CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_DHE_RSA_WITH_= DES_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_DHE_DSS_WITH_= DES_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_DH_anon_WITH_= DES_CBC_SHA cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_RSA_EXPORT_WI= TH_RC4_40_MD5 cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_DH_anon_EXPOR= T_WITH_RC4_40_MD5 cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_RSA_EXPORT_WI= TH_DES40_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_DHE_RSA_EXPOR= T_WITH_DES40_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_DHE_DSS_EXPOR= T_WITH_DES40_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_DH_anon_EXPOR= T_WITH_DES40_CBC_SHA cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_RSA_WITH_NULL= _SHA256 cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_ECDSA_W= ITH_NULL_SHA cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_RSA_WIT= H_NULL_SHA cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_RSA_WITH_NULL= _SHA cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDH_ECDSA_WI= TH_NULL_SHA cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDH_RSA_WITH= _NULL_SHA cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDH_anon_WIT= H_NULL_SHA cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_RSA_WITH_NULL= _MD5 cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_KRB5_WITH_3DE= S_EDE_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_KRB5_WITH_3DE= S_EDE_CBC_MD5 cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_KRB5_WITH_RC4= _128_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_KRB5_WITH_RC4= _128_MD5 cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_KRB5_WITH_DES= _CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_KRB5_WITH_DES= _CBC_MD5 cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_KRB5_EXPORT_W= ITH_DES_CBC_40_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_KRB5_EXPORT_W= ITH_DES_CBC_40_MD5 cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_KRB5_EXPORT_W= ITH_RC4_40_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_KRB5_EXPORT_W= ITH_RC4_40_MD5 cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The enabled cipher su= ites have been filtered down to [TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, T= LS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_= ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, T= LS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TL= S_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS= _RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RS= A_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_= AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA, TLS_ECDHE_RSA_WITH_= 3DES_EDE_CBC_SHA, SSL_RSA_WITH_3DES_EDE_CBC_SHA, TLS_ECDH_ECDSA_WITH_3DES_E= DE_CBC_SHA, TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_RSA_WITH_3DES_EDE_C= BC_SHA, SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCS= V, TLS_ECDHE_ECDSA_WITH_RC4_128_SHA, TLS_ECDHE_RSA_WITH_RC4_128_SHA, SSL_RS= A_WITH_RC4_128_SHA, TLS_ECDH_ECDSA_WITH_RC4_128_SHA, TLS_ECDH_RSA_WITH_RC4_= 128_SHA, SSL_RSA_WITH_RC4_128_MD5, SSL_RSA_WITH_DES_CBC_SHA, SSL_DHE_RSA_WI= TH_DES_CBC_SHA, SSL_DHE_DSS_WITH_DES_CBC_SHA, SSL_RSA_EXPORT_WITH_RC4_40_MD= 5, SSL_RSA_EXPORT_WITH_DES40_CBC_SHA, SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA= , SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA, TLS_KRB5_WITH_3DES_EDE_CBC_SHA, TL= S_KRB5_WITH_3DES_EDE_CBC_MD5, TLS_KRB5_WITH_RC4_128_SHA, TLS_KRB5_WITH_RC4_= 128_MD5, TLS_KRB5_WITH_DES_CBC_SHA, TLS_KRB5_WITH_DES_CBC_MD5, TLS_KRB5_EXP= ORT_WITH_DES_CBC_40_SHA, TLS_KRB5_EXPORT_WITH_DES_CBC_40_MD5, TLS_KRB5_EXPO= RT_WITH_RC4_40_SHA, TLS_KRB5_EXPORT_WITH_RC4_40_MD5]. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The excluded cipher s= uites have been filtered down to [TLS_DH_anon_WITH_AES_128_CBC_SHA256, TLS_= ECDH_anon_WITH_AES_128_CBC_SHA, TLS_DH_anon_WITH_AES_128_CBC_SHA, TLS_ECDH_= anon_WITH_3DES_EDE_CBC_SHA, SSL_DH_anon_WITH_3DES_EDE_CBC_SHA, TLS_ECDH_ano= n_WITH_RC4_128_SHA, SSL_DH_anon_WITH_RC4_128_MD5, SSL_DH_anon_WITH_DES_CBC_= SHA, SSL_DH_anon_EXPORT_WITH_RC4_40_MD5, SSL_DH_anon_EXPORT_WITH_DES40_CBC_= SHA, TLS_RSA_WITH_NULL_SHA256, TLS_ECDHE_ECDSA_WITH_NULL_SHA, TLS_ECDHE_RSA= _WITH_NULL_SHA, SSL_RSA_WITH_NULL_SHA, TLS_ECDH_ECDSA_WITH_NULL_SHA, TLS_EC= DH_RSA_WITH_NULL_SHA, TLS_ECDH_anon_WITH_NULL_SHA, SSL_RSA_WITH_NULL_MD5]. = =20 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The cipher suites hav= e been set to TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_A= ES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES= _128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES= _128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_= AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_C= BC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_= SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TL= S_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA, TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA, S= SL_RSA_WITH_3DES_EDE_CBC_SHA, TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA, TLS_ECD= H_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_DSS= _WITH_3DES_EDE_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCSV, TLS_ECDHE_ECDSA_= WITH_RC4_128_SHA, TLS_ECDHE_RSA_WITH_RC4_128_SHA, SSL_RSA_WITH_RC4_128_SHA,= TLS_ECDH_ECDSA_WITH_RC4_128_SHA, TLS_ECDH_RSA_WITH_RC4_128_SHA, SSL_RSA_WI= TH_RC4_128_MD5, SSL_RSA_WITH_DES_CBC_SHA, SSL_DHE_RSA_WITH_DES_CBC_SHA, SSL= _DHE_DSS_WITH_DES_CBC_SHA, SSL_RSA_EXPORT_WITH_RC4_40_MD5, SSL_RSA_EXPORT_W= ITH_DES40_CBC_SHA, SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA, SSL_DHE_DSS_EXPOR= T_WITH_DES40_CBC_SHA, TLS_KRB5_WITH_3DES_EDE_CBC_SHA, TLS_KRB5_WITH_3DES_ED= E_CBC_MD5, TLS_KRB5_WITH_RC4_128_SHA, TLS_KRB5_WITH_RC4_128_MD5, TLS_KRB5_W= ITH_DES_CBC_SHA, TLS_KRB5_WITH_DES_CBC_MD5, TLS_KRB5_EXPORT_WITH_DES_CBC_40= _SHA, TLS_KRB5_EXPORT_WITH_DES_CBC_40_MD5, TLS_KRB5_EXPORT_WITH_RC4_40_SHA,= TLS_KRB5_EXPORT_WITH_RC4_40_MD5. =20 2015-09-28 16:33:19 DEBUG Headers - Accept: */* 2015-09-28 16:33:19 DEBUG HTTPConduit - No Trust Decider for Conduit '{http= ://cxf.apache.org}TransportURIResolver.http-conduit'. An afirmative Trust D= ecision is assumed. 2015-09-28 16:33:19 DEBUG HTTPConduit - Conduit '{http://cxf.apache.org}Tra= nsportURIResolver.http-conduit' has been (re)configured for plain http. 2015-09-28 16:33:19 DEBUG HTTPConduit - No Trust Decider configured for Con= duit '{http://cxf.apache.org}TransportURIResolver.http-conduit' 2015-09-28 16:33:19 DEBUG HTTPConduit - No Auth Supplier configured for Con= duit '{http://cxf.apache.org}TransportURIResolver.http-conduit' 2015-09-28 16:33:19 DEBUG HTTPConduit - Conduit '{http://cxf.apache.org}Tra= nsportURIResolver.http-conduit' has been configured for plain http. 2015-09-28 16:33:19 DEBUG HTTPConduit - registering incoming observer: org.= apache.cxf.transport.TransportURIResolver$1@31932672 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The cipher suites hav= e not been configured, falling back to cipher suite filters. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The cipher suite filt= ers have not been configured, falling back to default filters. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - Ciphersuite include f= ilter: .* 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - Ciphersuite include f= ilter: .*_NULL_.* 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - Ciphersuite include f= ilter: .*_anon_.* 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_ECDSA_W= ITH_AES_128_CBC_SHA256 cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_RSA_WIT= H_AES_128_CBC_SHA256 cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_RSA_WITH_AES_= 128_CBC_SHA256 cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDH_ECDSA_WI= TH_AES_128_CBC_SHA256 cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDH_RSA_WITH= _AES_128_CBC_SHA256 cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_DHE_RSA_WITH_= AES_128_CBC_SHA256 cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_DHE_DSS_WITH_= AES_128_CBC_SHA256 cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_ECDSA_W= ITH_AES_128_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_RSA_WIT= H_AES_128_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_RSA_WITH_AES_= 128_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDH_ECDSA_WI= TH_AES_128_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDH_RSA_WITH= _AES_128_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_DHE_RSA_WITH_= AES_128_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_DHE_DSS_WITH_= AES_128_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_ECDSA_W= ITH_3DES_EDE_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_RSA_WIT= H_3DES_EDE_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_RSA_WITH_3DES= _EDE_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDH_ECDSA_WI= TH_3DES_EDE_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDH_RSA_WITH= _3DES_EDE_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_DHE_RSA_WITH_= 3DES_EDE_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_DHE_DSS_WITH_= 3DES_EDE_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_EMPTY_RENEGOT= IATION_INFO_SCSV cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_DH_anon_WITH_= AES_128_CBC_SHA256 cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDH_anon_WIT= H_AES_128_CBC_SHA cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_DH_anon_WITH_= AES_128_CBC_SHA cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDH_anon_WIT= H_3DES_EDE_CBC_SHA cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_DH_anon_WITH_= 3DES_EDE_CBC_SHA cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_ECDSA_W= ITH_RC4_128_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_RSA_WIT= H_RC4_128_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_RSA_WITH_RC4_= 128_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDH_ECDSA_WI= TH_RC4_128_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDH_RSA_WITH= _RC4_128_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_RSA_WITH_RC4_= 128_MD5 cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDH_anon_WIT= H_RC4_128_SHA cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_DH_anon_WITH_= RC4_128_MD5 cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_RSA_WITH_DES_= CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_DHE_RSA_WITH_= DES_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_DHE_DSS_WITH_= DES_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_DH_anon_WITH_= DES_CBC_SHA cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_RSA_EXPORT_WI= TH_RC4_40_MD5 cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_DH_anon_EXPOR= T_WITH_RC4_40_MD5 cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_RSA_EXPORT_WI= TH_DES40_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_DHE_RSA_EXPOR= T_WITH_DES40_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_DHE_DSS_EXPOR= T_WITH_DES40_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_DH_anon_EXPOR= T_WITH_DES40_CBC_SHA cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_RSA_WITH_NULL= _SHA256 cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_ECDSA_W= ITH_NULL_SHA cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_RSA_WIT= H_NULL_SHA cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_RSA_WITH_NULL= _SHA cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDH_ECDSA_WI= TH_NULL_SHA cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDH_RSA_WITH= _NULL_SHA cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDH_anon_WIT= H_NULL_SHA cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_RSA_WITH_NULL= _MD5 cipher suite is excluded by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_KRB5_WITH_3DE= S_EDE_CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_KRB5_WITH_3DE= S_EDE_CBC_MD5 cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_KRB5_WITH_RC4= _128_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_KRB5_WITH_RC4= _128_MD5 cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_KRB5_WITH_DES= _CBC_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_KRB5_WITH_DES= _CBC_MD5 cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_KRB5_EXPORT_W= ITH_DES_CBC_40_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_KRB5_EXPORT_W= ITH_DES_CBC_40_MD5 cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_KRB5_EXPORT_W= ITH_RC4_40_SHA cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_KRB5_EXPORT_W= ITH_RC4_40_MD5 cipher suite is included by the filter. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The enabled cipher su= ites have been filtered down to [TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, T= LS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_= ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, T= LS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TL= S_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS= _RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RS= A_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_= AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA, TLS_ECDHE_RSA_WITH_= 3DES_EDE_CBC_SHA, SSL_RSA_WITH_3DES_EDE_CBC_SHA, TLS_ECDH_ECDSA_WITH_3DES_E= DE_CBC_SHA, TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_RSA_WITH_3DES_EDE_C= BC_SHA, SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCS= V, TLS_ECDHE_ECDSA_WITH_RC4_128_SHA, TLS_ECDHE_RSA_WITH_RC4_128_SHA, SSL_RS= A_WITH_RC4_128_SHA, TLS_ECDH_ECDSA_WITH_RC4_128_SHA, TLS_ECDH_RSA_WITH_RC4_= 128_SHA, SSL_RSA_WITH_RC4_128_MD5, SSL_RSA_WITH_DES_CBC_SHA, SSL_DHE_RSA_WI= TH_DES_CBC_SHA, SSL_DHE_DSS_WITH_DES_CBC_SHA, SSL_RSA_EXPORT_WITH_RC4_40_MD= 5, SSL_RSA_EXPORT_WITH_DES40_CBC_SHA, SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA= , SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA, TLS_KRB5_WITH_3DES_EDE_CBC_SHA, TL= S_KRB5_WITH_3DES_EDE_CBC_MD5, TLS_KRB5_WITH_RC4_128_SHA, TLS_KRB5_WITH_RC4_= 128_MD5, TLS_KRB5_WITH_DES_CBC_SHA, TLS_KRB5_WITH_DES_CBC_MD5, TLS_KRB5_EXP= ORT_WITH_DES_CBC_40_SHA, TLS_KRB5_EXPORT_WITH_DES_CBC_40_MD5, TLS_KRB5_EXPO= RT_WITH_RC4_40_SHA, TLS_KRB5_EXPORT_WITH_RC4_40_MD5]. 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The excluded cipher s= uites have been filtered down to [TLS_DH_anon_WITH_AES_128_CBC_SHA256, TLS_= ECDH_anon_WITH_AES_128_CBC_SHA, TLS_DH_anon_WITH_AES_128_CBC_SHA, TLS_ECDH_= anon_WITH_3DES_EDE_CBC_SHA, SSL_DH_anon_WITH_3DES_EDE_CBC_SHA, TLS_ECDH_ano= n_WITH_RC4_128_SHA, SSL_DH_anon_WITH_RC4_128_MD5, SSL_DH_anon_WITH_DES_CBC_= SHA, SSL_DH_anon_EXPORT_WITH_RC4_40_MD5, SSL_DH_anon_EXPORT_WITH_DES40_CBC_= SHA, TLS_RSA_WITH_NULL_SHA256, TLS_ECDHE_ECDSA_WITH_NULL_SHA, TLS_ECDHE_RSA= _WITH_NULL_SHA, SSL_RSA_WITH_NULL_SHA, TLS_ECDH_ECDSA_WITH_NULL_SHA, TLS_EC= DH_RSA_WITH_NULL_SHA, TLS_ECDH_anon_WITH_NULL_SHA, SSL_RSA_WITH_NULL_MD5]. = =20 2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The cipher suites hav= e been set to TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_A= ES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES= _128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES= _128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_= AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_C= BC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_= SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TL= S_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA, TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA, S= SL_RSA_WITH_3DES_EDE_CBC_SHA, TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA, TLS_ECD= H_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_DSS= _WITH_3DES_EDE_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCSV, TLS_ECDHE_ECDSA_= WITH_RC4_128_SHA, TLS_ECDHE_RSA_WITH_RC4_128_SHA, SSL_RSA_WITH_RC4_128_SHA,= TLS_ECDH_ECDSA_WITH_RC4_128_SHA, TLS_ECDH_RSA_WITH_RC4_128_SHA, SSL_RSA_WI= TH_RC4_128_MD5, SSL_RSA_WITH_DES_CBC_SHA, SSL_DHE_RSA_WITH_DES_CBC_SHA, SSL= _DHE_DSS_WITH_DES_CBC_SHA, SSL_RSA_EXPORT_WITH_RC4_40_MD5, SSL_RSA_EXPORT_W= ITH_DES40_CBC_SHA, SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA, SSL_DHE_DSS_EXPOR= T_WITH_DES40_CBC_SHA, TLS_KRB5_WITH_3DES_EDE_CBC_SHA, TLS_KRB5_WITH_3DES_ED= E_CBC_MD5, TLS_KRB5_WITH_RC4_128_SHA, TLS_KRB5_WITH_RC4_128_MD5, TLS_KRB5_W= ITH_DES_CBC_SHA, TLS_KRB5_WITH_DES_CBC_MD5, TLS_KRB5_EXPORT_WITH_DES_CBC_40= _SHA, TLS_KRB5_EXPORT_WITH_DES_CBC_40_MD5, TLS_KRB5_EXPORT_WITH_RC4_40_SHA,= TLS_KRB5_EXPORT_WITH_RC4_40_MD5. =20 2015-09-28 16:33:19 DEBUG Headers - Accept: */* 2015-09-28 16:33:19 DEBUG HTTPConduit - No Trust Decider for Conduit '{http= ://cxf.apache.org}TransportURIResolver.http-conduit'. An afirmative Trust D= ecision is assumed. 2015-09-28 16:33:19 DEBUG WSDLServiceBuilder - Operation {http://www.exampl= es.com/wsdl/HelloService.wsdl}sayHello cannot be unwrapped, input message m= ust reference global element declaration with same localname as operation 2015-09-28 16:33:19 INFO DynamicClientFactory - Created classes: com.examp= les.wsdl.helloservice.ObjectFactory, com.examples.wsdl.helloservice.StringA= ndIntComplexType, com.examples.wsdl.helloservice.StringComplexType 2015-09-28 16:33:21 DEBUG HTTPConduit - Conduit '{http://www.examples.com/w= sdl/HelloService.wsdl}Hello_Port.http-conduit' has been (re)configured for = plain http. 2015-09-28 16:33:21 DEBUG HTTPConduit - No Trust Decider configured for Con= duit '{http://www.examples.com/wsdl/HelloService.wsdl}Hello_Port.http-condu= it' 2015-09-28 16:33:21 DEBUG HTTPConduit - No Auth Supplier configured for Con= duit '{http://www.examples.com/wsdl/HelloService.wsdl}Hello_Port.http-condu= it' 2015-09-28 16:33:21 DEBUG HTTPConduit - Conduit '{http://www.examples.com/w= sdl/HelloService.wsdl}Hello_Port.http-conduit' has been configured for plai= n http. 2015-09-28 16:33:21 DEBUG HTTPConduit - registering incoming observer: org.= apache.cxf.endpoint.ClientImpl@7071d556 2015-09-28 16:33:21 INFO LogUtil - [Logger][pl.nbp.osb.service.tester.util= s.TlsUtils] CXF SSL Engine Init w trakcie... 2015-09-28 16:33:21 DEBUG HTTPConduit - Conduit '{http://www.examples.com/w= sdl/HelloService.wsdl}Hello_Port.http-conduit' has been (re) configured for= TLS keyManagers nulltrustManagers nullsecureRandom null 2015-09-28 16:33:21 DEBUG ClientImpl - Invoke, operation info: [BindingOper= ationInfo: {http://www.examples.com/wsdl/HelloService.wsdl}sayHello], param= s: [com.examples.wsdl.helloservice.StringAndIntComplexType@1316f155] 2015-09-28 16:33:21 DEBUG ClientImpl - set requestContext to message be{org= .apache.cxf.headers.Header.list=3D[org.apache.cxf.headers.Header@63f672fe, = org.apache.cxf.headers.Header@48f7b4f7], org.apache.cxf.message.Message.END= POINT_ADDRESS=3Dhttps://localhost:1081/?WSDL} 2015-09-28 16:33:21 DEBUG ClientImpl - Interceptors contributed by bus: [] 2015-09-28 16:33:21 DEBUG ClientImpl - Interceptors contributed by client: = [pl.nbp.osb.service.interceptors.MsgInterceptor@64b9f908] 2015-09-28 16:33:21 DEBUG ClientImpl - Interceptors contributed by endpoint= : [org.apache.cxf.interceptor.MessageSenderInterceptor@6d8cafe1, org.apache= .cxf.jaxws.interceptors.SwAOutInterceptor@2f6f14f7, org.apache.cxf.jaxws.in= terceptors.WrapperClassOutInterceptor@25c97c75, org.apache.cxf.jaxws.interc= eptors.HolderOutInterceptor@4f09f8b4] 2015-09-28 16:33:21 DEBUG ClientImpl - Interceptors contributed by binding:= [org.apache.cxf.interceptor.AttachmentOutInterceptor@17a719f6, org.apache.= cxf.interceptor.StaxOutInterceptor@5b99719b, org.apache.cxf.binding.soap.in= terceptor.SoapHeaderOutFilterInterceptor@36f1a618, org.apache.cxf.wsdl.inte= rceptors.BareOutInterceptor@32cf8dd6, org.apache.cxf.binding.soap.intercept= or.SoapPreProtocolOutInterceptor@5868f6a9, org.apache.cxf.binding.soap.inte= rceptor.SoapOutInterceptor@5319fe97] 2015-09-28 16:33:21 DEBUG ClientImpl - Interceptors contributed by databind= ing: [] 2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Adding interceptor pl.nbp= .osb.service.interceptors.MsgInterceptor@64b9f908 to phase pre-stream 2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Adding interceptor org.ap= ache.cxf.interceptor.MessageSenderInterceptor@6d8cafe1 to phase prepare-sen= d 2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Adding interceptor org.ap= ache.cxf.jaxws.interceptors.SwAOutInterceptor@2f6f14f7 to phase pre-logical 2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Adding interceptor org.ap= ache.cxf.jaxws.interceptors.WrapperClassOutInterceptor@25c97c75 to phase pr= e-logical 2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Adding interceptor org.ap= ache.cxf.jaxws.interceptors.HolderOutInterceptor@4f09f8b4 to phase pre-logi= cal 2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Adding interceptor org.ap= ache.cxf.interceptor.AttachmentOutInterceptor@17a719f6 to phase pre-stream 2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Adding interceptor org.ap= ache.cxf.interceptor.StaxOutInterceptor@5b99719b to phase pre-stream 2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Adding interceptor org.ap= ache.cxf.binding.soap.interceptor.SoapHeaderOutFilterInterceptor@36f1a618 t= o phase pre-logical 2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Adding interceptor org.ap= ache.cxf.wsdl.interceptors.BareOutInterceptor@32cf8dd6 to phase marshal 2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Adding interceptor org.ap= ache.cxf.binding.soap.interceptor.SoapPreProtocolOutInterceptor@5868f6a9 to= phase post-logical 2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Adding interceptor org.ap= ache.cxf.binding.soap.interceptor.SoapOutInterceptor@5319fe97 to phase writ= e 2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Chain org.apache.cxf.phas= e.PhaseInterceptorChain@4f899ed4 was created. Current flow: pre-logical [HolderOutInterceptor, SwAOutInterceptor, WrapperClassOutInte= rceptor, SoapHeaderOutFilterInterceptor] post-logical [SoapPreProtocolOutInterceptor] prepare-send [MessageSenderInterceptor] pre-stream [MsgInterceptor, AttachmentOutInterceptor, StaxOutInterceptor] write [SoapOutInterceptor] marshal [BareOutInterceptor] 2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Invoking handleMessage on= interceptor org.apache.cxf.jaxws.interceptors.HolderOutInterceptor@4f09f8b= 4 2015-09-28 16:33:21 DEBUG HolderOutInterceptor - op: [OperationInfo: {http:= //www.examples.com/wsdl/HelloService.wsdl}sayHello] 2015-09-28 16:33:21 DEBUG HolderOutInterceptor - op.hasOutput(): true 2015-09-28 16:33:21 DEBUG HolderOutInterceptor - op.getOutput().size(): 1 2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Invoking handleMessage on= interceptor org.apache.cxf.jaxws.interceptors.SwAOutInterceptor@2f6f14f7 2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Invoking handleMessage on= interceptor org.apache.cxf.jaxws.interceptors.WrapperClassOutInterceptor@2= 5c97c75 2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Invoking handleMessage on= interceptor org.apache.cxf.binding.soap.interceptor.SoapHeaderOutFilterInt= erceptor@36f1a618 2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Invoking handleMessage on= interceptor org.apache.cxf.binding.soap.interceptor.SoapPreProtocolOutInte= rceptor@5868f6a9 2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Invoking handleMessage on= interceptor org.apache.cxf.interceptor.MessageSenderInterceptor@6d8cafe1 2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Adding interceptor org.ap= ache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingIntercepto= r@7f8ca927 to phase prepare-send-ending 2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Chain org.apache.cxf.phas= e.PhaseInterceptorChain@4f899ed4 was modified. Current flow: pre-logical [HolderOutInterceptor, SwAOutInterceptor, WrapperClassOutInte= rceptor, SoapHeaderOutFilterInterceptor] post-logical [SoapPreProtocolOutInterceptor] prepare-send [MessageSenderInterceptor] pre-stream [MsgInterceptor, AttachmentOutInterceptor, StaxOutInterceptor] write [SoapOutInterceptor] marshal [BareOutInterceptor] prepare-send-ending [MessageSenderEndingInterceptor] 2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Invoking handleMessage on= interceptor pl.nbp.osb.service.interceptors.MsgInterceptor@64b9f908 2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Invoking handleMessage on= interceptor org.apache.cxf.interceptor.AttachmentOutInterceptor@17a719f6 2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Invoking handleMessage on= interceptor org.apache.cxf.interceptor.StaxOutInterceptor@5b99719b 2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Adding interceptor org.ap= ache.cxf.interceptor.StaxOutEndingInterceptor@133c82f4 to phase pre-stream-= ending 2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Chain org.apache.cxf.phas= e.PhaseInterceptorChain@4f899ed4 was modified. Current flow: pre-logical [HolderOutInterceptor, SwAOutInterceptor, WrapperClassOutInte= rceptor, SoapHeaderOutFilterInterceptor] post-logical [SoapPreProtocolOutInterceptor] prepare-send [MessageSenderInterceptor] pre-stream [MsgInterceptor, AttachmentOutInterceptor, StaxOutInterceptor] write [SoapOutInterceptor] marshal [BareOutInterceptor] pre-stream-ending [StaxOutEndingInterceptor] prepare-send-ending [MessageSenderEndingInterceptor] 2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Invoking handleMessage on= interceptor org.apache.cxf.binding.soap.interceptor.SoapOutInterceptor@531= 9fe97 2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Adding interceptor org.ap= ache.cxf.binding.soap.interceptor.SoapOutInterceptor$SoapOutEndingIntercept= or@1af25560 to phase write-ending 2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Chain org.apache.cxf.phas= e.PhaseInterceptorChain@4f899ed4 was modified. Current flow: pre-logical [HolderOutInterceptor, SwAOutInterceptor, WrapperClassOutInte= rceptor, SoapHeaderOutFilterInterceptor] post-logical [SoapPreProtocolOutInterceptor] prepare-send [MessageSenderInterceptor] pre-stream [MsgInterceptor, AttachmentOutInterceptor, StaxOutInterceptor] write [SoapOutInterceptor] marshal [BareOutInterceptor] write-ending [SoapOutEndingInterceptor] pre-stream-ending [StaxOutEndingInterceptor] prepare-send-ending [MessageSenderEndingInterceptor] 2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Invoking handleMessage on= interceptor org.apache.cxf.wsdl.interceptors.BareOutInterceptor@32cf8dd6 2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Invoking handleMessage on= interceptor org.apache.cxf.binding.soap.interceptor.SoapOutInterceptor$Soa= pOutEndingInterceptor@1af25560 2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Invoking handleMessage on= interceptor org.apache.cxf.interceptor.StaxOutEndingInterceptor@133c82f4 2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Invoking handleMessage on= interceptor org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSen= derEndingInterceptor@7f8ca927 2015-09-28 16:33:21 INFO LogUtil - [Logger][pl.nbp.osb.service.interceptor= s.MsgInterceptor] Outbound message: true1Joe Schmoe1 2015-09-28 16:33:21 DEBUG Init - Registering default algorithms 2015-09-28 16:33:21 DEBUG WSSConfig - The provider ApacheXMLDSig - 1.53 was= added at position: 2 2015-09-28 16:33:21 DEBUG WSSConfig - The provider BC - 1.51 was added at p= osition: 2 2015-09-28 16:33:21 DEBUG WSSConfig - The provider STRTransform was added a= t position: 12 2015-09-28 16:33:21 DEBUG CryptoFactory - Using Crypto Engine [class org.ap= ache.ws.security.components.crypto.Merlin] 2015-09-28 16:33:21 DEBUG Loader - Trying to find [all.jks] using sun.misc.= Launcher$AppClassLoader@3cecfaea class loader. 2015-09-28 16:33:21 DEBUG Merlin - The KeyStore all.jks of type JKS has bee= n loaded 2015-09-28 16:33:21 DEBUG WSSecTimestamp - Begin add timestamp... 2015-09-28 16:33:21 DEBUG JCEMapper - Request for URI http://www.w3.org/200= 1/04/xmlenc#aes128-cbc 2015-09-28 16:33:21 DEBUG JCEMapper - Request for URI http://www.w3.org/200= 1/04/xmlenc#aes128-cbc 2015-09-28 16:33:21 DEBUG JCEMapper - Request for URI http://www.w3.org/200= 1/04/xmlenc#rsa-oaep-mgf1p 2015-09-28 16:33:21 DEBUG JCEMapper - Request for URI http://www.w3.org/200= 0/09/xmldsig#hmac-sha1 2015-09-28 16:33:21 DEBUG JCEMapper - Request for URI http://www.w3.org/200= 0/09/xmldsig#hmac-sha1 2015-09-28 16:33:21 DEBUG DOMReference - Marshalling Reference 2015-09-28 16:33:21 DEBUG DOMReference - Adding digestValueElem 2015-09-28 16:33:21 DEBUG DOMReference - Marshalling Reference 2015-09-28 16:33:21 DEBUG DOMReference - Adding digestValueElem 2015-09-28 16:33:21 DEBUG DOMReference - URIDereferencer class name: org.ap= ache.jcp.xml.dsig.internal.dom.DOMURIDereferencer 2015-09-28 16:33:21 DEBUG DOMReference - Data class name: org.apache.jcp.xm= l.dsig.internal.dom.ApacheNodeSetData 2015-09-28 16:33:21 DEBUG Transform - Create URI "http://www.w3.org/2001/10= /xml-exc-c14n#" class "class org.apache.xml.security.transforms.implementat= ions.TransformC14NExclusive" 2015-09-28 16:33:21 DEBUG Transform - The NodeList is [ds:Transform: null] 2015-09-28 16:33:21 DEBUG ElementProxy - setElement(ds:Transform, "null" 2015-09-28 16:33:21 DEBUG ApacheCanonicalizer - Created transform for algor= ithm: http://www.w3.org/2001/10/xml-exc-c14n# 2015-09-28 16:33:21 DEBUG ApacheCanonicalizer - ApacheData =3D true 2015-09-28 16:33:21 DEBUG ElementProxy - setElement("ec:InclusiveNamespaces= ", "null") 2015-09-28 16:33:21 DEBUG DigesterOutputStream - Pre-digested input: 2015-09-28 16:33:21 DEBUG DigesterOutputStream - 2015-09-28T14:33:21.408Z2015-09-28T14:38:21.408Z 2015-09-28 16:33:21 DEBUG DOMReference - Reference object uri =3D #TS-1 2015-09-28 16:33:21 DEBUG DOMReference - Reference digesting completed 2015-09-28 16:33:21 DEBUG DOMReference - URIDereferencer class name: org.ap= ache.jcp.xml.dsig.internal.dom.DOMURIDereferencer 2015-09-28 16:33:21 DEBUG DOMReference - Data class name: org.apache.jcp.xm= l.dsig.internal.dom.ApacheNodeSetData 2015-09-28 16:33:21 DEBUG Transform - Create URI "http://www.w3.org/2001/10= /xml-exc-c14n#" class "class org.apache.xml.security.transforms.implementat= ions.TransformC14NExclusive" 2015-09-28 16:33:21 DEBUG Transform - The NodeList is [ds:Transform: null] 2015-09-28 16:33:21 DEBUG ElementProxy - setElement(ds:Transform, "null" 2015-09-28 16:33:21 DEBUG ApacheCanonicalizer - Created transform for algor= ithm: http://www.w3.org/2001/10/xml-exc-c14n# 2015-09-28 16:33:21 DEBUG ApacheCanonicalizer - ApacheData =3D true 2015-09-28 16:33:21 DEBUG ElementProxy - setElement("ec:InclusiveNamespaces= ", "null") 2015-09-28 16:33:21 DEBUG DigesterOutputStream - Pre-digested input: 2015-09-28 16:33:21 DEBUG DigesterOutputStream - Joe Schmoe1 2015-09-28 16:33:21 DEBUG DOMReference - Reference object uri =3D #id-2 2015-09-28 16:33:21 DEBUG DOMReference - Reference digesting completed 2015-09-28 16:33:21 DEBUG Transform - Create URI "http://www.w3.org/2001/10= /xml-exc-c14n#" class "class org.apache.xml.security.transforms.implementat= ions.TransformC14NExclusive" 2015-09-28 16:33:21 DEBUG Transform - The NodeList is [ds:CanonicalizationM= ethod: null] 2015-09-28 16:33:21 DEBUG ElementProxy - setElement(ds:CanonicalizationMeth= od, "null" 2015-09-28 16:33:21 DEBUG ApacheCanonicalizer - Created transform for algor= ithm: http://www.w3.org/2001/10/xml-exc-c14n# 2015-09-28 16:33:21 DEBUG ApacheCanonicalizer - isNodeSet() =3D true 2015-09-28 16:33:21 DEBUG ElementProxy - setElement("ec:InclusiveNamespaces= ", "null") 2015-09-28 16:33:21 DEBUG DOMSignedInfo - Canonicalized SignedInfo: 2015-09-28 16:33:21 DEBUG DOMSignedInfo - j3EFXTwWZ5zOlAl3b9/iKDUfTPg=3D= KmGKo47NuoIgmv/x9JaCyGyjuTg=3D 2015-09-28 16:33:21 DEBUG DOMSignedInfo - Data to be signed/verified:PGRzOl= NpZ25lZEluZm8geG1sbnM6ZHM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvMDkveG1sZHNpZyMiI= HhtbG5zOnNvYXA9Imh0dHA6Ly9zY2hlbWFzLnhtbHNvYXAub3JnL3NvYXAvZW52ZWxvcGUvIj48= ZHM6Q2Fub25pY2FsaXphdGlvbk1ldGhvZCBBbGdvcml0aG09Imh0dHA6Ly93d3cudzMub3JnLzI= wMDEvMTAveG1sLWV4Yy1jMTRuIyI+PGVjOkluY2x1c2l2ZU5hbWVzcGFjZXMgeG1sbnM6ZWM9Im= h0dHA6Ly93d3cudzMub3JnLzIwMDEvMTAveG1sLWV4Yy1jMTRuIyIgUHJlZml4TGlzdD0ic29hc= CI+PC9lYzpJbmNsdXNpdmVOYW1lc3BhY2VzPjwvZHM6Q2Fub25pY2FsaXphdGlvbk1ldGhvZD48= ZHM6U2lnbmF0dXJlTWV0aG9kIEFsZ29yaXRobT0iaHR0cDovL3d3dy53My5vcmcvMjAwMC8wOS9= 4bWxkc2lnI2htYWMtc2hhMSI+PC9kczpTaWduYXR1cmVNZXRob2Q+PGRzOlJlZmVyZW5jZSBVUk= k9IiNUUy0xIj48ZHM6VHJhbnNmb3Jtcz48ZHM6VHJhbnNmb3JtIEFsZ29yaXRobT0iaHR0cDovL= 3d3dy53My5vcmcvMjAwMS8xMC94bWwtZXhjLWMxNG4jIj48ZWM6SW5jbHVzaXZlTmFtZXNwYWNl= cyB4bWxuczplYz0iaHR0cDovL3d3dy53My5vcmcvMjAwMS8xMC94bWwtZXhjLWMxNG4jIiBQcmV= maXhMaXN0PSJ3c3NlIHNvYXAiPjwvZWM6SW5jbHVzaXZlTmFtZXNwYWNlcz48L2RzOlRyYW5zZm= 9ybT48L2RzOlRyYW5zZm9ybXM+PGRzOkRpZ2VzdE1ldGhvZCBBbGdvcml0aG09Imh0dHA6Ly93d= 3cudzMub3JnLzIwMDAvMDkveG1sZHNpZyNzaGExIj48L2RzOkRpZ2VzdE1ldGhvZD48ZHM6RGln= ZXN0VmFsdWU+ajNFRlhUd1daNXpPbEFsM2I5L2lLRFVmVFBnPTwvZHM6RGlnZXN0VmFsdWU+PC9= kczpSZWZlcmVuY2U+PGRzOlJlZmVyZW5jZSBVUkk9IiNpZC0yIj48ZHM6VHJhbnNmb3Jtcz48ZH= M6VHJhbnNmb3JtIEFsZ29yaXRobT0iaHR0cDovL3d3dy53My5vcmcvMjAwMS8xMC94bWwtZXhjL= WMxNG4jIj48ZWM6SW5jbHVzaXZlTmFtZXNwYWNlcyB4bWxuczplYz0iaHR0cDovL3d3dy53My5v= cmcvMjAwMS8xMC94bWwtZXhjLWMxNG4jIiBQcmVmaXhMaXN0PSIiPjwvZWM6SW5jbHVzaXZlTmF= tZXNwYWNlcz48L2RzOlRyYW5zZm9ybT48L2RzOlRyYW5zZm9ybXM+PGRzOkRpZ2VzdE1ldGhvZC= BBbGdvcml0aG09Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvMDkveG1sZHNpZyNzaGExIj48L2RzO= kRpZ2VzdE1ldGhvZD48ZHM6RGlnZXN0VmFsdWU+S21HS280N051b0lnbXYveDlKYUN5R3lqdVRn= PTwvZHM6RGlnZXN0VmFsdWU+PC9kczpSZWZlcmVuY2U+PC9kczpTaWduZWRJbmZvPg=3D=3D 2015-09-28 16:33:21 DEBUG DOMReference - Marshalling Reference 2015-09-28 16:33:21 DEBUG DOMReference - Adding digestValueElem 2015-09-28 16:33:21 DEBUG DOMReference - Marshalling Reference 2015-09-28 16:33:21 DEBUG DOMReference - Adding digestValueElem 2015-09-28 16:33:21 DEBUG DOMReference - URIDereferencer class name: org.ap= ache.jcp.xml.dsig.internal.dom.DOMURIDereferencer 2015-09-28 16:33:21 DEBUG DOMReference - Data class name: org.apache.jcp.xm= l.dsig.internal.dom.ApacheNodeSetData 2015-09-28 16:33:21 DEBUG Transform - Create URI "http://www.w3.org/2001/10= /xml-exc-c14n#" class "class org.apache.xml.security.transforms.implementat= ions.TransformC14NExclusive" 2015-09-28 16:33:21 DEBUG Transform - The NodeList is [ds:Transform: null] 2015-09-28 16:33:21 DEBUG ElementProxy - setElement(ds:Transform, "null" 2015-09-28 16:33:21 DEBUG ApacheCanonicalizer - Created transform for algor= ithm: http://www.w3.org/2001/10/xml-exc-c14n# 2015-09-28 16:33:21 DEBUG ApacheCanonicalizer - ApacheData =3D true 2015-09-28 16:33:21 DEBUG ElementProxy - setElement("ec:InclusiveNamespaces= ", "null") 2015-09-28 16:33:21 DEBUG DigesterOutputStream - Pre-digested input: 2015-09-28 16:33:21 DEBUG DigesterOutputStream - MIIENDCCAxygA= wIBAgIDAxLCMA0GCSqGSIb3DQEBBQUAMHwxCzAJBgNVBAYTAlBMMREwDwYDVQQHEwhXYXJzemF3= YTEdMBsGA1UEChMUTmFyb2Rvd3kgQmFuayBQb2xza2kxKDAmBgNVBAsTH0NlbnRydW0gQ2VydHl= maWthY2ppIEtsdWN6eSBOQlAxETAPBgNVBAMTCENDSy1URVNUMB4XDTE0MDYwNDEwMzQxNloXDT= E2MDYwNDIzNTk1OVowgbQxCzAJBgNVBAYTAlBMMQwwCgYDVQQKEwNOQlAxFDASBgNVBAoTC1Vzb= HVnaSBJQklTMQwwCgYDVQQLEwNESVQxGzAZBgNVBAMTEm5iZXRlc3QuZXh0Lm5iZS5wbDEdMBsG= CSqGSIb3DQEJARYObmJldGVzdEBuYnAucGwxNzA1BgNVBAUTLlMtMS01LTIxLTI2MDUzNTYxMTQ= tMTY4NjY0OTkxNy0zMjU1MzIxMDYyLTQ0OTYwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAo= IBAQCcAYxs0ok+N5AH0AbinMEUCCc73IKbLfiBq4ogtIIaX9uj/YeKqaL0TCdpiC0d5lAcdDav5= xiCQ1fEtdh8/yRfBFGUF/heZRemO4oWyu0h4p78j7sDTAXWPnotWzkxG94Ru9PkcLRg3Kg1a98Q= uFeDMMjQ5KZ4cYO54LiPq1rO20XSVI07op0wGYOelJ53BXZFzRn8MvLic1vZAgXUZOuERu50/ah= h28FMeQdD6ZCYmU7lGVEjU77/pichUIdkaKK2e3ly5skdtvsFzIkLXiW87RHhIUbPmkVHeoMzD5= j5P9ilUUEfypZSAzmR/7lye4j2/6ymqoLNPy/n9bgzsknDAgMBAAejgYUwgYIwCwYDVR0PBAQDA= gP4MAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAU7n1tjIR89B0hO6i/lrZEIOXTQ90wRAYDVR0f= BD0wOzA5oDegNYYzaHR0cDovL2RvY2VydC5uYnAucGwvQ2VydHlmaWthdHkvT3N0YXRuaUNybHR= lc3QuY3JsMA0GCSqGSIb3DQEBBQUAA4IBAQCxrkAJZ0S5okfZQYRHPuCQSnKqUJysbxiPQx5Q00= ydcUlvlLdvkZMYFIxD7qXk6PcXgeniJdLItB2m/27WUZ4tNjuiExh6N5z/xPv0uUvkuKYmNWGuM= 5nev0OdZ30OUqO7Sw8Tlq710kBUMrsVpvwN1/JBAm+QLNuTknNvhLuo1qzV0pg/ZpyXsvM2u5/A= 4WQv/CPeCFt11lJDc4/8iMb8XCMunsfsGVuRrD7a2DpZ6HxCeAZ/bwvcHY8ADeOdDQ1oRf1my3W= Aj1ISn8DQ535TiBhI3UxON6WmzLeiPi2/Y09NSzrzUr1Pxye4iHh6YZJIQ2Hexoee/IlIFmyRrS= fV 2015-09-28 16:33:21 DEBUG DOMReference - Reference object uri =3D #X509-13A= ED41D36F68A38F214434508014201 2015-09-28 16:33:21 DEBUG DOMReference - Reference digesting completed 2015-09-28 16:33:21 DEBUG DOMReference - URIDereferencer class name: org.ap= ache.jcp.xml.dsig.internal.dom.DOMURIDereferencer 2015-09-28 16:33:21 DEBUG DOMReference - Data class name: org.apache.jcp.xm= l.dsig.internal.dom.ApacheNodeSetData 2015-09-28 16:33:21 DEBUG Transform - Create URI "http://www.w3.org/2001/10= /xml-exc-c14n#" class "class org.apache.xml.security.transforms.implementat= ions.TransformC14NExclusive" 2015-09-28 16:33:21 DEBUG Transform - The NodeList is [ds:Transform: null] 2015-09-28 16:33:21 DEBUG ElementProxy - setElement(ds:Transform, "null" 2015-09-28 16:33:21 DEBUG ApacheCanonicalizer - Created transform for algor= ithm: http://www.w3.org/2001/10/xml-exc-c14n# 2015-09-28 16:33:21 DEBUG ApacheCanonicalizer - ApacheData =3D true 2015-09-28 16:33:21 DEBUG ElementProxy - setElement("ec:InclusiveNamespaces= ", "null") 2015-09-28 16:33:21 DEBUG DigesterOutputStream - Pre-digested input: 2015-09-28 16:33:21 DEBUG DigesterOutputStream - = j3EFXTwWZ5zOlAl3b9/iKDUfTPg=3DKmGKo47NuoIgmv/x9JaCyGyjuTg=3DAqGJaBm2oYVZG8aZwq0KvCa6bsQ=3D 2015-09-28 16:33:21 DEBUG DOMReference - Reference object uri =3D #SIG-3 2015-09-28 16:33:21 DEBUG DOMReference - Reference digesting completed 2015-09-28 16:33:21 DEBUG DOMSignatureMethod - Signature provider:BC versio= n 1.51 2015-09-28 16:33:21 DEBUG DOMSignatureMethod - Signing with key: RSA Privat= e CRT Key modulus: 9c018c6cd2893e379007d006e29cc11408273bdc829b2df881ab8a= 20b4821a5fdba3fd878aa9a2f44c2769882d1de6501c7436afe718824357c4b5d87cff245f0= 4519417f85e6517a63b8a16caed21e29efc8fbb034c05d63e7a2d5b39311bde11bbd3e470b4= 60dca8356bdf10b8578330c8d0e4a6787183b9e0b88fab5acedb45d2548d3ba29d3019839e9= 49e77057645cd19fc32f2e2735bd90205d464eb8446ee74fda861dbc14c790743e99098994e= e519512353beffa6272150876468a2b67b7972e6c91db6fb05cc890b5e25bced11e12146cf9= a45477a83330f98f93fd8a551411fca9652033991ffb9727b88f6ffaca6aa82cd3f2fe7f5b8= 33b249c3 public exponent: 10007 private exponent: 3f8ac4b05350b0ab3d7500824a6f617ac696cd3ace782108fb5349= 1522f3aaa4b1af89519d389d5cc61c0330ea4a6df050850343c080b04b2c8a616a6dc1ce3c3= 0d505483eaa7cf49f7e94620a2b2147af5d85ddbcdfa5a3262d298dae0447041c8c8310d093= 460df8033ac25a371fe4097b0afa57175e59dc1a8d7467d63eb6e5a7f20b8e162c4095186e8= 9e5c11329284576729c841ec605ce62928222654f90a8fe18996cdc628f93abf3cfcc322416= a718b0fda8f0fdf6ece389c120bfcbaf30df0e59a7e79fd9142b4ccac63087dbb4c609e92c9= 35bd4b7a49c722664571e99dd18f5b72395e552e814cc602d37adbf42666dbc1a752ea0bd9b= 9c9da777 primeP: ee9d610d046b9fedcee8a42d879d82ef4ca190d3ddd1aeb99559e4= 94297f3233caaa50205560c73543036545af42e192b79d2b3b28aa500df9ef7fe0e95dae562= b5be6d81f8cda90cf8a5ee5956dcd6138988f8e557eccb3807e93be296d439fd1572862f964= 03b715a28cc4b2765df5d913a5488d00fc7b28c80d1d7ba1811d primeQ: a75f5bf502e75e931f4b6723646cc5570a9b9d2c1366569a942a77= 840a23e6443b4ec80b01e7db45ef79d7b7c5042341ea2cc7a0325bca93553c1e4a7800fa1e1= 3449ceb25a16b5b1e5580e00c4dd2d7aed65ff6f25ef609cbf27202085541bf5b80e9e74408= 8fc4998bd86aed584a71ccf060588770d61e17f43812f8d2e05f primeExponentP: 53d30e2080e70d99dc99a1e2f5cdb52d80accab9747f88a7450ef6= aef31fa354cce565eae2b2d2794c1f2f8d43ab64b29c123a7daa64d5686331d78faeef7a40b= c6c9dcd23d1b0da44829caede4cc4abc480f20102b07eb5a5b070b31d862db3f94f8eea8576= e631da83e75b93b61e1e1a16795780ed8f3596a7d24cd8a29c7b primeExponentQ: a3b690c8d29f6f6a43df3a044b295152928084d6f201a8808f9935= c5d43a9cb14a63627d032c278d6f0bd9b13384499781ddcd1f9c26023adcef4adeb119acf91= ced7e3a9c2f88e65e79f3428577a311c3ee1e519091ed15cdc7c50c95aabf2be561f022c8dc= 1a0f0e03295948493aa284972d3d9d9f143bd6afeae332ee7533 crtCoefficient: cf35fb5b6d828a53df18085f058434cb62f99cafd921e5bcc944db= ba325bddb6cd8fc432821e3b80a9e49b4f6d8a98cd5cb112425f3dad260670597d64c4a9b7e= eca4cf4fb6ab70e6c3b5a270ff6e73b7bd38c21dfc464fa966a1b868efbb76338e9571b5c15= b2c4a1e563b6ec3029f5899d5a49b77209f990f39d675a04c276 2015-09-28 16:33:21 DEBUG Transform - Create URI "http://www.w3.org/2001/10= /xml-exc-c14n#" class "class org.apache.xml.security.transforms.implementat= ions.TransformC14NExclusive" 2015-09-28 16:33:21 DEBUG Transform - The NodeList is [ds:CanonicalizationM= ethod: null] 2015-09-28 16:33:21 DEBUG ElementProxy - setElement(ds:CanonicalizationMeth= od, "null" 2015-09-28 16:33:21 DEBUG ApacheCanonicalizer - Created transform for algor= ithm: http://www.w3.org/2001/10/xml-exc-c14n# 2015-09-28 16:33:21 DEBUG ApacheCanonicalizer - isNodeSet() =3D true 2015-09-28 16:33:21 DEBUG ElementProxy - setElement("ec:InclusiveNamespaces= ", "null") 2015-09-28 16:33:21 DEBUG DOMSignedInfo - Canonicalized SignedInfo: 2015-09-28 16:33:21 DEBUG DOMSignedInfo - O5nQ2PFp= IVFSs5IqdMZgazCZFzc=3DD7pb6pO29Dbzi4b3/5= hLDdI7f3c=3D 2015-09-28 16:33:21 DEBUG DOMSignedInfo - Data to be signed/verified:PGRzOl= NpZ25lZEluZm8geG1sbnM6ZHM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvMDkveG1sZHNpZyMiI= HhtbG5zOnNvYXA9Imh0dHA6Ly9zY2hlbWFzLnhtbHNvYXAub3JnL3NvYXAvZW52ZWxvcGUvIj48= ZHM6Q2Fub25pY2FsaXphdGlvbk1ldGhvZCBBbGdvcml0aG09Imh0dHA6Ly93d3cudzMub3JnLzI= wMDEvMTAveG1sLWV4Yy1jMTRuIyI+PGVjOkluY2x1c2l2ZU5hbWVzcGFjZXMgeG1sbnM6ZWM9Im= h0dHA6Ly93d3cudzMub3JnLzIwMDEvMTAveG1sLWV4Yy1jMTRuIyIgUHJlZml4TGlzdD0ic29hc= CI+PC9lYzpJbmNsdXNpdmVOYW1lc3BhY2VzPjwvZHM6Q2Fub25pY2FsaXphdGlvbk1ldGhvZD48= ZHM6U2lnbmF0dXJlTWV0aG9kIEFsZ29yaXRobT0iaHR0cDovL3d3dy53My5vcmcvMjAwMC8wOS9= 4bWxkc2lnI3JzYS1zaGExIj48L2RzOlNpZ25hdHVyZU1ldGhvZD48ZHM6UmVmZXJlbmNlIFVSST= 0iI1g1MDktMTNBRUQ0MUQzNkY2OEEzOEYyMTQ0MzQ1MDgwMTQyMDEiPjxkczpUcmFuc2Zvcm1zP= jxkczpUcmFuc2Zvcm0gQWxnb3JpdGhtPSJodHRwOi8vd3d3LnczLm9yZy8yMDAxLzEwL3htbC1l= eGMtYzE0biMiPjxlYzpJbmNsdXNpdmVOYW1lc3BhY2VzIHhtbG5zOmVjPSJodHRwOi8vd3d3Lnc= zLm9yZy8yMDAxLzEwL3htbC1leGMtYzE0biMiIFByZWZpeExpc3Q9InNvYXAiPjwvZWM6SW5jbH= VzaXZlTmFtZXNwYWNlcz48L2RzOlRyYW5zZm9ybT48L2RzOlRyYW5zZm9ybXM+PGRzOkRpZ2Vzd= E1ldGhvZCBBbGdvcml0aG09Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvMDkveG1sZHNpZyNzaGEx= Ij48L2RzOkRpZ2VzdE1ldGhvZD48ZHM6RGlnZXN0VmFsdWU+TzVuUTJQRnBJVkZTczVJcWRNWmd= hekNaRnpjPTwvZHM6RGlnZXN0VmFsdWU+PC9kczpSZWZlcmVuY2U+PGRzOlJlZmVyZW5jZSBVUk= k9IiNTSUctMyI+PGRzOlRyYW5zZm9ybXM+PGRzOlRyYW5zZm9ybSBBbGdvcml0aG09Imh0dHA6L= y93d3cudzMub3JnLzIwMDEvMTAveG1sLWV4Yy1jMTRuIyI+PGVjOkluY2x1c2l2ZU5hbWVzcGFj= ZXMgeG1sbnM6ZWM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDEvMTAveG1sLWV4Yy1jMTRuIyIgUHJ= lZml4TGlzdD0id3NzZSB3c3Ugc29hcCI+PC9lYzpJbmNsdXNpdmVOYW1lc3BhY2VzPjwvZHM6VH= JhbnNmb3JtPjwvZHM6VHJhbnNmb3Jtcz48ZHM6RGlnZXN0TWV0aG9kIEFsZ29yaXRobT0iaHR0c= DovL3d3dy53My5vcmcvMjAwMC8wOS94bWxkc2lnI3NoYTEiPjwvZHM6RGlnZXN0TWV0aG9kPjxk= czpEaWdlc3RWYWx1ZT5EN3BiNnBPMjlEYnppNGIzLzVoTERkSTdmM2M9PC9kczpEaWdlc3RWYWx= 1ZT48L2RzOlJlZmVyZW5jZT48L2RzOlNpZ25lZEluZm8+ 2015-09-28 16:33:21 INFO LogUtil - [Logger][pl.nbp.osb.service.interceptor= s.MsgInterceptor] Outbound message has been changed: 2015-09-28T14:33:21.408Z2015-09-28T14:38:21.408ZMIIENDCCAxygAwIBAgIDAxLCMA0GC= SqGSIb3DQEBBQUAMHwxCzAJBgNVBAYTAlBMMREwDwYDVQQHEwhXYXJzemF3YTEdMBsGA1UEChMU= TmFyb2Rvd3kgQmFuayBQb2xza2kxKDAmBgNVBAsTH0NlbnRydW0gQ2VydHlmaWthY2ppIEtsdWN= 6eSBOQlAxETAPBgNVBAMTCENDSy1URVNUMB4XDTE0MDYwNDEwMzQxNloXDTE2MDYwNDIzNTk1OV= owgbQxCzAJBgNVBAYTAlBMMQwwCgYDVQQKEwNOQlAxFDASBgNVBAoTC1VzbHVnaSBJQklTMQwwC= gYDVQQLEwNESVQxGzAZBgNVBAMTEm5iZXRlc3QuZXh0Lm5iZS5wbDEdMBsGCSqGSIb3DQEJARYO= bmJldGVzdEBuYnAucGwxNzA1BgNVBAUTLlMtMS01LTIxLTI2MDUzNTYxMTQtMTY4NjY0OTkxNy0= zMjU1MzIxMDYyLTQ0OTYwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCcAYxs0ok+N5= AH0AbinMEUCCc73IKbLfiBq4ogtIIaX9uj/YeKqaL0TCdpiC0d5lAcdDav5xiCQ1fEtdh8/yRfB= FGUF/heZRemO4oWyu0h4p78j7sDTAXWPnotWzkxG94Ru9PkcLRg3Kg1a98QuFeDMMjQ5KZ4cYO5= 4LiPq1rO20XSVI07op0wGYOelJ53BXZFzRn8MvLic1vZAgXUZOuERu50/ahh28FMeQdD6ZCYmU7= lGVEjU77/pichUIdkaKK2e3ly5skdtvsFzIkLXiW87RHhIUbPmkVHeoMzD5j5P9ilUUEfypZSAz= mR/7lye4j2/6ymqoLNPy/n9bgzsknDAgMBAAejgYUwgYIwCwYDVR0PBAQDAgP4MAwGA1UdEwEB/= wQCMAAwHwYDVR0jBBgwFoAU7n1tjIR89B0hO6i/lrZEIOXTQ90wRAYDVR0fBD0wOzA5oDegNYYz= aHR0cDovL2RvY2VydC5uYnAucGwvQ2VydHlmaWthdHkvT3N0YXRuaUNybHRlc3QuY3JsMA0GCSq= GSIb3DQEBBQUAA4IBAQCxrkAJZ0S5okfZQYRHPuCQSnKqUJysbxiPQx5Q00ydcUlvlLdvkZMYFI= xD7qXk6PcXgeniJdLItB2m/27WUZ4tNjuiExh6N5z/xPv0uUvkuKYmNWGuM5nev0OdZ30OUqO7S= w8Tlq710kBUMrsVpvwN1/JBAm+QLNuTknNvhLuo1qzV0pg/ZpyXsvM2u5/A4WQv/CPeCFt11lJD= c4/8iMb8XCMunsfsGVuRrD7a2DpZ6HxCeAZ/bwvcHY8ADeOdDQ1oRf1my3WAj1ISn8DQ535TiBh= I3UxON6WmzLeiPi2/Y09NSzrzUr1Pxye4iHh6YZJIQ2Hexoee/IlIFmyRrSfV<= wsse:KeyIdentifier EncodingType=3D"http://docs.oasis-open.org/wss/2004/01/o= asis-200401-wss-soap-message-security-1.0#Base64Binary" ValueType=3D"http:/= /docs.oasis-open.org/wss/oasis-wss-soap-message-security-1.1#ThumbprintSHA1= ">Wum1GKAz2wRaSCH/ocmF5omkXdQ=3Dq2XGfzpJmTWZgy+ylYr= FpmIDoF8cQE26PZQJhYmgkBCn2zDL+PeTqDL95aimvg+9bGBetJJUBSL3EJIagM/LzXqbOhuOT3= buES9k8IWvPbJxcQDPukP6EMkFJbG35pCIN6e2RywoMroCzh9PeTFmbYrOdp5HN4mPHnAdDkVpi= seee/LGiYny2b4YFrlDnsP/y6j7yOBFphvafPSNCcKU8J+Ig1SZAWOQ/i6nSKaxK66KezCVkU8/= F9rBDc8wsmmXeU3N//ONL3DLu4N+35u0WyPoNLSD/M593SO6BTc1WaikmKC9K+QgcBwaHnnomT4= CViraYVVJiSflea4t4aHBeQ=3D=3DO5nQ= 2PFpIVFSs5IqdMZgazCZFzc=3DD7pb6pO29Dbzi4b3/5hLDdI7f3c=3DfdP3PA4LfW6fHDSDv+hNjwMP/X8LrKkLO= J08XoI/tqLelw2Jb6tqDDEWYYIBeZwi2oOl9RTXMlmUdZ6hokGzqvkf01j8ptq9Rj/X6bFHPd04= i4PkzkMTj8+mhAFqbBslB0uWCqJJT7E6i2yRU3iR9z5ClFnWRmfZUkuF1VEwvhMFhgRzD2FYbK5= HTlpjGIZ6V75J8C+IzY/5tAYju5rceCX5ME/+SSXG7Xk+IHiMLlA31YS2RTEyajazsj+snT+77X= yw8p043RvTF/jxqCY5ytzW6fEZSW6d9ZwPcZRilFPhjX6Bxamas4Ne4o+gi5ffmlJdbiojgF7Ox= BnbyrG6hQ=3D=3D<= /ds:Signature>j3EFXTwWZ5zOlAl3b9/iKDUfTPg= =3DKmGKo47NuoIgmv/x9= JaCyGyjuTg=3DAqGJaBm2oYVZG8aZwq0KvCa6bsQ=3Dtrue1Joe Schmoe1 2015-09-28 16:33:21 DEBUG Headers - Accept: */* 2015-09-28 16:33:21 DEBUG Headers - SOAPAction: "sayHello" 2015-09-28 16:33:21 DEBUG HTTPConduit - No Trust Decider for Conduit '{http= ://www.examples.com/wsdl/HelloService.wsdl}Hello_Port.http-conduit'. An afi= rmative Trust Decision is assumed. 2015-09-28 16:33:22 DEBUG HTTPConduit - Sending POST Message with Headers t= o https://localhost:1081/?WSDL Conduit :{http://www.examples.com/wsdl/Hello= Service.wsdl}Hello_Port.http-conduit 2015-09-28 16:33:22 DEBUG ClientImpl - Interceptors contributed by bus: [] 2015-09-28 16:33:22 DEBUG ClientImpl - Interceptors contributed by client: = [pl.nbp.osb.service.interceptors.MsgInterceptor@64b9f908] 2015-09-28 16:33:22 DEBUG ClientImpl - Interceptors contributed by endpoint= : [org.apache.cxf.jaxws.interceptors.WrapperClassInInterceptor@135de411, or= g.apache.cxf.jaxws.interceptors.HolderInInterceptor@79282205, org.apache.cx= f.jaxws.interceptors.SwAInInterceptor@39d1b467] 2015-09-28 16:33:22 DEBUG ClientImpl - Interceptors contributed by binding:= [org.apache.cxf.interceptor.AttachmentInInterceptor@769af3d8, org.apache.c= xf.interceptor.StaxInInterceptor@36ff26bd, org.apache.cxf.binding.soap.inte= rceptor.SoapActionInInterceptor@29485e80, org.apache.cxf.wsdl.interceptors.= DocLiteralInInterceptor@4e343aac, org.apache.cxf.binding.soap.interceptor.S= oapHeaderInterceptor@46f81a50, org.apache.cxf.binding.soap.interceptor.Read= HeadersInterceptor@4a879e96, org.apache.cxf.binding.soap.interceptor.StartB= odyInterceptor@dbcb014, org.apache.cxf.binding.soap.interceptor.CheckFaultI= nterceptor@5ecbf817, org.apache.cxf.binding.soap.interceptor.MustUnderstand= Interceptor@210cdea0] 2015-09-28 16:33:22 DEBUG ClientImpl - Interceptors contributed by databing= ing: [] 2015-09-28 16:33:22 DEBUG PhaseInterceptorChain - Adding interceptor pl.nbp= .osb.service.interceptors.MsgInterceptor@64b9f908 to phase pre-stream 2015-09-28 16:33:22 DEBUG PhaseInterceptorChain - Adding interceptor org.ap= ache.cxf.jaxws.interceptors.WrapperClassInInterceptor@135de411 to phase pos= t-logical 2015-09-28 16:33:22 DEBUG PhaseInterceptorChain - Adding interceptor org.ap= ache.cxf.jaxws.interceptors.HolderInInterceptor@79282205 to phase pre-invok= e 2015-09-28 16:33:22 DEBUG PhaseInterceptorChain - Adding interceptor org.ap= ache.cxf.jaxws.interceptors.SwAInInterceptor@39d1b467 to phase pre-invoke 2015-09-28 16:33:22 DEBUG PhaseInterceptorChain - Adding interceptor org.ap= ache.cxf.interceptor.AttachmentInInterceptor@769af3d8 to phase receive 2015-09-28 16:33:22 DEBUG PhaseInterceptorChain - Adding interceptor org.ap= ache.cxf.interceptor.StaxInInterceptor@36ff26bd to phase post-stream 2015-09-28 16:33:22 DEBUG PhaseInterceptorChain - Adding interceptor org.ap= ache.cxf.binding.soap.interceptor.SoapActionInInterceptor@29485e80 to phase= read 2015-09-28 16:33:22 DEBUG PhaseInterceptorChain - Adding interceptor org.ap= ache.cxf.wsdl.interceptors.DocLiteralInInterceptor@4e343aac to phase unmars= hal 2015-09-28 16:33:22 DEBUG PhaseInterceptorChain - Adding interceptor org.ap= ache.cxf.binding.soap.interceptor.SoapHeaderInterceptor@46f81a50 to phase u= nmarshal 2015-09-28 16:33:22 DEBUG PhaseInterceptorChain - Adding interceptor org.ap= ache.cxf.binding.soap.interceptor.ReadHeadersInterceptor@4a879e96 to phase = read 2015-09-28 16:33:22 DEBUG PhaseInterceptorChain - Adding interceptor org.ap= ache.cxf.binding.soap.interceptor.StartBodyInterceptor@dbcb014 to phase rea= d 2015-09-28 16:33:22 DEBUG PhaseInterceptorChain - Adding interceptor org.ap= ache.cxf.binding.soap.interceptor.CheckFaultInterceptor@5ecbf817 to phase p= ost-protocol 2015-09-28 16:33:22 DEBUG PhaseInterceptorChain - Adding interceptor org.ap= ache.cxf.binding.soap.interceptor.MustUnderstandInterceptor@210cdea0 to pha= se pre-protocol 2015-09-28 16:33:22 DEBUG PhaseInterceptorChain - Chain org.apache.cxf.phas= e.PhaseInterceptorChain@53ebeb53 was created. Current flow: receive [AttachmentInInterceptor] pre-stream [MsgInterceptor] post-stream [StaxInInterceptor] read [ReadHeadersInterceptor, SoapActionInInterceptor, StartBodyIntercept= or] pre-protocol [MustUnderstandInterceptor] post-protocol [CheckFaultInterceptor] unmarshal [DocLiteralInInterceptor, SoapHeaderInterceptor] post-logical [WrapperClassInInterceptor] pre-invoke [SwAInInterceptor, HolderInInterceptor] 2015-09-28 16:33:22 DEBUG PhaseInterceptorChain - Invoking handleMessage on= interceptor org.apache.cxf.interceptor.AttachmentInInterceptor@769af3d8 2015-09-28 16:33:22 DEBUG PhaseInterceptorChain - Invoking handleMessage on= interceptor pl.nbp.osb.service.interceptors.MsgInterceptor@64b9f908 2015-09-28 16:33:22 INFO LogUtil - [Logger][pl.nbp.osb.service.interceptor= s.MsgInterceptor] Inbound message: gero et 2015-09-28 16:33:22 DEBUG CryptoFactory - Using Crypto Engine [class org.ap= ache.ws.security.components.crypto.Merlin] 2015-09-28 16:33:22 DEBUG Loader - Trying to find [all.jks] using sun.misc.= Launcher$AppClassLoader@3cecfaea class loader. 2015-09-28 16:33:22 DEBUG Merlin - The KeyStore all.jks of type JKS has bee= n loaded 2015-09-28 16:33:22 DEBUG WSSecurityEngine - enter processSecurityHeader() 2015-09-28 16:33:22 DEBUG PhaseInterceptorChain - Invoking handleMessage on= interceptor org.apache.cxf.interceptor.StaxInInterceptor@36ff26bd 2015-09-28 16:33:22 DEBUG PhaseInterceptorChain - Adding interceptor org.ap= ache.cxf.interceptor.StaxInEndingInterceptor@f7a18d9 to phase pre-invoke 2015-09-28 16:33:22 DEBUG PhaseInterceptorChain - Chain org.apache.cxf.phas= e.PhaseInterceptorChain@53ebeb53 was modified. Current flow: receive [AttachmentInInterceptor] pre-stream [MsgInterceptor] post-stream [StaxInInterceptor] read [ReadHeadersInterceptor, SoapActionInInterceptor, StartBodyIntercept= or] pre-protocol [MustUnderstandInterceptor] post-protocol [CheckFaultInterceptor] unmarshal [DocLiteralInInterceptor, SoapHeaderInterceptor] post-logical [WrapperClassInInterceptor] pre-invoke [StaxInEndingInterceptor, SwAInInterceptor, HolderInIntercepto= r] 2015-09-28 16:33:22 DEBUG PhaseInterceptorChain - Invoking handleMessage on= interceptor org.apache.cxf.binding.soap.interceptor.ReadHeadersInterceptor= @4a879e96 2015-09-28 16:33:22 DEBUG PhaseInterceptorChain - Invoking handleMessage on= interceptor org.apache.cxf.binding.soap.interceptor.SoapActionInIntercepto= r@29485e80 2015-09-28 16:33:22 DEBUG PhaseInterceptorChain - Invoking handleMessage on= interceptor org.apache.cxf.binding.soap.interceptor.StartBodyInterceptor@d= bcb014 2015-09-28 16:33:22 DEBUG PhaseInterceptorChain - Invoking handleMessage on= interceptor org.apache.cxf.binding.soap.interceptor.MustUnderstandIntercep= tor@210cdea0 2015-09-28 16:33:22 DEBUG PhaseInterceptorChain - Invoking handleMessage on= interceptor org.apache.cxf.binding.soap.interceptor.CheckFaultInterceptor@= 5ecbf817 2015-09-28 16:33:22 DEBUG PhaseInterceptorChain - Invoking handleMessage on= interceptor org.apache.cxf.wsdl.interceptors.DocLiteralInInterceptor@4e343= aac 2015-09-28 16:33:22 DEBUG PhaseInterceptorChain - Invoking handleMessage on= interceptor org.apache.cxf.binding.soap.interceptor.SoapHeaderInterceptor@= 46f81a50 2015-09-28 16:33:22 DEBUG PhaseInterceptorChain - Invoking handleMessage on= interceptor org.apache.cxf.jaxws.interceptors.WrapperClassInInterceptor@13= 5de411 2015-09-28 16:33:22 DEBUG PhaseInterceptorChain - Invoking handleMessage on= interceptor org.apache.cxf.interceptor.StaxInEndingInterceptor@f7a18d9 2015-09-28 16:33:22 DEBUG PhaseInterceptorChain - Invoking handleMessage on= interceptor org.apache.cxf.jaxws.interceptors.SwAInInterceptor@39d1b467 2015-09-28 16:33:22 DEBUG PhaseInterceptorChain - Invoking handleMessage on= interceptor org.apache.cxf.jaxws.interceptors.HolderInInterceptor@79282205 An object: com.examples.wsdl.helloservice.StringComplexType@7af9e842[string= =3Dgero et] {noformat} > java.lang.NoSuchFieldError: REFLECTION in CFX 3.1.4-SNAPSHOT > ------------------------------------------------------------ > > Key: CXF-6613 > URL: https://issues.apache.org/jira/browse/CXF-6613 > Project: CXF > Issue Type: Bug > Components: Core > Affects Versions: 3.1.4 > Reporter: Sebastian krupa > Priority: Blocker > > I think that i found a bug in CXF 3.1.4-SNAPSHOT - when i'm try to launch= my dynamic client to simple mock service(generated in Soapui) i got: > {noformat} > Exception in thread "main" java.lang.NoSuchFieldError: REFLECTION > =09at com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder.(RuntimeMo= delBuilder.java:89) > =09at com.sun.xml.bind.v2.runtime.JAXBContextImpl.getTypeInfoSet(JAXBCont= extImpl.java:456) > =09at com.sun.xml.bind.v2.runtime.JAXBContextImpl.(JAXBContextImpl.= java:302) > =09at com.sun.xml.bind.v2.runtime.JAXBContextImpl$JAXBContextBuilder.buil= d(JAXBContextImpl.java:1140) > =09at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.jav= a:154) > =09at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.jav= a:121) > =09at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.jav= a:202) > =09at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > =09at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImp= l.java:57) > =09at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcc= essorImpl.java:43) > =09at java.lang.reflect.Method.invoke(Method.java:606) > =09at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:172) > =09at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:132) > =09at javax.xml.bind.ContextFinder.find(ContextFinder.java:334) > =09at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:431) > =09at org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(D= ynamicClientFactory.java:394) > =09at org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(D= ynamicClientFactory.java:241) > =09at org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(D= ynamicClientFactory.java:234) > =09at org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(D= ynamicClientFactory.java:189) > =09at pl.nbp.traverse.Main.main(Main.java:33) > {noformat} > Full log (DEBUG): > {noformat} > 2015-09-28 15:59:12 DEBUG LogUtils - Using org.apache.cxf.common.logging.= Log4jLogger for logging. > 2015-09-28 15:59:12 DEBUG DynamicClientFactory - Creating client from WSD= L https://localhost:1081/?WSDL > 2015-09-28 15:59:12 DEBUG DefaultResourceManager - resolving resource type > 2015-09-28 15:59:12 DEBUG DefaultResourceManager - resolving resource type > 2015-09-28 15:59:13 DEBUG HTTPConduit - Conduit '{http://cxf.apache.org}T= ransportURIResolver.http-conduit' has been (re)configured for plain http. > 2015-09-28 15:59:13 DEBUG HTTPConduit - No Trust Decider configured for C= onduit '{http://cxf.apache.org}TransportURIResolver.http-conduit' > 2015-09-28 15:59:13 DEBUG HTTPConduit - No Auth Supplier configured for C= onduit '{http://cxf.apache.org}TransportURIResolver.http-conduit' > 2015-09-28 15:59:13 DEBUG HTTPConduit - Conduit '{http://cxf.apache.org}T= ransportURIResolver.http-conduit' has been configured for plain http. > 2015-09-28 15:59:13 DEBUG HTTPConduit - registering incoming observer: or= g.apache.cxf.transport.TransportURIResolver$1@27cd61b > 2015-09-28 15:59:13 DEBUG HttpsURLConnectionFactory - The location of the= key store has not been set via a system parameter or through configuration= so the default value of /home/osbdev/.keystore will be used. > 2015-09-28 15:59:13 DEBUG HttpsURLConnectionFactory - The key store passw= ord has not been set via a system property or through configuration, readin= g data from the keystore will fail. > 2015-09-28 15:59:13 DEBUG HttpsURLConnectionFactory - The key password ha= s not been set via a system property or through configuration, reading data= from the keystore will fail. > 2015-09-28 15:59:13 DEBUG HttpsURLConnectionFactory - The cipher suites h= ave been set to [Ljava.lang.String;@520d8436. =20 > 2015-09-28 15:59:13 DEBUG Headers - Accept: */* > 2015-09-28 15:59:13 DEBUG HTTPConduit - No Trust Decider for Conduit '{ht= tp://cxf.apache.org}TransportURIResolver.http-conduit'. An afirmative Trust= Decision is assumed. > 2015-09-28 15:59:13 WARN StaxUtils - Could not create a secure Stax XMLI= nputFactory. Found class com.ctc.wstx.stax.WstxInputFactory. Suggest Wood= stox 4.2.0 or newer. > 2015-09-28 15:59:13 DEBUG HTTPConduit - Conduit '{http://cxf.apache.org}T= ransportURIResolver.http-conduit' has been (re)configured for plain http. > 2015-09-28 15:59:13 DEBUG HTTPConduit - No Trust Decider configured for C= onduit '{http://cxf.apache.org}TransportURIResolver.http-conduit' > 2015-09-28 15:59:13 DEBUG HTTPConduit - No Auth Supplier configured for C= onduit '{http://cxf.apache.org}TransportURIResolver.http-conduit' > 2015-09-28 15:59:13 DEBUG HTTPConduit - Conduit '{http://cxf.apache.org}T= ransportURIResolver.http-conduit' has been configured for plain http. > 2015-09-28 15:59:13 DEBUG HTTPConduit - registering incoming observer: or= g.apache.cxf.transport.TransportURIResolver$1@4a3a051f > 2015-09-28 15:59:13 DEBUG HttpsURLConnectionFactory - The cipher suites h= ave been set to [Ljava.lang.String;@67de324d. =20 > 2015-09-28 15:59:13 DEBUG Headers - Accept: */* > 2015-09-28 15:59:13 DEBUG HTTPConduit - No Trust Decider for Conduit '{ht= tp://cxf.apache.org}TransportURIResolver.http-conduit'. An afirmative Trust= Decision is assumed. > 2015-09-28 15:59:13 DEBUG HTTPConduit - Conduit '{http://cxf.apache.org}T= ransportURIResolver.http-conduit' has been (re)configured for plain http. > 2015-09-28 15:59:13 DEBUG HTTPConduit - No Trust Decider configured for C= onduit '{http://cxf.apache.org}TransportURIResolver.http-conduit' > 2015-09-28 15:59:13 DEBUG HTTPConduit - No Auth Supplier configured for C= onduit '{http://cxf.apache.org}TransportURIResolver.http-conduit' > 2015-09-28 15:59:13 DEBUG HTTPConduit - Conduit '{http://cxf.apache.org}T= ransportURIResolver.http-conduit' has been configured for plain http. > 2015-09-28 15:59:13 DEBUG HTTPConduit - registering incoming observer: or= g.apache.cxf.transport.TransportURIResolver$1@3185a34 > 2015-09-28 15:59:13 DEBUG HttpsURLConnectionFactory - The cipher suites h= ave been set to [Ljava.lang.String;@33ca0d82. =20 > 2015-09-28 15:59:13 DEBUG Headers - Accept: */* > 2015-09-28 15:59:13 DEBUG HTTPConduit - No Trust Decider for Conduit '{ht= tp://cxf.apache.org}TransportURIResolver.http-conduit'. An afirmative Trust= Decision is assumed. > 2015-09-28 15:59:13 DEBUG WSDLServiceBuilder - Operation {http://www.exam= ples.com/wsdl/HelloService.wsdl}sayHello cannot be unwrapped, input message= must reference global element declaration with same localname as operation > 2015-09-28 15:59:14 INFO DynamicClientFactory - Created classes: com.exa= mples.wsdl.helloservice.ObjectFactory, com.examples.wsdl.helloservice.Strin= gAndIntComplexType, com.examples.wsdl.helloservice.StringComplexType > Exception in thread "main" java.lang.NoSuchFieldError: REFLECTION > =09at com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder.(RuntimeMo= delBuilder.java:89) > =09at com.sun.xml.bind.v2.runtime.JAXBContextImpl.getTypeInfoSet(JAXBCont= extImpl.java:456) > =09at com.sun.xml.bind.v2.runtime.JAXBContextImpl.(JAXBContextImpl.= java:302) > =09at com.sun.xml.bind.v2.runtime.JAXBContextImpl$JAXBContextBuilder.buil= d(JAXBContextImpl.java:1140) > =09at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.jav= a:154) > =09at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.jav= a:121) > =09at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.jav= a:202) > =09at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > =09at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImp= l.java:57) > =09at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcc= essorImpl.java:43) > =09at java.lang.reflect.Method.invoke(Method.java:606) > =09at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:172) > =09at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:132) > =09at javax.xml.bind.ContextFinder.find(ContextFinder.java:334) > =09at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:431) > =09at org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(D= ynamicClientFactory.java:394) > =09at org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(D= ynamicClientFactory.java:241) > =09at org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(D= ynamicClientFactory.java:234) > =09at org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(D= ynamicClientFactory.java:189) > =09at pl.nbp.traverse.Main.main(Main.java:33) > {noformat} > My pom: > {code:xml} > =09xsi:schemaLocation=3D"http://maven.apache.org/POM/4.0.0 http://maven.a= pache.org/xsd/maven-4.0.0.xsd"> > =094.0.0 > =09pl.nbp > =09traverse > =094.0 > =09jar > =09${project.artifactId} > =09 > =09=09 > =09=09=09 > =09=09=09=09org.apache.maven.plugins > =09=09=09=09maven-compiler-plugin > =09=09=09=093.3 > =09=09=09=09 > =09=09=09=09=09${targetJdk} > =09=09=09=09=09${targetJdk} > =09=09=09=09 > =09=09=09 > =09=09=09 > =09=09=09=09org.apache.maven.plugins > =09=09=09=09maven-shade-plugin > =09=09=09=092.4.1 > =09=09=09=09 > =09=09=09=09=09 > =09=09=09=09=09=09package > =09=09=09=09=09=09 > =09=09=09=09=09=09=09shade > =09=09=09=09=09=09 > =09=09=09=09=09=09 > =09=09=09=09=09=09=09 > =09=09=09=09=09=09=09=09 > =09=09=09=09=09=09=09=09=09*:* > =09=09=09=09=09=09=09=09=09 > =09=09=09=09=09=09=09=09=09=09META-INF/*.SF > =09=09=09=09=09=09=09=09=09=09META-INF/*.DSA > =09=09=09=09=09=09=09=09=09=09META-INF/*.RSA > =09=09=09=09=09=09=09=09=09 > =09=09=09=09=09=09=09=09 > =09=09=09=09=09=09=09 > =09=09=09=09=09=09=09 > =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09implementation=3D"org.apache.maven.plugins.sha= de.resource.ManifestResourceTransformer"> > =09=09=09=09=09=09=09=09=09pl.nbp.traverse.Main > =09=09=09=09=09=09=09=09 > =09=09=09=09=09=09=09 > =09=09=09=09=09=09 > =09=09=09=09=09 > =09=09=09=09 > =09=09=09 > =09=09 > =09=09 > =09=09=09 > =09=09=09=09src/main/resources > =09=09=09=09true > =09=09=09 > =09=09 > =09 > =09 > =09=091.7 > =09=09UTF-8 > =09=09org.apache.log4j.ConsoleAppender > =09=09DEBUG > =09=09TRUE > =09=09 > =09=093.1.4-SNAPSHOT > =09=09 > =09=09 > =09=09300 > =09=09all.jks > =09=09Soatest2012 > =09=09soatest@nbp.pl > =09 > =09 > =09=09 > =09=09 > =09=09=09org.apache.cxf > =09=09=09cxf-rt-frontend-jaxws > =09=09=09${cxf.version} > =09=09 > =09=09 > =09=09=09org.apache.cxf > =09=09=09cxf-rt-transports-http > =09=09=09${cxf.version} > =09=09 > =09=09 > =09=09=09org.apache.cxf > =09=09=09cxf-rt-core > =09=09=092.7.9 > =09=09 > =09=09 > =09=09=09org.apache.cxf > =09=09=09cxf-rt-ws-security > =09=09=093.1.3 > =09=09 > =09=09 > =09=09=09org.apache.cxf > =09=09=09cxf-rt-transports-http-jetty > =09=09=093.1.3 > =09=09 > =09=09 > =09=09=09org.apache.cxf > =09=09=09cxf-common-utilities > =09=09=092.5.9 > =09=09 > =09=09 > =09=09 > =09=09 > =09=09 > =09=09 > =09=09=09org.apache.ws.security > =09=09=09wss4j > =09=09=091.6.9 > =09=09 > =09=09 > =09=09=09org.apache.commons > =09=09=09commons-lang3 > =09=09=093.4 > =09=09 > =09=09 > =09=09=09org.membrane-soa > =09=09=09service-proxy-core > =09=09=094.1.0 > =09=09 > =09=09 > =09=09 > =09=09=09com.eviware.soapui > =09=09=09bcprov-jdk15-144 > =09=09=094.5.1 > =09=09 > =09 > > {code} > My client > {code:java} > public static void main(String[] args) { > =09=09final String uri =3D "https://localhost:1081/?WSDL"; > =09=09Properties properties =3D System.getProperties();=20 > =09=09properties.put("org.apache.cxf.stax.allowInsecureParser","1"); > =09=09JaxWsDynamicClientFactory dcf =3D JaxWsDynamicClientFactory.newInst= ance(); > =09=09Client client =3D dcf.createClient(uri); > =09=09 > =09=09try > =09=09{ > =09=09=09Object StringAndIntComplexType =3D Thread.currentThread().getCon= textClassLoader().loadClass("com.examples.wsdl.helloservice.StringAndIntCom= plexType").newInstance(); > =09=09=20 > =09=09=09Method setString =3D StringAndIntComplexType.getClass().getMetho= d("setString", String.class); > =09=09=09Method setInt =3D StringAndIntComplexType.getClass().getMethod("= setInt", int.class); > =09=09=09setString.invoke(StringAndIntComplexType, "Joe Schmoe"); > =09=09=09setInt.invoke(StringAndIntComplexType, 1); > =09=09=20 > =09=09=09Object[] objects =3D client.invoke("sayHello", StringAndIntCompl= exType); > =09=09=09for(int i=3D0; i < objects.length; i++) > =09=09=09{ > =09=09=09=09System.out.println("An object: "+ToStringBuilder.reflectionTo= String(objects[i])); > =09=09=09} > =09=09} > =09=09catch(Exception e) > =09=09{ > =09=09=09e.printStackTrace(); > =09=09} > =09=09CreateTemplates(uri); > =09} > {code} > Endpoint is protected with SSL and i'm using WS-Security, on version 3.0.= 0-SNAPSHOT everything works fine. -- This message was sent by Atlassian JIRA (v6.3.4#6332)