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.
