You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Sebastian krupa (JIRA)" <ji...@apache.org> on 2015/09/28 16:35:05 UTC

[jira] [Commented] (CXF-6613) java.lang.NoSuchFieldError: REFLECTION in CFX 3.1.4-SNAPSHOT

    [ https://issues.apache.org/jira/browse/CXF-6613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14933372#comment-14933372 ] 

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.Log4jLogger 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 <org.apache.cxf.wsdl11.WSDLManagerImpl/bus> type <interface org.apache.cxf.Bus>
2015-09-28 16:33:18 DEBUG DefaultResourceManager - resolving resource <null> type <interface org.apache.cxf.Bus>
2015-09-28 16:33:18 DEBUG HTTPConduit - Conduit '{http://cxf.apache.org}TransportURIResolver.http-conduit' has been (re)configured for plain http.
2015-09-28 16:33:18 DEBUG HTTPConduit - No Trust Decider configured for Conduit '{http://cxf.apache.org}TransportURIResolver.http-conduit'
2015-09-28 16:33:18 DEBUG HTTPConduit - No Auth Supplier configured for Conduit '{http://cxf.apache.org}TransportURIResolver.http-conduit'
2015-09-28 16:33:18 DEBUG HTTPConduit - Conduit '{http://cxf.apache.org}TransportURIResolver.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 have not been configured, falling back to cipher suite filters.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The cipher suite filters have not been configured, falling back to default filters.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - Ciphersuite include filter: .*
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - Ciphersuite include filter: .*_NULL_.*
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - Ciphersuite include filter: .*_anon_.*
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 cipher suite is included by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_RSA_WITH_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_WITH_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_WITH_AES_128_CBC_SHA cipher suite is included by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_RSA_WITH_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_WITH_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_WITH_3DES_EDE_CBC_SHA cipher suite is included by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_RSA_WITH_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_WITH_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_RENEGOTIATION_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_WITH_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_WITH_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_WITH_RC4_128_SHA cipher suite is included by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_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_SHA cipher suite is included by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDH_ECDSA_WITH_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_WITH_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_WITH_RC4_40_MD5 cipher suite is included by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_DH_anon_EXPORT_WITH_RC4_40_MD5 cipher suite is excluded by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_RSA_EXPORT_WITH_DES40_CBC_SHA cipher suite is included by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA cipher suite is included by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA cipher suite is included by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_DH_anon_EXPORT_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_WITH_NULL_SHA cipher suite is excluded by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_RSA_WITH_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_WITH_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_WITH_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_3DES_EDE_CBC_SHA cipher suite is included by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_KRB5_WITH_3DES_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_WITH_DES_CBC_40_SHA cipher suite is included by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_KRB5_EXPORT_WITH_DES_CBC_40_MD5 cipher suite is included by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_KRB5_EXPORT_WITH_RC4_40_SHA cipher suite is included by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_KRB5_EXPORT_WITH_RC4_40_MD5 cipher suite is included by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The enabled cipher suites have been filtered down to [TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_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, 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_CBC_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, 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_EDE_CBC_SHA, TLS_ECDH_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_WITH_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_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, TLS_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_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].
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The excluded cipher suites 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_anon_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_ECDH_RSA_WITH_NULL_SHA, TLS_ECDH_anon_WITH_NULL_SHA, SSL_RSA_WITH_NULL_MD5].  
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The cipher suites have been set to TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_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, 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_CBC_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, 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_EDE_CBC_SHA, TLS_ECDH_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_WITH_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_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, TLS_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_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.  
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 Decision is assumed.
2015-09-28 16:33:19 WARN  StaxUtils - Could not create a secure Stax XMLInputFactory.  Found class com.ctc.wstx.stax.WstxInputFactory.  Suggest Woodstox 4.2.0 or newer.
2015-09-28 16:33:19 DEBUG HTTPConduit - Conduit '{http://cxf.apache.org}TransportURIResolver.http-conduit' has been (re)configured for plain http.
2015-09-28 16:33:19 DEBUG HTTPConduit - No Trust Decider configured for Conduit '{http://cxf.apache.org}TransportURIResolver.http-conduit'
2015-09-28 16:33:19 DEBUG HTTPConduit - No Auth Supplier configured for Conduit '{http://cxf.apache.org}TransportURIResolver.http-conduit'
2015-09-28 16:33:19 DEBUG HTTPConduit - Conduit '{http://cxf.apache.org}TransportURIResolver.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 have not been configured, falling back to cipher suite filters.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The cipher suite filters have not been configured, falling back to default filters.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - Ciphersuite include filter: .*
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - Ciphersuite include filter: .*_NULL_.*
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - Ciphersuite include filter: .*_anon_.*
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 cipher suite is included by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_RSA_WITH_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_WITH_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_WITH_AES_128_CBC_SHA cipher suite is included by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_RSA_WITH_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_WITH_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_WITH_3DES_EDE_CBC_SHA cipher suite is included by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_RSA_WITH_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_WITH_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_RENEGOTIATION_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_WITH_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_WITH_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_WITH_RC4_128_SHA cipher suite is included by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_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_SHA cipher suite is included by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDH_ECDSA_WITH_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_WITH_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_WITH_RC4_40_MD5 cipher suite is included by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_DH_anon_EXPORT_WITH_RC4_40_MD5 cipher suite is excluded by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_RSA_EXPORT_WITH_DES40_CBC_SHA cipher suite is included by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA cipher suite is included by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA cipher suite is included by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_DH_anon_EXPORT_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_WITH_NULL_SHA cipher suite is excluded by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_RSA_WITH_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_WITH_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_WITH_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_3DES_EDE_CBC_SHA cipher suite is included by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_KRB5_WITH_3DES_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_WITH_DES_CBC_40_SHA cipher suite is included by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_KRB5_EXPORT_WITH_DES_CBC_40_MD5 cipher suite is included by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_KRB5_EXPORT_WITH_RC4_40_SHA cipher suite is included by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_KRB5_EXPORT_WITH_RC4_40_MD5 cipher suite is included by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The enabled cipher suites have been filtered down to [TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_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, 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_CBC_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, 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_EDE_CBC_SHA, TLS_ECDH_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_WITH_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_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, TLS_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_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].
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The excluded cipher suites 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_anon_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_ECDH_RSA_WITH_NULL_SHA, TLS_ECDH_anon_WITH_NULL_SHA, SSL_RSA_WITH_NULL_MD5].  
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The cipher suites have been set to TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_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, 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_CBC_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, 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_EDE_CBC_SHA, TLS_ECDH_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_WITH_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_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, TLS_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_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.  
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 Decision is assumed.
2015-09-28 16:33:19 DEBUG HTTPConduit - Conduit '{http://cxf.apache.org}TransportURIResolver.http-conduit' has been (re)configured for plain http.
2015-09-28 16:33:19 DEBUG HTTPConduit - No Trust Decider configured for Conduit '{http://cxf.apache.org}TransportURIResolver.http-conduit'
2015-09-28 16:33:19 DEBUG HTTPConduit - No Auth Supplier configured for Conduit '{http://cxf.apache.org}TransportURIResolver.http-conduit'
2015-09-28 16:33:19 DEBUG HTTPConduit - Conduit '{http://cxf.apache.org}TransportURIResolver.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 have not been configured, falling back to cipher suite filters.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The cipher suite filters have not been configured, falling back to default filters.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - Ciphersuite include filter: .*
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - Ciphersuite include filter: .*_NULL_.*
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - Ciphersuite include filter: .*_anon_.*
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 cipher suite is included by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_RSA_WITH_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_WITH_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_WITH_AES_128_CBC_SHA cipher suite is included by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_RSA_WITH_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_WITH_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_WITH_3DES_EDE_CBC_SHA cipher suite is included by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_RSA_WITH_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_WITH_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_RENEGOTIATION_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_WITH_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_WITH_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_WITH_RC4_128_SHA cipher suite is included by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_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_SHA cipher suite is included by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDH_ECDSA_WITH_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_WITH_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_WITH_RC4_40_MD5 cipher suite is included by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_DH_anon_EXPORT_WITH_RC4_40_MD5 cipher suite is excluded by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_RSA_EXPORT_WITH_DES40_CBC_SHA cipher suite is included by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA cipher suite is included by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA cipher suite is included by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The SSL_DH_anon_EXPORT_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_WITH_NULL_SHA cipher suite is excluded by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_ECDHE_RSA_WITH_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_WITH_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_WITH_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_3DES_EDE_CBC_SHA cipher suite is included by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_KRB5_WITH_3DES_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_WITH_DES_CBC_40_SHA cipher suite is included by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_KRB5_EXPORT_WITH_DES_CBC_40_MD5 cipher suite is included by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_KRB5_EXPORT_WITH_RC4_40_SHA cipher suite is included by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The TLS_KRB5_EXPORT_WITH_RC4_40_MD5 cipher suite is included by the filter.
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The enabled cipher suites have been filtered down to [TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_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, 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_CBC_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, 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_EDE_CBC_SHA, TLS_ECDH_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_WITH_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_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, TLS_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_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].
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The excluded cipher suites 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_anon_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_ECDH_RSA_WITH_NULL_SHA, TLS_ECDH_anon_WITH_NULL_SHA, SSL_RSA_WITH_NULL_MD5].  
2015-09-28 16:33:19 DEBUG HttpsURLConnectionFactory - The cipher suites have been set to TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_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, 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_CBC_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, 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_EDE_CBC_SHA, TLS_ECDH_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_WITH_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_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, TLS_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_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.  
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 Decision is assumed.
2015-09-28 16:33:19 DEBUG WSDLServiceBuilder - Operation {http://www.examples.com/wsdl/HelloService.wsdl}sayHello cannot be unwrapped, input message must reference global element declaration with same localname as operation
2015-09-28 16:33:19 INFO  DynamicClientFactory - Created classes: com.examples.wsdl.helloservice.ObjectFactory, com.examples.wsdl.helloservice.StringAndIntComplexType, com.examples.wsdl.helloservice.StringComplexType
2015-09-28 16:33:21 DEBUG HTTPConduit - Conduit '{http://www.examples.com/wsdl/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 Conduit '{http://www.examples.com/wsdl/HelloService.wsdl}Hello_Port.http-conduit'
2015-09-28 16:33:21 DEBUG HTTPConduit - No Auth Supplier configured for Conduit '{http://www.examples.com/wsdl/HelloService.wsdl}Hello_Port.http-conduit'
2015-09-28 16:33:21 DEBUG HTTPConduit - Conduit '{http://www.examples.com/wsdl/HelloService.wsdl}Hello_Port.http-conduit' has been configured for plain 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.utils.TlsUtils] CXF SSL Engine Init w trakcie...
2015-09-28 16:33:21 DEBUG HTTPConduit - Conduit '{http://www.examples.com/wsdl/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: [BindingOperationInfo: {http://www.examples.com/wsdl/HelloService.wsdl}sayHello], params: [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=[org.apache.cxf.headers.Header@63f672fe, org.apache.cxf.headers.Header@48f7b4f7], org.apache.cxf.message.Message.ENDPOINT_ADDRESS=https://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.interceptors.WrapperClassOutInterceptor@25c97c75, org.apache.cxf.jaxws.interceptors.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.interceptor.SoapHeaderOutFilterInterceptor@36f1a618, org.apache.cxf.wsdl.interceptors.BareOutInterceptor@32cf8dd6, org.apache.cxf.binding.soap.interceptor.SoapPreProtocolOutInterceptor@5868f6a9, org.apache.cxf.binding.soap.interceptor.SoapOutInterceptor@5319fe97]
2015-09-28 16:33:21 DEBUG ClientImpl - Interceptors contributed by databinding: []
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.apache.cxf.interceptor.MessageSenderInterceptor@6d8cafe1 to phase prepare-send
2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Adding interceptor org.apache.cxf.jaxws.interceptors.SwAOutInterceptor@2f6f14f7 to phase pre-logical
2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Adding interceptor org.apache.cxf.jaxws.interceptors.WrapperClassOutInterceptor@25c97c75 to phase pre-logical
2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Adding interceptor org.apache.cxf.jaxws.interceptors.HolderOutInterceptor@4f09f8b4 to phase pre-logical
2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Adding interceptor org.apache.cxf.interceptor.AttachmentOutInterceptor@17a719f6 to phase pre-stream
2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Adding interceptor org.apache.cxf.interceptor.StaxOutInterceptor@5b99719b to phase pre-stream
2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Adding interceptor org.apache.cxf.binding.soap.interceptor.SoapHeaderOutFilterInterceptor@36f1a618 to phase pre-logical
2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Adding interceptor org.apache.cxf.wsdl.interceptors.BareOutInterceptor@32cf8dd6 to phase marshal
2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Adding interceptor org.apache.cxf.binding.soap.interceptor.SoapPreProtocolOutInterceptor@5868f6a9 to phase post-logical
2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Adding interceptor org.apache.cxf.binding.soap.interceptor.SoapOutInterceptor@5319fe97 to phase write
2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Chain org.apache.cxf.phase.PhaseInterceptorChain@4f899ed4 was created. Current flow:
  pre-logical [HolderOutInterceptor, SwAOutInterceptor, WrapperClassOutInterceptor, 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@4f09f8b4
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@25c97c75
2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Invoking handleMessage on interceptor org.apache.cxf.binding.soap.interceptor.SoapHeaderOutFilterInterceptor@36f1a618
2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Invoking handleMessage on interceptor org.apache.cxf.binding.soap.interceptor.SoapPreProtocolOutInterceptor@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.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor@7f8ca927 to phase prepare-send-ending
2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Chain org.apache.cxf.phase.PhaseInterceptorChain@4f899ed4 was modified. Current flow:
  pre-logical [HolderOutInterceptor, SwAOutInterceptor, WrapperClassOutInterceptor, 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.apache.cxf.interceptor.StaxOutEndingInterceptor@133c82f4 to phase pre-stream-ending
2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Chain org.apache.cxf.phase.PhaseInterceptorChain@4f899ed4 was modified. Current flow:
  pre-logical [HolderOutInterceptor, SwAOutInterceptor, WrapperClassOutInterceptor, 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@5319fe97
2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Adding interceptor org.apache.cxf.binding.soap.interceptor.SoapOutInterceptor$SoapOutEndingInterceptor@1af25560 to phase write-ending
2015-09-28 16:33:21 DEBUG PhaseInterceptorChain - Chain org.apache.cxf.phase.PhaseInterceptorChain@4f899ed4 was modified. Current flow:
  pre-logical [HolderOutInterceptor, SwAOutInterceptor, WrapperClassOutInterceptor, 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$SoapOutEndingInterceptor@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$MessageSenderEndingInterceptor@7f8ca927
2015-09-28 16:33:21 INFO  LogUtil - [Logger][pl.nbp.osb.service.interceptors.MsgInterceptor] Outbound message: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header><trybDiagnostyczny xmlns="http://soa.nbp.pl/xsd/inne/naglowek">true</trybDiagnostyczny><identyfikatorWywolania xmlns="http://soa.nbp.pl/xsd/inne/naglowek">1</identyfikatorWywolania></soap:Header><soap:Body><Request xmlns="http://www.examples.com/wsdl/HelloService.wsdl"><String>Joe Schmoe</String><Int>1</Int></Request></soap:Body></soap:Envelope>
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 position: 2
2015-09-28 16:33:21 DEBUG WSSConfig - The provider STRTransform was added at position: 12
2015-09-28 16:33:21 DEBUG CryptoFactory - Using Crypto Engine [class org.apache.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 been 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/2001/04/xmlenc#aes128-cbc
2015-09-28 16:33:21 DEBUG JCEMapper - Request for URI http://www.w3.org/2001/04/xmlenc#aes128-cbc
2015-09-28 16:33:21 DEBUG JCEMapper - Request for URI http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p
2015-09-28 16:33:21 DEBUG JCEMapper - Request for URI http://www.w3.org/2000/09/xmldsig#hmac-sha1
2015-09-28 16:33:21 DEBUG JCEMapper - Request for URI http://www.w3.org/2000/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.apache.jcp.xml.dsig.internal.dom.DOMURIDereferencer
2015-09-28 16:33:21 DEBUG DOMReference - Data class name: org.apache.jcp.xml.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.implementations.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 algorithm: http://www.w3.org/2001/10/xml-exc-c14n#
2015-09-28 16:33:21 DEBUG ApacheCanonicalizer - ApacheData = 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 - <wsu:Timestamp xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="TS-1"><wsu:Created>2015-09-28T14:33:21.408Z</wsu:Created><wsu:Expires>2015-09-28T14:38:21.408Z</wsu:Expires></wsu:Timestamp>
2015-09-28 16:33:21 DEBUG DOMReference - Reference object uri = #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.apache.jcp.xml.dsig.internal.dom.DOMURIDereferencer
2015-09-28 16:33:21 DEBUG DOMReference - Data class name: org.apache.jcp.xml.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.implementations.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 algorithm: http://www.w3.org/2001/10/xml-exc-c14n#
2015-09-28 16:33:21 DEBUG ApacheCanonicalizer - ApacheData = 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 - <soap:Body xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="id-2"><Request xmlns="http://www.examples.com/wsdl/HelloService.wsdl"><String>Joe Schmoe</String><Int>1</Int></Request></soap:Body>
2015-09-28 16:33:21 DEBUG DOMReference - Reference object uri = #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.implementations.TransformC14NExclusive"
2015-09-28 16:33:21 DEBUG Transform - The NodeList is [ds:CanonicalizationMethod: null]
2015-09-28 16:33:21 DEBUG ElementProxy - setElement(ds:CanonicalizationMethod, "null"
2015-09-28 16:33:21 DEBUG ApacheCanonicalizer - Created transform for algorithm: http://www.w3.org/2001/10/xml-exc-c14n#
2015-09-28 16:33:21 DEBUG ApacheCanonicalizer - isNodeSet() = 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 - <ds:SignedInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><ds:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"><ec:InclusiveNamespaces xmlns:ec="http://www.w3.org/2001/10/xml-exc-c14n#" PrefixList="soap"></ec:InclusiveNamespaces></ds:CanonicalizationMethod><ds:SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#hmac-sha1"></ds:SignatureMethod><ds:Reference URI="#TS-1"><ds:Transforms><ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"><ec:InclusiveNamespaces xmlns:ec="http://www.w3.org/2001/10/xml-exc-c14n#" PrefixList="wsse soap"></ec:InclusiveNamespaces></ds:Transform></ds:Transforms><ds:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"></ds:DigestMethod><ds:DigestValue>j3EFXTwWZ5zOlAl3b9/iKDUfTPg=</ds:DigestValue></ds:Reference><ds:Reference URI="#id-2"><ds:Transforms><ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"><ec:InclusiveNamespaces xmlns:ec="http://www.w3.org/2001/10/xml-exc-c14n#" PrefixList=""></ec:InclusiveNamespaces></ds:Transform></ds:Transforms><ds:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"></ds:DigestMethod><ds:DigestValue>KmGKo47NuoIgmv/x9JaCyGyjuTg=</ds:DigestValue></ds:Reference></ds:SignedInfo>
2015-09-28 16:33:21 DEBUG DOMSignedInfo - Data to be signed/verified:PGRzOlNpZ25lZEluZm8geG1sbnM6ZHM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvMDkveG1sZHNpZyMiIHhtbG5zOnNvYXA9Imh0dHA6Ly9zY2hlbWFzLnhtbHNvYXAub3JnL3NvYXAvZW52ZWxvcGUvIj48ZHM6Q2Fub25pY2FsaXphdGlvbk1ldGhvZCBBbGdvcml0aG09Imh0dHA6Ly93d3cudzMub3JnLzIwMDEvMTAveG1sLWV4Yy1jMTRuIyI+PGVjOkluY2x1c2l2ZU5hbWVzcGFjZXMgeG1sbnM6ZWM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDEvMTAveG1sLWV4Yy1jMTRuIyIgUHJlZml4TGlzdD0ic29hcCI+PC9lYzpJbmNsdXNpdmVOYW1lc3BhY2VzPjwvZHM6Q2Fub25pY2FsaXphdGlvbk1ldGhvZD48ZHM6U2lnbmF0dXJlTWV0aG9kIEFsZ29yaXRobT0iaHR0cDovL3d3dy53My5vcmcvMjAwMC8wOS94bWxkc2lnI2htYWMtc2hhMSI+PC9kczpTaWduYXR1cmVNZXRob2Q+PGRzOlJlZmVyZW5jZSBVUkk9IiNUUy0xIj48ZHM6VHJhbnNmb3Jtcz48ZHM6VHJhbnNmb3JtIEFsZ29yaXRobT0iaHR0cDovL3d3dy53My5vcmcvMjAwMS8xMC94bWwtZXhjLWMxNG4jIj48ZWM6SW5jbHVzaXZlTmFtZXNwYWNlcyB4bWxuczplYz0iaHR0cDovL3d3dy53My5vcmcvMjAwMS8xMC94bWwtZXhjLWMxNG4jIiBQcmVmaXhMaXN0PSJ3c3NlIHNvYXAiPjwvZWM6SW5jbHVzaXZlTmFtZXNwYWNlcz48L2RzOlRyYW5zZm9ybT48L2RzOlRyYW5zZm9ybXM+PGRzOkRpZ2VzdE1ldGhvZCBBbGdvcml0aG09Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvMDkveG1sZHNpZyNzaGExIj48L2RzOkRpZ2VzdE1ldGhvZD48ZHM6RGlnZXN0VmFsdWU+ajNFRlhUd1daNXpPbEFsM2I5L2lLRFVmVFBnPTwvZHM6RGlnZXN0VmFsdWU+PC9kczpSZWZlcmVuY2U+PGRzOlJlZmVyZW5jZSBVUkk9IiNpZC0yIj48ZHM6VHJhbnNmb3Jtcz48ZHM6VHJhbnNmb3JtIEFsZ29yaXRobT0iaHR0cDovL3d3dy53My5vcmcvMjAwMS8xMC94bWwtZXhjLWMxNG4jIj48ZWM6SW5jbHVzaXZlTmFtZXNwYWNlcyB4bWxuczplYz0iaHR0cDovL3d3dy53My5vcmcvMjAwMS8xMC94bWwtZXhjLWMxNG4jIiBQcmVmaXhMaXN0PSIiPjwvZWM6SW5jbHVzaXZlTmFtZXNwYWNlcz48L2RzOlRyYW5zZm9ybT48L2RzOlRyYW5zZm9ybXM+PGRzOkRpZ2VzdE1ldGhvZCBBbGdvcml0aG09Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvMDkveG1sZHNpZyNzaGExIj48L2RzOkRpZ2VzdE1ldGhvZD48ZHM6RGlnZXN0VmFsdWU+S21HS280N051b0lnbXYveDlKYUN5R3lqdVRnPTwvZHM6RGlnZXN0VmFsdWU+PC9kczpSZWZlcmVuY2U+PC9kczpTaWduZWRJbmZvPg==
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.apache.jcp.xml.dsig.internal.dom.DOMURIDereferencer
2015-09-28 16:33:21 DEBUG DOMReference - Data class name: org.apache.jcp.xml.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.implementations.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 algorithm: http://www.w3.org/2001/10/xml-exc-c14n#
2015-09-28 16:33:21 DEBUG ApacheCanonicalizer - ApacheData = 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 - <wsse:BinarySecurityToken xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary" ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3" wsu:Id="X509-13AED41D36F68A38F214434508014201">MIIENDCCAxygAwIBAgIDAxLCMA0GCSqGSIb3DQEBBQUAMHwxCzAJBgNVBAYTAlBMMREwDwYDVQQHEwhXYXJzemF3YTEdMBsGA1UEChMUTmFyb2Rvd3kgQmFuayBQb2xza2kxKDAmBgNVBAsTH0NlbnRydW0gQ2VydHlmaWthY2ppIEtsdWN6eSBOQlAxETAPBgNVBAMTCENDSy1URVNUMB4XDTE0MDYwNDEwMzQxNloXDTE2MDYwNDIzNTk1OVowgbQxCzAJBgNVBAYTAlBMMQwwCgYDVQQKEwNOQlAxFDASBgNVBAoTC1VzbHVnaSBJQklTMQwwCgYDVQQLEwNESVQxGzAZBgNVBAMTEm5iZXRlc3QuZXh0Lm5iZS5wbDEdMBsGCSqGSIb3DQEJARYObmJldGVzdEBuYnAucGwxNzA1BgNVBAUTLlMtMS01LTIxLTI2MDUzNTYxMTQtMTY4NjY0OTkxNy0zMjU1MzIxMDYyLTQ0OTYwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCcAYxs0ok+N5AH0AbinMEUCCc73IKbLfiBq4ogtIIaX9uj/YeKqaL0TCdpiC0d5lAcdDav5xiCQ1fEtdh8/yRfBFGUF/heZRemO4oWyu0h4p78j7sDTAXWPnotWzkxG94Ru9PkcLRg3Kg1a98QuFeDMMjQ5KZ4cYO54LiPq1rO20XSVI07op0wGYOelJ53BXZFzRn8MvLic1vZAgXUZOuERu50/ahh28FMeQdD6ZCYmU7lGVEjU77/pichUIdkaKK2e3ly5skdtvsFzIkLXiW87RHhIUbPmkVHeoMzD5j5P9ilUUEfypZSAzmR/7lye4j2/6ymqoLNPy/n9bgzsknDAgMBAAejgYUwgYIwCwYDVR0PBAQDAgP4MAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAU7n1tjIR89B0hO6i/lrZEIOXTQ90wRAYDVR0fBD0wOzA5oDegNYYzaHR0cDovL2RvY2VydC5uYnAucGwvQ2VydHlmaWthdHkvT3N0YXRuaUNybHRlc3QuY3JsMA0GCSqGSIb3DQEBBQUAA4IBAQCxrkAJZ0S5okfZQYRHPuCQSnKqUJysbxiPQx5Q00ydcUlvlLdvkZMYFIxD7qXk6PcXgeniJdLItB2m/27WUZ4tNjuiExh6N5z/xPv0uUvkuKYmNWGuM5nev0OdZ30OUqO7Sw8Tlq710kBUMrsVpvwN1/JBAm+QLNuTknNvhLuo1qzV0pg/ZpyXsvM2u5/A4WQv/CPeCFt11lJDc4/8iMb8XCMunsfsGVuRrD7a2DpZ6HxCeAZ/bwvcHY8ADeOdDQ1oRf1my3WAj1ISn8DQ535TiBhI3UxON6WmzLeiPi2/Y09NSzrzUr1Pxye4iHh6YZJIQ2Hexoee/IlIFmyRrSfV</wsse:BinarySecurityToken>
2015-09-28 16:33:21 DEBUG DOMReference - Reference object uri = #X509-13AED41D36F68A38F214434508014201
2015-09-28 16:33:21 DEBUG DOMReference - Reference digesting completed
2015-09-28 16:33:21 DEBUG DOMReference - URIDereferencer class name: org.apache.jcp.xml.dsig.internal.dom.DOMURIDereferencer
2015-09-28 16:33:21 DEBUG DOMReference - Data class name: org.apache.jcp.xml.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.implementations.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 algorithm: http://www.w3.org/2001/10/xml-exc-c14n#
2015-09-28 16:33:21 DEBUG ApacheCanonicalizer - ApacheData = 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 - <ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" Id="SIG-3"><ds:SignedInfo><ds:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"><ec:InclusiveNamespaces xmlns:ec="http://www.w3.org/2001/10/xml-exc-c14n#" PrefixList="soap"></ec:InclusiveNamespaces></ds:CanonicalizationMethod><ds:SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#hmac-sha1"></ds:SignatureMethod><ds:Reference URI="#TS-1"><ds:Transforms><ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"><ec:InclusiveNamespaces xmlns:ec="http://www.w3.org/2001/10/xml-exc-c14n#" PrefixList="wsse soap"></ec:InclusiveNamespaces></ds:Transform></ds:Transforms><ds:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"></ds:DigestMethod><ds:DigestValue>j3EFXTwWZ5zOlAl3b9/iKDUfTPg=</ds:DigestValue></ds:Reference><ds:Reference URI="#id-2"><ds:Transforms><ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"><ec:InclusiveNamespaces xmlns:ec="http://www.w3.org/2001/10/xml-exc-c14n#" PrefixList=""></ec:InclusiveNamespaces></ds:Transform></ds:Transforms><ds:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"></ds:DigestMethod><ds:DigestValue>KmGKo47NuoIgmv/x9JaCyGyjuTg=</ds:DigestValue></ds:Reference></ds:SignedInfo><ds:SignatureValue>AqGJaBm2oYVZG8aZwq0KvCa6bsQ=</ds:SignatureValue><ds:KeyInfo Id="KI-13AED41D36F68A38F214434508018225"><wsse:SecurityTokenReference xmlns:wsse11="http://docs.oasis-open.org/wss/oasis-wss-wssecurity-secext-1.1.xsd" wsu:Id="STR-13AED41D36F68A38F214434508018226" wsse11:TokenType="http://docs.oasis-open.org/wss/oasis-wss-soap-message-security-1.1#EncryptedKey"><wsse:Reference URI="#EK-13AED41D36F68A38F214434508018214" ValueType="http://docs.oasis-open.org/wss/oasis-wss-soap-message-security-1.1#EncryptedKey"></wsse:Reference></wsse:SecurityTokenReference></ds:KeyInfo></ds:Signature>
2015-09-28 16:33:21 DEBUG DOMReference - Reference object uri = #SIG-3
2015-09-28 16:33:21 DEBUG DOMReference - Reference digesting completed
2015-09-28 16:33:21 DEBUG DOMSignatureMethod - Signature provider:BC version 1.51
2015-09-28 16:33:21 DEBUG DOMSignatureMethod - Signing with key: RSA Private CRT Key
            modulus: 9c018c6cd2893e379007d006e29cc11408273bdc829b2df881ab8a20b4821a5fdba3fd878aa9a2f44c2769882d1de6501c7436afe718824357c4b5d87cff245f04519417f85e6517a63b8a16caed21e29efc8fbb034c05d63e7a2d5b39311bde11bbd3e470b460dca8356bdf10b8578330c8d0e4a6787183b9e0b88fab5acedb45d2548d3ba29d3019839e949e77057645cd19fc32f2e2735bd90205d464eb8446ee74fda861dbc14c790743e99098994ee519512353beffa6272150876468a2b67b7972e6c91db6fb05cc890b5e25bced11e12146cf9a45477a83330f98f93fd8a551411fca9652033991ffb9727b88f6ffaca6aa82cd3f2fe7f5b833b249c3
    public exponent: 10007
   private exponent: 3f8ac4b05350b0ab3d7500824a6f617ac696cd3ace782108fb53491522f3aaa4b1af89519d389d5cc61c0330ea4a6df050850343c080b04b2c8a616a6dc1ce3c30d505483eaa7cf49f7e94620a2b2147af5d85ddbcdfa5a3262d298dae0447041c8c8310d093460df8033ac25a371fe4097b0afa57175e59dc1a8d7467d63eb6e5a7f20b8e162c4095186e89e5c11329284576729c841ec605ce62928222654f90a8fe18996cdc628f93abf3cfcc322416a718b0fda8f0fdf6ece389c120bfcbaf30df0e59a7e79fd9142b4ccac63087dbb4c609e92c935bd4b7a49c722664571e99dd18f5b72395e552e814cc602d37adbf42666dbc1a752ea0bd9b9c9da777
             primeP: ee9d610d046b9fedcee8a42d879d82ef4ca190d3ddd1aeb99559e494297f3233caaa50205560c73543036545af42e192b79d2b3b28aa500df9ef7fe0e95dae562b5be6d81f8cda90cf8a5ee5956dcd6138988f8e557eccb3807e93be296d439fd1572862f96403b715a28cc4b2765df5d913a5488d00fc7b28c80d1d7ba1811d
             primeQ: a75f5bf502e75e931f4b6723646cc5570a9b9d2c1366569a942a77840a23e6443b4ec80b01e7db45ef79d7b7c5042341ea2cc7a0325bca93553c1e4a7800fa1e13449ceb25a16b5b1e5580e00c4dd2d7aed65ff6f25ef609cbf27202085541bf5b80e9e744088fc4998bd86aed584a71ccf060588770d61e17f43812f8d2e05f
     primeExponentP: 53d30e2080e70d99dc99a1e2f5cdb52d80accab9747f88a7450ef6aef31fa354cce565eae2b2d2794c1f2f8d43ab64b29c123a7daa64d5686331d78faeef7a40bc6c9dcd23d1b0da44829caede4cc4abc480f20102b07eb5a5b070b31d862db3f94f8eea8576e631da83e75b93b61e1e1a16795780ed8f3596a7d24cd8a29c7b
     primeExponentQ: a3b690c8d29f6f6a43df3a044b295152928084d6f201a8808f9935c5d43a9cb14a63627d032c278d6f0bd9b13384499781ddcd1f9c26023adcef4adeb119acf91ced7e3a9c2f88e65e79f3428577a311c3ee1e519091ed15cdc7c50c95aabf2be561f022c8dc1a0f0e03295948493aa284972d3d9d9f143bd6afeae332ee7533
     crtCoefficient: cf35fb5b6d828a53df18085f058434cb62f99cafd921e5bcc944dbba325bddb6cd8fc432821e3b80a9e49b4f6d8a98cd5cb112425f3dad260670597d64c4a9b7eeca4cf4fb6ab70e6c3b5a270ff6e73b7bd38c21dfc464fa966a1b868efbb76338e9571b5c15b2c4a1e563b6ec3029f5899d5a49b77209f990f39d675a04c276

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.implementations.TransformC14NExclusive"
2015-09-28 16:33:21 DEBUG Transform - The NodeList is [ds:CanonicalizationMethod: null]
2015-09-28 16:33:21 DEBUG ElementProxy - setElement(ds:CanonicalizationMethod, "null"
2015-09-28 16:33:21 DEBUG ApacheCanonicalizer - Created transform for algorithm: http://www.w3.org/2001/10/xml-exc-c14n#
2015-09-28 16:33:21 DEBUG ApacheCanonicalizer - isNodeSet() = 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 - <ds:SignedInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><ds:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"><ec:InclusiveNamespaces xmlns:ec="http://www.w3.org/2001/10/xml-exc-c14n#" PrefixList="soap"></ec:InclusiveNamespaces></ds:CanonicalizationMethod><ds:SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"></ds:SignatureMethod><ds:Reference URI="#X509-13AED41D36F68A38F214434508014201"><ds:Transforms><ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"><ec:InclusiveNamespaces xmlns:ec="http://www.w3.org/2001/10/xml-exc-c14n#" PrefixList="soap"></ec:InclusiveNamespaces></ds:Transform></ds:Transforms><ds:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"></ds:DigestMethod><ds:DigestValue>O5nQ2PFpIVFSs5IqdMZgazCZFzc=</ds:DigestValue></ds:Reference><ds:Reference URI="#SIG-3"><ds:Transforms><ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"><ec:InclusiveNamespaces xmlns:ec="http://www.w3.org/2001/10/xml-exc-c14n#" PrefixList="wsse wsu soap"></ec:InclusiveNamespaces></ds:Transform></ds:Transforms><ds:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"></ds:DigestMethod><ds:DigestValue>D7pb6pO29Dbzi4b3/5hLDdI7f3c=</ds:DigestValue></ds:Reference></ds:SignedInfo>
2015-09-28 16:33:21 DEBUG DOMSignedInfo - Data to be signed/verified:PGRzOlNpZ25lZEluZm8geG1sbnM6ZHM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvMDkveG1sZHNpZyMiIHhtbG5zOnNvYXA9Imh0dHA6Ly9zY2hlbWFzLnhtbHNvYXAub3JnL3NvYXAvZW52ZWxvcGUvIj48ZHM6Q2Fub25pY2FsaXphdGlvbk1ldGhvZCBBbGdvcml0aG09Imh0dHA6Ly93d3cudzMub3JnLzIwMDEvMTAveG1sLWV4Yy1jMTRuIyI+PGVjOkluY2x1c2l2ZU5hbWVzcGFjZXMgeG1sbnM6ZWM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDEvMTAveG1sLWV4Yy1jMTRuIyIgUHJlZml4TGlzdD0ic29hcCI+PC9lYzpJbmNsdXNpdmVOYW1lc3BhY2VzPjwvZHM6Q2Fub25pY2FsaXphdGlvbk1ldGhvZD48ZHM6U2lnbmF0dXJlTWV0aG9kIEFsZ29yaXRobT0iaHR0cDovL3d3dy53My5vcmcvMjAwMC8wOS94bWxkc2lnI3JzYS1zaGExIj48L2RzOlNpZ25hdHVyZU1ldGhvZD48ZHM6UmVmZXJlbmNlIFVSST0iI1g1MDktMTNBRUQ0MUQzNkY2OEEzOEYyMTQ0MzQ1MDgwMTQyMDEiPjxkczpUcmFuc2Zvcm1zPjxkczpUcmFuc2Zvcm0gQWxnb3JpdGhtPSJodHRwOi8vd3d3LnczLm9yZy8yMDAxLzEwL3htbC1leGMtYzE0biMiPjxlYzpJbmNsdXNpdmVOYW1lc3BhY2VzIHhtbG5zOmVjPSJodHRwOi8vd3d3LnczLm9yZy8yMDAxLzEwL3htbC1leGMtYzE0biMiIFByZWZpeExpc3Q9InNvYXAiPjwvZWM6SW5jbHVzaXZlTmFtZXNwYWNlcz48L2RzOlRyYW5zZm9ybT48L2RzOlRyYW5zZm9ybXM+PGRzOkRpZ2VzdE1ldGhvZCBBbGdvcml0aG09Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvMDkveG1sZHNpZyNzaGExIj48L2RzOkRpZ2VzdE1ldGhvZD48ZHM6RGlnZXN0VmFsdWU+TzVuUTJQRnBJVkZTczVJcWRNWmdhekNaRnpjPTwvZHM6RGlnZXN0VmFsdWU+PC9kczpSZWZlcmVuY2U+PGRzOlJlZmVyZW5jZSBVUkk9IiNTSUctMyI+PGRzOlRyYW5zZm9ybXM+PGRzOlRyYW5zZm9ybSBBbGdvcml0aG09Imh0dHA6Ly93d3cudzMub3JnLzIwMDEvMTAveG1sLWV4Yy1jMTRuIyI+PGVjOkluY2x1c2l2ZU5hbWVzcGFjZXMgeG1sbnM6ZWM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDEvMTAveG1sLWV4Yy1jMTRuIyIgUHJlZml4TGlzdD0id3NzZSB3c3Ugc29hcCI+PC9lYzpJbmNsdXNpdmVOYW1lc3BhY2VzPjwvZHM6VHJhbnNmb3JtPjwvZHM6VHJhbnNmb3Jtcz48ZHM6RGlnZXN0TWV0aG9kIEFsZ29yaXRobT0iaHR0cDovL3d3dy53My5vcmcvMjAwMC8wOS94bWxkc2lnI3NoYTEiPjwvZHM6RGlnZXN0TWV0aG9kPjxkczpEaWdlc3RWYWx1ZT5EN3BiNnBPMjlEYnppNGIzLzVoTERkSTdmM2M9PC9kczpEaWdlc3RWYWx1ZT48L2RzOlJlZmVyZW5jZT48L2RzOlNpZ25lZEluZm8+
2015-09-28 16:33:21 INFO  LogUtil - [Logger][pl.nbp.osb.service.interceptors.MsgInterceptor] Outbound message has been changed: <?xml version="1.0" encoding="UTF-8" standalone="no"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header><wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" soap:mustUnderstand="1"><wsu:Timestamp wsu:Id="TS-1"><wsu:Created>2015-09-28T14:33:21.408Z</wsu:Created><wsu:Expires>2015-09-28T14:38:21.408Z</wsu:Expires></wsu:Timestamp><wsse:BinarySecurityToken EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary" ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3" wsu:Id="X509-13AED41D36F68A38F214434508014201">MIIENDCCAxygAwIBAgIDAxLCMA0GCSqGSIb3DQEBBQUAMHwxCzAJBgNVBAYTAlBMMREwDwYDVQQHEwhXYXJzemF3YTEdMBsGA1UEChMUTmFyb2Rvd3kgQmFuayBQb2xza2kxKDAmBgNVBAsTH0NlbnRydW0gQ2VydHlmaWthY2ppIEtsdWN6eSBOQlAxETAPBgNVBAMTCENDSy1URVNUMB4XDTE0MDYwNDEwMzQxNloXDTE2MDYwNDIzNTk1OVowgbQxCzAJBgNVBAYTAlBMMQwwCgYDVQQKEwNOQlAxFDASBgNVBAoTC1VzbHVnaSBJQklTMQwwCgYDVQQLEwNESVQxGzAZBgNVBAMTEm5iZXRlc3QuZXh0Lm5iZS5wbDEdMBsGCSqGSIb3DQEJARYObmJldGVzdEBuYnAucGwxNzA1BgNVBAUTLlMtMS01LTIxLTI2MDUzNTYxMTQtMTY4NjY0OTkxNy0zMjU1MzIxMDYyLTQ0OTYwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCcAYxs0ok+N5AH0AbinMEUCCc73IKbLfiBq4ogtIIaX9uj/YeKqaL0TCdpiC0d5lAcdDav5xiCQ1fEtdh8/yRfBFGUF/heZRemO4oWyu0h4p78j7sDTAXWPnotWzkxG94Ru9PkcLRg3Kg1a98QuFeDMMjQ5KZ4cYO54LiPq1rO20XSVI07op0wGYOelJ53BXZFzRn8MvLic1vZAgXUZOuERu50/ahh28FMeQdD6ZCYmU7lGVEjU77/pichUIdkaKK2e3ly5skdtvsFzIkLXiW87RHhIUbPmkVHeoMzD5j5P9ilUUEfypZSAzmR/7lye4j2/6ymqoLNPy/n9bgzsknDAgMBAAejgYUwgYIwCwYDVR0PBAQDAgP4MAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAU7n1tjIR89B0hO6i/lrZEIOXTQ90wRAYDVR0fBD0wOzA5oDegNYYzaHR0cDovL2RvY2VydC5uYnAucGwvQ2VydHlmaWthdHkvT3N0YXRuaUNybHRlc3QuY3JsMA0GCSqGSIb3DQEBBQUAA4IBAQCxrkAJZ0S5okfZQYRHPuCQSnKqUJysbxiPQx5Q00ydcUlvlLdvkZMYFIxD7qXk6PcXgeniJdLItB2m/27WUZ4tNjuiExh6N5z/xPv0uUvkuKYmNWGuM5nev0OdZ30OUqO7Sw8Tlq710kBUMrsVpvwN1/JBAm+QLNuTknNvhLuo1qzV0pg/ZpyXsvM2u5/A4WQv/CPeCFt11lJDc4/8iMb8XCMunsfsGVuRrD7a2DpZ6HxCeAZ/bwvcHY8ADeOdDQ1oRf1my3WAj1ISn8DQ535TiBhI3UxON6WmzLeiPi2/Y09NSzrzUr1Pxye4iHh6YZJIQ2Hexoee/IlIFmyRrSfV</wsse:BinarySecurityToken><xenc:EncryptedKey xmlns:xenc="http://www.w3.org/2001/04/xmlenc#" Id="EK-13AED41D36F68A38F214434508018214"><xenc:EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p"/><ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#"><wsse:SecurityTokenReference><wsse:KeyIdentifier EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary" ValueType="http://docs.oasis-open.org/wss/oasis-wss-soap-message-security-1.1#ThumbprintSHA1">Wum1GKAz2wRaSCH/ocmF5omkXdQ=</wsse:KeyIdentifier></wsse:SecurityTokenReference></ds:KeyInfo><xenc:CipherData><xenc:CipherValue>q2XGfzpJmTWZgy+ylYrFpmIDoF8cQE26PZQJhYmgkBCn2zDL+PeTqDL95aimvg+9bGBetJJUBSL3EJIagM/LzXqbOhuOT3buES9k8IWvPbJxcQDPukP6EMkFJbG35pCIN6e2RywoMroCzh9PeTFmbYrOdp5HN4mPHnAdDkVpiseee/LGiYny2b4YFrlDnsP/y6j7yOBFphvafPSNCcKU8J+Ig1SZAWOQ/i6nSKaxK66KezCVkU8/F9rBDc8wsmmXeU3N//ONL3DLu4N+35u0WyPoNLSD/M593SO6BTc1WaikmKC9K+QgcBwaHnnomT4CViraYVVJiSflea4t4aHBeQ==</xenc:CipherValue></xenc:CipherData></xenc:EncryptedKey><ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#" Id="SIG-4"><ds:SignedInfo><ds:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"><ec:InclusiveNamespaces xmlns:ec="http://www.w3.org/2001/10/xml-exc-c14n#" PrefixList="soap"/></ds:CanonicalizationMethod><ds:SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/><ds:Reference URI="#X509-13AED41D36F68A38F214434508014201"><ds:Transforms><ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"><ec:InclusiveNamespaces xmlns:ec="http://www.w3.org/2001/10/xml-exc-c14n#" PrefixList="soap"/></ds:Transform></ds:Transforms><ds:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/><ds:DigestValue>O5nQ2PFpIVFSs5IqdMZgazCZFzc=</ds:DigestValue></ds:Reference><ds:Reference URI="#SIG-3"><ds:Transforms><ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"><ec:InclusiveNamespaces xmlns:ec="http://www.w3.org/2001/10/xml-exc-c14n#" PrefixList="wsse wsu soap"/></ds:Transform></ds:Transforms><ds:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/><ds:DigestValue>D7pb6pO29Dbzi4b3/5hLDdI7f3c=</ds:DigestValue></ds:Reference></ds:SignedInfo><ds:SignatureValue>fdP3PA4LfW6fHDSDv+hNjwMP/X8LrKkLOJ08XoI/tqLelw2Jb6tqDDEWYYIBeZwi2oOl9RTXMlmUdZ6hokGzqvkf01j8ptq9Rj/X6bFHPd04i4PkzkMTj8+mhAFqbBslB0uWCqJJT7E6i2yRU3iR9z5ClFnWRmfZUkuF1VEwvhMFhgRzD2FYbK5HTlpjGIZ6V75J8C+IzY/5tAYju5rceCX5ME/+SSXG7Xk+IHiMLlA31YS2RTEyajazsj+snT+77Xyw8p043RvTF/jxqCY5ytzW6fEZSW6d9ZwPcZRilFPhjX6Bxamas4Ne4o+gi5ffmlJdbiojgF7OxBnbyrG6hQ==</ds:SignatureValue><ds:KeyInfo Id="KI-13AED41D36F68A38F214434508014242"><wsse:SecurityTokenReference wsu:Id="STR-13AED41D36F68A38F214434508014253"><wsse:Reference URI="#X509-13AED41D36F68A38F214434508014201" ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3"/></wsse:SecurityTokenReference></ds:KeyInfo></ds:Signature><ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#" Id="SIG-3"><ds:SignedInfo><ds:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"><ec:InclusiveNamespaces xmlns:ec="http://www.w3.org/2001/10/xml-exc-c14n#" PrefixList="soap"/></ds:CanonicalizationMethod><ds:SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#hmac-sha1"/><ds:Reference URI="#TS-1"><ds:Transforms><ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"><ec:InclusiveNamespaces xmlns:ec="http://www.w3.org/2001/10/xml-exc-c14n#" PrefixList="wsse soap"/></ds:Transform></ds:Transforms><ds:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/><ds:DigestValue>j3EFXTwWZ5zOlAl3b9/iKDUfTPg=</ds:DigestValue></ds:Reference><ds:Reference URI="#id-2"><ds:Transforms><ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"><ec:InclusiveNamespaces xmlns:ec="http://www.w3.org/2001/10/xml-exc-c14n#" PrefixList=""/></ds:Transform></ds:Transforms><ds:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/><ds:DigestValue>KmGKo47NuoIgmv/x9JaCyGyjuTg=</ds:DigestValue></ds:Reference></ds:SignedInfo><ds:SignatureValue>AqGJaBm2oYVZG8aZwq0KvCa6bsQ=</ds:SignatureValue><ds:KeyInfo Id="KI-13AED41D36F68A38F214434508018225"><wsse:SecurityTokenReference xmlns:wsse11="http://docs.oasis-open.org/wss/oasis-wss-wssecurity-secext-1.1.xsd" wsse11:TokenType="http://docs.oasis-open.org/wss/oasis-wss-soap-message-security-1.1#EncryptedKey" wsu:Id="STR-13AED41D36F68A38F214434508018226"><wsse:Reference URI="#EK-13AED41D36F68A38F214434508018214" ValueType="http://docs.oasis-open.org/wss/oasis-wss-soap-message-security-1.1#EncryptedKey"/></wsse:SecurityTokenReference></ds:KeyInfo></ds:Signature></wsse:Security><trybDiagnostyczny xmlns="http://soa.nbp.pl/xsd/inne/naglowek">true</trybDiagnostyczny><identyfikatorWywolania xmlns="http://soa.nbp.pl/xsd/inne/naglowek">1</identyfikatorWywolania></soap:Header><soap:Body xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="id-2"><Request xmlns="http://www.examples.com/wsdl/HelloService.wsdl"><String>Joe Schmoe</String><Int>1</Int></Request></soap:Body></soap:Envelope>
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 afirmative Trust Decision is assumed.
2015-09-28 16:33:22 DEBUG HTTPConduit - Sending POST Message with Headers to https://localhost:1081/?WSDL Conduit :{http://www.examples.com/wsdl/HelloService.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, org.apache.cxf.jaxws.interceptors.HolderInInterceptor@79282205, org.apache.cxf.jaxws.interceptors.SwAInInterceptor@39d1b467]
2015-09-28 16:33:22 DEBUG ClientImpl - Interceptors contributed by binding: [org.apache.cxf.interceptor.AttachmentInInterceptor@769af3d8, org.apache.cxf.interceptor.StaxInInterceptor@36ff26bd, org.apache.cxf.binding.soap.interceptor.SoapActionInInterceptor@29485e80, org.apache.cxf.wsdl.interceptors.DocLiteralInInterceptor@4e343aac, org.apache.cxf.binding.soap.interceptor.SoapHeaderInterceptor@46f81a50, org.apache.cxf.binding.soap.interceptor.ReadHeadersInterceptor@4a879e96, org.apache.cxf.binding.soap.interceptor.StartBodyInterceptor@dbcb014, org.apache.cxf.binding.soap.interceptor.CheckFaultInterceptor@5ecbf817, org.apache.cxf.binding.soap.interceptor.MustUnderstandInterceptor@210cdea0]
2015-09-28 16:33:22 DEBUG ClientImpl - Interceptors contributed by databinging: []
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.apache.cxf.jaxws.interceptors.WrapperClassInInterceptor@135de411 to phase post-logical
2015-09-28 16:33:22 DEBUG PhaseInterceptorChain - Adding interceptor org.apache.cxf.jaxws.interceptors.HolderInInterceptor@79282205 to phase pre-invoke
2015-09-28 16:33:22 DEBUG PhaseInterceptorChain - Adding interceptor org.apache.cxf.jaxws.interceptors.SwAInInterceptor@39d1b467 to phase pre-invoke
2015-09-28 16:33:22 DEBUG PhaseInterceptorChain - Adding interceptor org.apache.cxf.interceptor.AttachmentInInterceptor@769af3d8 to phase receive
2015-09-28 16:33:22 DEBUG PhaseInterceptorChain - Adding interceptor org.apache.cxf.interceptor.StaxInInterceptor@36ff26bd to phase post-stream
2015-09-28 16:33:22 DEBUG PhaseInterceptorChain - Adding interceptor org.apache.cxf.binding.soap.interceptor.SoapActionInInterceptor@29485e80 to phase read
2015-09-28 16:33:22 DEBUG PhaseInterceptorChain - Adding interceptor org.apache.cxf.wsdl.interceptors.DocLiteralInInterceptor@4e343aac to phase unmarshal
2015-09-28 16:33:22 DEBUG PhaseInterceptorChain - Adding interceptor org.apache.cxf.binding.soap.interceptor.SoapHeaderInterceptor@46f81a50 to phase unmarshal
2015-09-28 16:33:22 DEBUG PhaseInterceptorChain - Adding interceptor org.apache.cxf.binding.soap.interceptor.ReadHeadersInterceptor@4a879e96 to phase read
2015-09-28 16:33:22 DEBUG PhaseInterceptorChain - Adding interceptor org.apache.cxf.binding.soap.interceptor.StartBodyInterceptor@dbcb014 to phase read
2015-09-28 16:33:22 DEBUG PhaseInterceptorChain - Adding interceptor org.apache.cxf.binding.soap.interceptor.CheckFaultInterceptor@5ecbf817 to phase post-protocol
2015-09-28 16:33:22 DEBUG PhaseInterceptorChain - Adding interceptor org.apache.cxf.binding.soap.interceptor.MustUnderstandInterceptor@210cdea0 to phase pre-protocol
2015-09-28 16:33:22 DEBUG PhaseInterceptorChain - Chain org.apache.cxf.phase.PhaseInterceptorChain@53ebeb53 was created. Current flow:
  receive [AttachmentInInterceptor]
  pre-stream [MsgInterceptor]
  post-stream [StaxInInterceptor]
  read [ReadHeadersInterceptor, SoapActionInInterceptor, StartBodyInterceptor]
  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.interceptors.MsgInterceptor] Inbound message: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:hel="http://www.examples.com/wsdl/HelloService.wsdl">
   <soapenv:Header/>
   <soapenv:Body>
      <hel:Response>
         <!--type: StringType-->
         <hel:String>gero et</hel:String>
      </hel:Response>
   </soapenv:Body>
</soapenv:Envelope>
2015-09-28 16:33:22 DEBUG CryptoFactory - Using Crypto Engine [class org.apache.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 been 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.apache.cxf.interceptor.StaxInEndingInterceptor@f7a18d9 to phase pre-invoke
2015-09-28 16:33:22 DEBUG PhaseInterceptorChain - Chain org.apache.cxf.phase.PhaseInterceptorChain@53ebeb53 was modified. Current flow:
  receive [AttachmentInInterceptor]
  pre-stream [MsgInterceptor]
  post-stream [StaxInInterceptor]
  read [ReadHeadersInterceptor, SoapActionInInterceptor, StartBodyInterceptor]
  pre-protocol [MustUnderstandInterceptor]
  post-protocol [CheckFaultInterceptor]
  unmarshal [DocLiteralInInterceptor, SoapHeaderInterceptor]
  post-logical [WrapperClassInInterceptor]
  pre-invoke [StaxInEndingInterceptor, SwAInInterceptor, HolderInInterceptor]

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.SoapActionInInterceptor@29485e80
2015-09-28 16:33:22 DEBUG PhaseInterceptorChain - Invoking handleMessage on interceptor org.apache.cxf.binding.soap.interceptor.StartBodyInterceptor@dbcb014
2015-09-28 16:33:22 DEBUG PhaseInterceptorChain - Invoking handleMessage on interceptor org.apache.cxf.binding.soap.interceptor.MustUnderstandInterceptor@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@4e343aac
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@135de411
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=gero 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
> 	at com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder.<init>(RuntimeModelBuilder.java:89)
> 	at com.sun.xml.bind.v2.runtime.JAXBContextImpl.getTypeInfoSet(JAXBContextImpl.java:456)
> 	at com.sun.xml.bind.v2.runtime.JAXBContextImpl.<init>(JAXBContextImpl.java:302)
> 	at com.sun.xml.bind.v2.runtime.JAXBContextImpl$JAXBContextBuilder.build(JAXBContextImpl.java:1140)
> 	at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:154)
> 	at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:121)
> 	at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:202)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:606)
> 	at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:172)
> 	at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:132)
> 	at javax.xml.bind.ContextFinder.find(ContextFinder.java:334)
> 	at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:431)
> 	at org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(DynamicClientFactory.java:394)
> 	at org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(DynamicClientFactory.java:241)
> 	at org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(DynamicClientFactory.java:234)
> 	at org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(DynamicClientFactory.java:189)
> 	at 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 WSDL https://localhost:1081/?WSDL
> 2015-09-28 15:59:12 DEBUG DefaultResourceManager - resolving resource <org.apache.cxf.wsdl11.WSDLManagerImpl/bus> type <interface org.apache.cxf.Bus>
> 2015-09-28 15:59:12 DEBUG DefaultResourceManager - resolving resource <null> type <interface org.apache.cxf.Bus>
> 2015-09-28 15:59:13 DEBUG HTTPConduit - Conduit '{http://cxf.apache.org}TransportURIResolver.http-conduit' has been (re)configured for plain http.
> 2015-09-28 15:59:13 DEBUG HTTPConduit - No Trust Decider configured for Conduit '{http://cxf.apache.org}TransportURIResolver.http-conduit'
> 2015-09-28 15:59:13 DEBUG HTTPConduit - No Auth Supplier configured for Conduit '{http://cxf.apache.org}TransportURIResolver.http-conduit'
> 2015-09-28 15:59:13 DEBUG HTTPConduit - Conduit '{http://cxf.apache.org}TransportURIResolver.http-conduit' has been configured for plain http.
> 2015-09-28 15:59:13 DEBUG HTTPConduit - registering incoming observer: org.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 password has 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 key password has 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 have been set to [Ljava.lang.String;@520d8436.  
> 2015-09-28 15:59:13 DEBUG Headers - Accept: */*
> 2015-09-28 15:59:13 DEBUG HTTPConduit - No Trust Decider for Conduit '{http://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 XMLInputFactory.  Found class com.ctc.wstx.stax.WstxInputFactory.  Suggest Woodstox 4.2.0 or newer.
> 2015-09-28 15:59:13 DEBUG HTTPConduit - Conduit '{http://cxf.apache.org}TransportURIResolver.http-conduit' has been (re)configured for plain http.
> 2015-09-28 15:59:13 DEBUG HTTPConduit - No Trust Decider configured for Conduit '{http://cxf.apache.org}TransportURIResolver.http-conduit'
> 2015-09-28 15:59:13 DEBUG HTTPConduit - No Auth Supplier configured for Conduit '{http://cxf.apache.org}TransportURIResolver.http-conduit'
> 2015-09-28 15:59:13 DEBUG HTTPConduit - Conduit '{http://cxf.apache.org}TransportURIResolver.http-conduit' has been configured for plain http.
> 2015-09-28 15:59:13 DEBUG HTTPConduit - registering incoming observer: org.apache.cxf.transport.TransportURIResolver$1@4a3a051f
> 2015-09-28 15:59:13 DEBUG HttpsURLConnectionFactory - The cipher suites have been set to [Ljava.lang.String;@67de324d.  
> 2015-09-28 15:59:13 DEBUG Headers - Accept: */*
> 2015-09-28 15:59:13 DEBUG HTTPConduit - No Trust Decider for Conduit '{http://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}TransportURIResolver.http-conduit' has been (re)configured for plain http.
> 2015-09-28 15:59:13 DEBUG HTTPConduit - No Trust Decider configured for Conduit '{http://cxf.apache.org}TransportURIResolver.http-conduit'
> 2015-09-28 15:59:13 DEBUG HTTPConduit - No Auth Supplier configured for Conduit '{http://cxf.apache.org}TransportURIResolver.http-conduit'
> 2015-09-28 15:59:13 DEBUG HTTPConduit - Conduit '{http://cxf.apache.org}TransportURIResolver.http-conduit' has been configured for plain http.
> 2015-09-28 15:59:13 DEBUG HTTPConduit - registering incoming observer: org.apache.cxf.transport.TransportURIResolver$1@3185a34
> 2015-09-28 15:59:13 DEBUG HttpsURLConnectionFactory - The cipher suites have been set to [Ljava.lang.String;@33ca0d82.  
> 2015-09-28 15:59:13 DEBUG Headers - Accept: */*
> 2015-09-28 15:59:13 DEBUG HTTPConduit - No Trust Decider for Conduit '{http://cxf.apache.org}TransportURIResolver.http-conduit'. An afirmative Trust Decision is assumed.
> 2015-09-28 15:59:13 DEBUG WSDLServiceBuilder - Operation {http://www.examples.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.examples.wsdl.helloservice.ObjectFactory, com.examples.wsdl.helloservice.StringAndIntComplexType, com.examples.wsdl.helloservice.StringComplexType
> Exception in thread "main" java.lang.NoSuchFieldError: REFLECTION
> 	at com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder.<init>(RuntimeModelBuilder.java:89)
> 	at com.sun.xml.bind.v2.runtime.JAXBContextImpl.getTypeInfoSet(JAXBContextImpl.java:456)
> 	at com.sun.xml.bind.v2.runtime.JAXBContextImpl.<init>(JAXBContextImpl.java:302)
> 	at com.sun.xml.bind.v2.runtime.JAXBContextImpl$JAXBContextBuilder.build(JAXBContextImpl.java:1140)
> 	at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:154)
> 	at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:121)
> 	at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:202)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:606)
> 	at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:172)
> 	at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:132)
> 	at javax.xml.bind.ContextFinder.find(ContextFinder.java:334)
> 	at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:431)
> 	at org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(DynamicClientFactory.java:394)
> 	at org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(DynamicClientFactory.java:241)
> 	at org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(DynamicClientFactory.java:234)
> 	at org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(DynamicClientFactory.java:189)
> 	at pl.nbp.traverse.Main.main(Main.java:33)
> {noformat}
> My pom:
> {code:xml}
> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
> 	<modelVersion>4.0.0</modelVersion>
> 	<groupId>pl.nbp</groupId>
> 	<artifactId>traverse</artifactId>
> 	<version>4.0</version>
> 	<packaging>jar</packaging>
> 	<name>${project.artifactId}</name>
> 	<build>
> 		<plugins>
> 			<plugin>
> 				<groupId>org.apache.maven.plugins</groupId>
> 				<artifactId>maven-compiler-plugin</artifactId>
> 				<version>3.3</version>
> 				<configuration>
> 					<source>${targetJdk}</source>
> 					<target>${targetJdk}</target>
> 				</configuration>
> 			</plugin>
> 			<plugin>
> 				<groupId>org.apache.maven.plugins</groupId>
> 				<artifactId>maven-shade-plugin</artifactId>
> 				<version>2.4.1</version>
> 				<executions>
> 					<execution>
> 						<phase>package</phase>
> 						<goals>
> 							<goal>shade</goal>
> 						</goals>
> 						<configuration>
> 							<filters><!-- bez tego java.lang.SecurityException: Invalid signature 
> 									file digest for Manifest main attributes -->
> 								<filter>
> 									<artifact>*:*</artifact>
> 									<excludes>
> 										<exclude>META-INF/*.SF</exclude>
> 										<exclude>META-INF/*.DSA</exclude>
> 										<exclude>META-INF/*.RSA</exclude>
> 									</excludes>
> 								</filter>
> 							</filters>
> 							<transformers>
> 								<transformer
> 									implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
> 									<mainClass>pl.nbp.traverse.Main</mainClass>
> 								</transformer>
> 							</transformers>
> 						</configuration>
> 					</execution>
> 				</executions>
> 			</plugin>
> 		</plugins>
> 		<resources>
> 			<resource>
> 				<directory>src/main/resources</directory>
> 				<filtering>true</filtering>
> 			</resource>
> 		</resources>
> 	</build>
> 	<properties>
> 		<targetJdk>1.7</targetJdk>
> 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
> 		<logger>org.apache.log4j.ConsoleAppender</logger>
> 		<logger.severity>DEBUG</logger.severity><!-- DEBUG, INFO -->
> 		<do.i.need.dev.osb>TRUE</do.i.need.dev.osb>
> 		
> 		<cxf.version>3.1.4-SNAPSHOT</cxf.version>
> 		<!-- cxf.version>3.0.0-SNAPSHOT</cxf.version-->
> 		
> 		<ws.CHANNEL_SECURITY_TIME_TO_LIVE>300</ws.CHANNEL_SECURITY_TIME_TO_LIVE>
> 		<ws.KEY_STORE_FILE>all.jks</ws.KEY_STORE_FILE>
> 		<ws.KEY_STORE_FILE_PASSWORD>Soatest2012</ws.KEY_STORE_FILE_PASSWORD>
> 		<ws.CHANNEL_RECIPIENT_SERVER_ALIAS>soatest@nbp.pl</ws.CHANNEL_RECIPIENT_SERVER_ALIAS>
> 	</properties>
> 	<dependencies>
> 		<!-- <cxf.version>3.1.4-SNAPSHOT</cxf.version> -->
> 		<dependency>
> 			<groupId>org.apache.cxf</groupId>
> 			<artifactId>cxf-rt-frontend-jaxws</artifactId>
> 			<version>${cxf.version}</version>
> 		</dependency>
> 		<dependency>
> 			<groupId>org.apache.cxf</groupId>
> 			<artifactId>cxf-rt-transports-http</artifactId>
> 			<version>${cxf.version}</version>
> 		</dependency>
> 		<dependency>
> 			<groupId>org.apache.cxf</groupId>
> 			<artifactId>cxf-rt-core</artifactId>
> 			<version>2.7.9</version>
> 		</dependency>
> 		<dependency>
> 			<groupId>org.apache.cxf</groupId>
> 			<artifactId>cxf-rt-ws-security</artifactId>
> 			<version>3.1.3</version>
> 		</dependency>
> 		<dependency>
> 			<groupId>org.apache.cxf</groupId>
> 			<artifactId>cxf-rt-transports-http-jetty</artifactId>
> 			<version>3.1.3</version>
> 		</dependency>
> 		<dependency>
> 			<groupId>org.apache.cxf</groupId>
> 			<artifactId>cxf-common-utilities</artifactId>
> 			<version>2.5.9</version>
> 		</dependency>
> 		
> 		<!-- <cxf.version>3.0.0-SNAPSHOT</cxf.version> -->
> 		<!-- 
> 		<dependency>
> 			<groupId>org.apache.cxf</groupId>
> 			<artifactId>cxf-rt-frontend-jaxws</artifactId>
> 			<version>${cxf.version}</version>
> 		</dependency>
> 		<dependency>
> 			<groupId>org.apache.cxf</groupId>
> 			<artifactId>cxf-rt-transports-http</artifactId>
> 			<version>${cxf.version}</version>
> 		</dependency>
> 		<dependency>
> 			<groupId>org.apache.cxf</groupId>
> 			<artifactId>cxf-rt-transports-http-jetty</artifactId>
> 			<version>${cxf.version}</version>
> 		</dependency>
> 		<dependency>
> 			<groupId>org.apache.cxf</groupId>
> 			<artifactId>cxf-rt-core</artifactId>
> 			<version>${cxf.version}</version>
> 		</dependency>
> 		<dependency>
> 			<groupId>org.apache.cxf</groupId>
> 			<artifactId>cxf-rt-ws-security</artifactId>
> 			<version>2.8.0-SNAPSHOT</version>
> 		</dependency>
> 		<dependency>
> 			<groupId>org.apache.cxf</groupId>
> 			<artifactId>cxf-common-utilities</artifactId>
> 			<version>2.5.12-SNAPSHOT</version>
> 		</dependency>
> 		-->
> 		
> 		<dependency>
> 			<groupId>org.apache.ws.security</groupId>
> 			<artifactId>wss4j</artifactId>
> 			<version>1.6.9</version>
> 		</dependency>
> 		<dependency>
> 			<groupId>org.apache.commons</groupId>
> 			<artifactId>commons-lang3</artifactId>
> 			<version>3.4</version>
> 		</dependency>
> 		<dependency>
> 			<groupId>org.membrane-soa</groupId>
> 			<artifactId>service-proxy-core</artifactId>
> 			<version>4.1.0</version>
> 		</dependency>
> 		<!-- wymagane przez CXF - nie jawnie -->
> 		<dependency>
> 			<groupId>com.eviware.soapui</groupId>
> 			<artifactId>bcprov-jdk15-144</artifactId>
> 			<version>4.5.1</version>
> 		</dependency>
> 	</dependencies>
> </project>
> {code}
> My client
> {code:java}
> public static void main(String[] args) {
> 		final String uri = "https://localhost:1081/?WSDL";
> 		Properties properties = System.getProperties(); 
> 		properties.put("org.apache.cxf.stax.allowInsecureParser","1");
> 		JaxWsDynamicClientFactory dcf = JaxWsDynamicClientFactory.newInstance();
> 		Client client = dcf.createClient(uri);
> 		
> 		try
> 		{
> 			Object StringAndIntComplexType = Thread.currentThread().getContextClassLoader().loadClass("com.examples.wsdl.helloservice.StringAndIntComplexType").newInstance();
> 		 
> 			Method setString = StringAndIntComplexType.getClass().getMethod("setString", String.class);
> 			Method setInt = StringAndIntComplexType.getClass().getMethod("setInt", int.class);
> 			setString.invoke(StringAndIntComplexType, "Joe Schmoe");
> 			setInt.invoke(StringAndIntComplexType, 1);
> 		 
> 			Object[] objects = client.invoke("sayHello", StringAndIntComplexType);
> 			for(int i=0; i < objects.length; i++)
> 			{
> 				System.out.println("An object: "+ToStringBuilder.reflectionToString(objects[i]));
> 			}
> 		}
> 		catch(Exception e)
> 		{
> 			e.printStackTrace();
> 		}
> 		CreateTemplates(uri);
> 	}
> {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)