-
- michiell

-
Total Posts: 2
Joined: 2011-08-09
|
Hi,
I solved this problem by changing the wdsl_url in the file /app/code/core/Mage/Customer/Helper/Data.php
from
const VAT_VALIDATION_WSDL_URL = 'http://ec.europa.eu/taxation_customs/vies/services/checkVatService?wsdl';
to
const VAT_VALIDATION_WSDL_URL = 'http://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl';
|