#!/bin/bash

cd ~/workspace/AudioSearch_Client

/opt/axis2-1.5.1/bin/wsdl2java.sh -or -p com.nexiwave.search.client -uri http://127.0.0.1:8080/AudioSearch/services/GroupAdminService?wsdl
/opt/axis2-1.5.1/bin/wsdl2java.sh -or -p com.nexiwave.search.client -uri http://127.0.0.1:8080/AudioSearch/services/MiscServices?wsdl
/opt/axis2-1.5.1/bin/wsdl2java.sh -or -p com.nexiwave.search.client -uri http://127.0.0.1:8080/AudioSearch/services/SearchService?wsdl
/opt/axis2-1.5.1/bin/wsdl2java.sh -or -p com.nexiwave.search.client -uri http://127.0.0.1:8080/AudioSearch/services/SearchService2?wsdl

./axis2-1.5.1/bin/wsdl2java.sh -or -p com.nexiwave.speechindexing.client -uri http://api.nexiwave.com/SpeechIndexing/services/SpeechIndexing?wsdl
