borni-dhifi / vatnumber

Automatically exported from code.google.com/p/vatnumber
GNU General Public License v3.0
0 stars 0 forks source link

Wrong VIES_URL #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

Just run the example for VIES:
>>> import vatnumber
>>> vatnumber.check_vies('BE0897290877')

What is the expected output? What do you see instead?

Should return "True". Returns "HTTP Error 404: Not Found"

What version of the product are you using? On what operating system?

Ubuntu 10.10, Python2.6, virtualenv.

Please provide any additional information below.

(The unit test fails too, obviously)

The url is wrong: (__init__.py:10)
VIES_URL='http://ec.europa.eu/taxation_customs/vies/service/checkVatService.wsdl
'

It should be:
VIES_URL='http://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl'

I understand they changed the url at some point.

PS: thanks for the script!

Original issue reported on code.google.com by david.arcos on 15 Feb 2011 at 6:42

GoogleCodeExporter commented 8 years ago
Fix with r64bddb04138c
Thanks

Original comment by cedric.krier@b2ck.com on 15 Feb 2011 at 6:54

GoogleCodeExporter commented 8 years ago
When will you release the patch?

Original comment by udo.spal...@googlemail.com on 3 Mar 2011 at 5:14

GoogleCodeExporter commented 8 years ago
Done in 0.9

Original comment by cedric.krier@b2ck.com on 4 Jul 2011 at 8:05