Good afternoon everyone
I have some problem..
I tried to export cisco library to my java project using cmd wsimport
command
but an error message appears when i run this:
wsimport -keep -b schema/current/AXLSOAP.xsd -Xnocompile -s src -d bin -verbose schema/current/AXLAPI.wsdl
I get this error:
error: -Xnocompile is an invalid option or argument
I also tried searching on google, they said that by default this -Xnocompile
command default value is false..
my assumption it means this command disable by default..
Is there any solution to solve this problem? thank you very much