Configuring AgentTo configure and start the SoapUI Agent extract the AquaSoapUIAgent-*.zip. Here, open agent.properties and insert the agentCode and aquaServiceURL:
agentCode=pvq6wrb70huknv47ji39
aquaServiceUrl=http://youraquaserver/aquaAPI/aquaagentwebservice.asmx
updateInterval=15000
#The logging level for the execution log sent to the server
# ERRORS_ONLY : only abnormal results are logged
# RESULTS_ONLY : only results are logged
# DETAILED : information on assertions, property transfers and exceptions is logged
# MESSAGE_DUMPS : request and eesponse contents are logged
agentLogLevel=ERRORS_ONLY
#The path to the temp directory. The directory must exist when starting the agent.
#Please use \\ to separate directories.
#Absolute and relative paths are allowed:
# - D:\\temp
# - temp
tempDirectory=temp
proxyHost=
proxyPort=
proxyUsername=
proxyPassword=
Then, open the file agent.bat using the editor and edit the line
if .%SOAPUIPATH% == . set SOAPUIPATH=c:\Program Files\SmartBear\soapUI-4.5.1
with your current version. Your agent can now be started with starting agent.bat
|