Parent: [287e85] (diff)

Child: [87ad8f] (diff)

Download this file

importWSDL.sh    11 lines (7 with data), 271 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:8081/pi/preservationIdentifier?wsdl