extranet/application/configs/webservices.ini

32 lines
1.6 KiB
INI
Raw Normal View History

2011-01-06 08:37:20 +00:00
[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
2011-04-08 14:50:39 +00:00
webservices.entreprise.wsdl = "http://wse.scores-decisions.com:8081/entreprise/v0.2?wsdl-auto"
2011-01-06 08:37:20 +00:00
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]
2011-04-08 14:50:39 +00:00
webservices.interne.wsdl = "http://webservice.sd.lan/sinterne?wsdl"
2011-01-06 08:37:20 +00:00
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.lan/entreprise/v0.2?wsdl-auto"
2011-01-06 08:37:20 +00:00
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
2011-04-08 14:50:39 +00:00
webservices.entreprise.wsdl = "http://webservice.sd.dev/entreprise/v0.2?wsdl-auto"
2011-01-06 08:37:20 +00:00
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