I am trying to create java src files that are needed for stub libraries to connect to D2 application. I am using the below command to generate java files.
wsimport -keep https://example.net/D2/ws/d2fs.wsdl
Below error is throwing in cmd prompt:
[ERROR] Connection reset
Failed to read the WSDL document: https://phchbs-st250005.eu.novartis.net/D2/ws/
d2fs.wsdl, because 1) could not find the document; /2) the document could not be
read; 3) the root element of the document is not .
[ERROR] failed.noservice=Could not find wsdl:service in the provided WSDL(s):
At least one WSDL with at least one service definition needs to be provided.
Failed to parse the WSDL.
what could be the issue for that? Please help me on this issue to get it resolved.