Return-Path: X-Original-To: apmail-cxf-users-archive@www.apache.org Delivered-To: apmail-cxf-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DD949CFCA for ; Thu, 19 Jul 2012 23:39:10 +0000 (UTC) Received: (qmail 17061 invoked by uid 500); 19 Jul 2012 23:39:10 -0000 Delivered-To: apmail-cxf-users-archive@cxf.apache.org Received: (qmail 17019 invoked by uid 500); 19 Jul 2012 23:39:10 -0000 Mailing-List: contact users-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@cxf.apache.org Delivered-To: mailing list users@cxf.apache.org Received: (qmail 17009 invoked by uid 99); 19 Jul 2012 23:39:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jul 2012 23:39:10 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 216.139.236.26 is neither permitted nor denied by domain of raghuraj.nh.iyer@gmail.com) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jul 2012 23:39:04 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1Ss0Iu-0004XC-0I for users@cxf.apache.org; Thu, 19 Jul 2012 16:38:44 -0700 Date: Thu, 19 Jul 2012 16:38:44 -0700 (PDT) From: nhrraj To: users@cxf.apache.org Message-ID: <1342741123992-5711336.post@n5.nabble.com> Subject: getport returning http url instead of https MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi All, I am using CXF 2.3.11 to generate client stub classes for my app. On runtime, I use the https url to call the service. But getport() is returning a http url. Because of this the web service call is failing. TestAppPortType port = new TestAppService(new URL(gStrWSDL)).getTestAppPort(); gStrWSDL has my https wsdl url. Can someone please help me? thanks. -- View this message in context: http://cxf.547215.n5.nabble.com/getport-returning-http-url-instead-of-https-tp5711336.html Sent from the cxf-user mailing list archive at Nabble.com.