* @return the countryRemoteService
*/
public static CountryRemoteService getCountryRemoteService(
SoapConfig soapConfig) {
CountryRemoteService countryRemoteService = new CountryRemoteServiceImpl();
countryRemoteService.setSoapClient(MagentoSoapClient
.getInstance(soapConfig));
return countryRemoteService;
}