Guest User

Untitled

a guest
Jan 22nd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. @echo off
  2.  
  3. :: set "WSDL2JAVA_HOME=C:\Program Files (x86)\IBM\WebSphere\AppServer\bin"
  4. set "WSDL2JAVA_HOME=_WSDL2JAVA_HOME_"
  5.  
  6. set /p OUTPUT_DIR=Directorio de salida:
  7. set /p WSDL_FILE=Ruta fichero WSDL:
  8.  
  9. "%WSDL2JAVA_HOME%\WSDL2Java.bat" -r client -c web "%WSDL_FILE%" -o "%OUTPUT_DIR%"
  10.  
  11. pause
Add Comment
Please, Sign In to add comment