Thursday

wsimport - error parsing wsdl - The sytem cannot find the path specified

BUG:
While I was parsing wsdl file by using wsimport command, I got this error: “The sytem cannot find the path specified”
The reason: "Program Files" path contains white space characters.

FIX:
Firstly>> cd C:\temp
Secondly>> "C:\Program Files\Java\jdk1.8.0_25\bin\wsimport" -keep http://xxxx?wsdl
Generated files will export to C:\temp

No comments:

Post a Comment