After hours of working I have found a way to create a SOAP client that performs calls to web servers. I did two tests on public web servers and everything went okay. When I did a project with another server I got an error:
Web Service Client can not be created by JAXWS:wsimport utility. Reason: 'Any' Property already defined. Use
<jaxb:property>
to resolve this conflict
I am using Java EE 7 and Netbeans to create the web service client.
The problem maybe is that this web server requires a username and password to download the WSDL file.
How I can resolve this, and how can I enter a username and password to request the WSDL file?
EDIT: The problem is not related to SSL, beacause I can access to WSDL from browser.