Switch to side-by-side view

--- a/importWSDL.sh
+++ b/importWSDL.sh
@@ -3,7 +3,7 @@
 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
+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