webservice/application/configs/webservices.ini
Michael RICOIS 5a72bd68cb 2.4 rev 1821
2013-11-05 11:18:30 +00:00

20 lines
735 B
INI

[production]
webservice.scores.wsdl = ""
webservice.scores.options.location = "http://192.168.3.2/ws2/"
webservice.scores.options.uri = "http://192.168.3.2/"
webservice.scores.options.trace = 1
webservice.scores.options.soap_version = SOAP_1_1
[staging]
webservice.scores.wsdl = ""
webservice.scores.options.location = "http://78.31.45.206/ws2/"
webservice.scores.options.uri = "http://78.31.45.206/"
webservice.scores.options.trace = 1
webservice.scores.options.soap_version = SOAP_1_1
[development]
webservice.scores.wsdl = ""
webservice.scores.options.location = "http://78.31.45.206/ws2/"
webservice.scores.options.uri = "http://78.31.45.206/"
webservice.scores.options.trace = 1
webservice.scores.options.soap_version = SOAP_1_1