Can you find the wsdl from a browser at https://xx.yy.com/service/myservice?wsdl? If no, that would mean your service endpoint URL is not what you're supposing it to be.

Note #2 here: http://www.jroller.com/gmazza/entry/web_service_tutorial#notes gives the algorithm for how CXF calculates the endpoint address service-side. The soap address you see in the WSDL is used only client-side, the web service provider ignores it entirely and uses that algorithm instead.

Glen

On 07/20/2012 12:41 AM, nhrraj wrote:
Thanks Glen.

That fixes my https issue.

But now I am getting 404 not found.

java.net.ConnectException: HTTP ( 404 ) Not Found address :
https://xx.yy.com/service/myservice

Please let me know in case of any suggestions.

thanks.



--
View this message in context: 
http://cxf.547215.n5.nabble.com/getport-returning-http-url-instead-of-https-tp5711336p5711339.html
Sent from the cxf-user mailing list archive at Nabble.com.


--
Glen Mazza
Talend Community Coders
coders.talend.com
blog: www.jroller.com/gmazza

Reply via email to