Parent: [87ad8f] (diff)

Child: [ae971b] (diff)

Download this file

importWSDL.sh    11 lines (7 with data), 265 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://testbed.timbusproject.net:7080/pi/preservationIdentifier?wsdl
# or to use a local server:
wsimport -s src-gen -d bin http://localhost:7080/pi/preservationIdentifier/?wsdl