Yes, the wsdl is accessible. If I use, the url+"?wsdl" for creating the port, then I am getting the below error.
javax.xml.ws.soap.SOAPFaultException: java.net.ConnectException: HTTP ( 404 ) Not Found address : https://xx.yy.com/service/myservice?wsdl If I use only the url (without ?wsdl) for creating the port, then I am receiving the below error. java.net.ConnectException: HTTP ( 404 ) Not Found address : https://xx.yy.com/service/myservice Also, please note the client for this service runs in was 8.0 and uses cxf 2.3.11 The server(that hosts myservice) runs on was 8.0 and uses cxf 2.2.3. Can this cause the problem? Please note that the service is up and wsdl is accessible. I am able to hit the service from .net client and soapui as well without any issues. thanks. -- View this message in context: http://cxf.547215.n5.nabble.com/getport-returning-http-url-instead-of-https-tp5711336p5711355.html Sent from the cxf-user mailing list archive at Nabble.com.
