* @return the customerRemoteService
*/
public static CustomerRemoteService getCustomerRemoteService(
SoapConfig soapConfig) {
CustomerRemoteService customerRemoteService = new CustomerRemoteServiceImpl();
customerRemoteService.setSoapClient(MagentoSoapClient
.getInstance(soapConfig));
return customerRemoteService;
}