I am new to web services. I am trying to generate stubs using this command:
wsimport -d ./build -s ./src -p com.ECS.client.jax http://webservices.amazon.com/AWSECommerceService/AWSECommerceService.wsdl -b jaxws-custom.xml
I get this error in cmd:
wsimport is not recognized
My system path is a Java environment variable C:\Program Files (x86)\Java\jdk1.7.0. What am I doing wrong?
I solved this problem using wsimport from netbeans and not from cmd ... but I still don't know why I could not use it from cmd.
source
share