extranet/application/configs/webservices.ini
2011-04-08 14:50:39 +00:00

32 lines
1.6 KiB
INI

[production]
webservices.interne.wsdl = "http://wse.scores-decisions.com:8081/sinterne?wsdl"
webservices.interne.options.trace = 1
webservices.interne.options.soap_version = SOAP_1_2
webservices.interne.options.features = SOAP_USE_XSI_ARRAY_TYPE + SOAP_SINGLE_ELEMENT_ARRAYS
webservices.entreprise.wsdl = "http://wse.scores-decisions.com:8081/entreprise/v0.2?wsdl-auto"
webservices.entreprise.options.trace = 1
webservices.entreprise.options.soap_version = SOAP_1_2
webservices.entreprise.options.features = SOAP_USE_XSI_ARRAY_TYPE + SOAP_SINGLE_ELEMENT_ARRAYS
[staging]
webservices.interne.wsdl = "http://webservice.sd.lan/sinterne?wsdl"
webservices.interne.options.trace = 1
webservices.interne.options.soap_version = SOAP_1_2
webservices.interne.options.features = SOAP_USE_XSI_ARRAY_TYPE + SOAP_SINGLE_ELEMENT_ARRAYS
webservices.entreprise.wsdl = "http://webservice.sd.dev/entreprise/v0.2?wsdl-auto"
webservices.entreprise.options.trace = 1
webservices.entreprise.options.soap_version = SOAP_1_2
webservices.entreprise.options.features = SOAP_USE_XSI_ARRAY_TYPE + SOAP_SINGLE_ELEMENT_ARRAYS
[development]
webservices.interne.wsdl = "http://webservice.sd.dev/sinterne?wsdl"
webservices.interne.options.trace = 1
webservices.interne.options.soap_version = SOAP_1_2
webservices.interne.options.features = SOAP_USE_XSI_ARRAY_TYPE + SOAP_SINGLE_ELEMENT_ARRAYS
webservices.entreprise.wsdl = "http://webservice.sd.dev/entreprise/v0.2?wsdl-auto"
webservices.entreprise.options.trace = 1
webservices.entreprise.options.soap_version = SOAP_1_2
webservices.entreprise.options.features = SOAP_USE_XSI_ARRAY_TYPE + SOAP_SINGLE_ELEMENT_ARRAYS