I am seeing one behavior while accessing one wsdl. I used Apache Axis 1.3 as well as JAX-WS wsimport tool to generate client stubs, it is successfully generating stubs. But when I am using apache-cxf-2.7.18 and using wsdl2java command, it's not generating stubs, giving me error.
WSDL is on https. I added proxy in wsdl2java bat file as well. wsdl contains a which is also on https.
Error I am getting like:
It seems to that it's not able to include underlying wsdl. Can anybody give me any pointer what I am doing wrong?
I believe, when I am doing any service publishing, it can not be client implementation specific like it is supported by Axis but not CXF. or I can do that? Is there any restriction that could be applied?
file:/C:/test-client/src/main/resources/Sample.wsdl
. You have said you have a connection problem with SSL, but this url points to a local file instead ahttps://
resource – pedrofb<protocol>https</protocol>
. I have read in some posts that it works in some cases. – pedrofb