Parent: [8aa19c] (diff)

Child: [8b5420] (diff)

Download this file

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