* @return the customerAddressRemoteService
*/
public static CustomerAddressRemoteService getCustomerAddressRemoteService(
SoapConfig soapConfig) {
CustomerAddressRemoteService customerAddressRemoteService = new CustomerAddressRemoteServiceImpl();
customerAddressRemoteService.setSoapClient(MagentoSoapClient
.getInstance(soapConfig));
return customerAddressRemoteService;
}