I need convert WSDL to Java. I run command line with command wsdl2java SERVICE.WSDL
but it resulted in error:
"the system cannot find the path specified"
anyone help me?
I need convert WSDL to Java. I run command line with command wsdl2java SERVICE.WSDL
but it resulted in error:
"the system cannot find the path specified"
anyone help me?
According to batch:
According to me, there can be just one problem, which can generate error you reported. Path %JAVA_HOME%\lib\tools.jar doesn't exist. So, please check if enviroment variable JAVA_HOME exists and if it is correctly set.