28 lines
1.1 KiB
INI
28 lines
1.1 KiB
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.credit-data.wsdl = "https://giant-tst.graydon.nl/credit-data/v1?wsdl"
|
|
;test.credit-data.wsdl = "http://giant.sd.dev/services/wsdl/credit-data-service-provider-api-1.0.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'
|