-
-
Save MrZ-777/5e8a3fd641682011b4c05b2a49d48c61 to your computer and use it in GitHub Desktop.
Revisions
-
Keith Gaughan created this gist
Apr 14, 2011 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ from suds.client import Client client = Client('http://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl') # Returns a dict-like object with the fields 'countryCode', 'vatNumber', # 'requestDate', 'valid' (boolean), 'name', and 'address'. result = client.service.checkVat('IE', '6390845P')