Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id ADA77200B8C for ; Tue, 23 Aug 2016 04:57:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id ACAF9160AC3; Tue, 23 Aug 2016 02:57:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 0381C160ABD for ; Tue, 23 Aug 2016 04:57:21 +0200 (CEST) Received: (qmail 75309 invoked by uid 500); 23 Aug 2016 02:57:21 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 75277 invoked by uid 99); 23 Aug 2016 02:57:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Aug 2016 02:57:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id B1BB92C0165 for ; Tue, 23 Aug 2016 02:57:20 +0000 (UTC) Date: Tue, 23 Aug 2016 02:57:20 +0000 (UTC) From: "Logan (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CXF-7018) Cannot load WSDL behind proxy with Dynamic client MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 23 Aug 2016 02:57:22 -0000 [ https://issues.apache.org/jira/browse/CXF-7018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Logan updated CXF-7018: ----------------------- Description: From what I understand we setting proxy settings on HttpConduit after we created Client as described [here|http://cxf.apache.org/docs/client-http-transport-including-ssl-support.html#ClientHTTPTransport(includingSSLsupport)-HowtoconfiguretheHTTPConduitfortheSOAPClient] However with Dynamic Client I need to load WSDL which is behind a proxy. Right now DynamicClientFactory.createClient("https://....?WSDL") fails before creating client and there is no way I set HttpConduit settings before WSDL url is called. Note I am not using spring but rather through programming just like described [here|http://cxf.apache.org/docs/dynamic-clients.html] was: From what I understand we setting proxy settings on HttpConduit after we created Client as described [here|http://cxf.apache.org/docs/client-http-transport-including-ssl-support.html#ClientHTTPTransport(includingSSLsupport)-HowtoconfiguretheHTTPConduitfortheSOAPClient] However with Dynamic Client I need to load WSDL which is behind a proxy. Right now DynamicClientFactory.createClient("http://....?WSDL") fails before creating client and there is no way I set HttpConduit settings before WSDL url is called. Note I am not using spring but rather through programming just like described [here|http://cxf.apache.org/docs/dynamic-clients.html] > Cannot load WSDL behind proxy with Dynamic client > ------------------------------------------------- > > Key: CXF-7018 > URL: https://issues.apache.org/jira/browse/CXF-7018 > Project: CXF > Issue Type: Bug > Reporter: Logan > > From what I understand we setting proxy settings on HttpConduit after we created Client as described [here|http://cxf.apache.org/docs/client-http-transport-including-ssl-support.html#ClientHTTPTransport(includingSSLsupport)-HowtoconfiguretheHTTPConduitfortheSOAPClient] However with Dynamic Client I need to load WSDL which is behind a proxy. Right now DynamicClientFactory.createClient("https://....?WSDL") fails before creating client and there is no way I set HttpConduit settings before WSDL url is called. > Note I am not using spring but rather through programming just like described [here|http://cxf.apache.org/docs/dynamic-clients.html] -- This message was sent by Atlassian JIRA (v6.3.4#6332)