Parent: [e94230] (diff)

Child: [dfef3b] (diff)

Download this file

importWSDL.sh    11 lines (7 with data), 263 Bytes

1
2
3
4
5
6
7
8
#!/bin/sh
rm -rf src-gen;
mkdir src-gen;
mkdir -p bin;
wsimport -s src-gen -d bin http://kronos.ifs.tuwien.ac.at:8080/pi/preservationIdentifier?wsdl
# or to use a local server:
# wsimport -s src-gen -d bin http://localhost:7080/pi/preservationIdentifier/?wsdl