extranet/application/configs/webservices.ini
2011-01-06 08:37:20 +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/service?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.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/service?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/service?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