extranet/library/Giant/config.ini
2012-03-22 08:59:39 +00:00

26 lines
951 B
INI

[webservices]
; Paramètres pour le webservice de production
prod.search.wsdl = "https://services.giant-net.com/search/v1?wsdl"
prod.credit-data.wsdl = "https://services.giant-net.com/credit-data/v1?wsdl"
prod.header.namespace = "http://services.giant-net.com/schema/services/shared/1.0";
prod.header.serviceName = "ServiceHeader";
prod.header.ConsumerId = "006"
prod.header.CustomerId = "UNKNOWN"
prod.options.soap_version = SOAP_1_1
prod.login = '006'
prod.password = 'mZ0kXvQ03tPC1'
; Paramètres pour le webservice de test
test.search.wsdl = "http://giant-tst.graydon.nl/search/v1?wsdl"
test.credit-data.wsdl = "https://services.giant-net.com/credit-data/v1?wsdl"
test.header.namespace = "http://services.giant-net.com/schema/services/shared/1.0";
test.header.serviceName = "ServiceHeader";
test.header.ConsumerId = "006"
test.header.CustomerId = "UNKNOWN"
test.options.soap_version = SOAP_1_1
test.login = '006'
test.password = 'ClaudeMonet'