GetCountries service

You use this service to retrieve a list of all of the countries that are supported by Bank Wizard.

For each available country, this service returns:

Example SOAP messages

Request

<soapenv:Body>

<ban:GetCountriesRequest language="en" />

</soapenv:Body>

Response

<soap:Body>

<GetCountriesResponse xmlns="http://experianpayments.com/bankwizard/wsdl/BankWizardService-v1-0">

<country ISOCountry="AD" licensed="true" xmlns="http://experianpayments.com/bankwizard/xsd/2009/07">Andorra</country>

<country ISOCountry="AU" licensed="true" xmlns="http://experianpayments.com/bankwizard/xsd/2009/07">Australia</country>

<country ISOCountry="AT" licensed="true"xmlns="http://experianpayments.com/bankwizard/xsd/2009/07">Austria</country>

...

<country ISOCountry="GB" licensed="true" xmlns="http://experianpayments.com/bankwizard/xsd/2009/07">United Kingdom</country>

</GetCountriesResponse>

</soap:Body>