diff --git a/agent/Makefile.in b/agent/Makefile.in index d8961c0320389cfa351587955e365c17bac6d55c..f73768f65bbe75079cbbc833a0109fc6717c67e7 100644 --- a/agent/Makefile.in +++ b/agent/Makefile.in @@ -44,7 +44,7 @@ WGETURL = http://gnu.c3sl.ufpr.br/ftp/wget/wget-$(WGETVER).$(WGETREL).tar.gz WGET = wget-$(WGETVER).$(WGETREL) WSNAME = DataSID -WSURL = http://bisimmcdev.c3sl.ufpr.br:8080/axis2/services/$(WSNAME)?wsdl +WSURL = http://simmc.c3sl.ufpr.br/axis2/services/$(WSNAME)?wsdl FILES = bin/datasid-agent.sh bin/datasid-client.sh \ bin/datasid-common.sh bin/datasid-gsoap-client \ diff --git a/agent/conf/datasid.conf b/agent/conf/datasid.conf index 52ef3321441425b7c5846356c00ee381c4cb7962..a83361908ab5c9af777fa9201bfab6caeeb02f6d 100644 --- a/agent/conf/datasid.conf +++ b/agent/conf/datasid.conf @@ -10,4 +10,4 @@ DAYSTOEXPIRELOG=31 # 1 month UPDATETRIES=3 UPDATETIMEOUT=100 -WEBSERVICE="http://bisimmcdev.c3sl.ufpr.br/axis2/services/DataSID" +WEBSERVICE="http://simmc.c3sl.ufpr.br/axis2/services/DataSID"