-
# Flip greek codes "gr" -> "el"
As we know VIES greek code accepted is **EL**
For that would be nice to flip values if we detect the code is **GR** before making the request to VIES wsdl.
The…
-
The VIES check is only usable for EU countries, which makes complete sense.
I was wondering what would be the best way to process other countrycodes.
For instance, CHE100416306IVA is not valid acc…
-
There seems to be a new endpoint we could use to check if the VIES service is up and running.
> For the SOAP service you may send your xml request by using the following WSDL link:
>
> http://ec…
-
| Q | A
|------------ | -----
| Version | 0.7.11
Hi guys, Im using the generator on some open WSDL's to test its functionality before integrating it with the service I need to. It…
-
Hi,
we waited for your release and tried 1.0.1. We still have problems with your library.
Here is our wsdl file
[api.wsdl.txt](https://github.com/elixir-soap/soap/files/2865595/api.wsdl.txt)
…
-
VIES service provide a SOAP webservice to check any VAT Number
More details on http://ec.europa.eu/taxation_customs/vies/technicalInformation.html
> For the SOAP service you may send your xml requ…
-
Hello!
thanks for great work. I cam across one issue. Here's complete test:
```
module Tests
open Xunit
open FSharp.Data
open System.ServiceModel
type EuVatService = WsdlProvider
[]
l…
-
``` rb
Valvat::Lookup.validate(vat_number)
```
Always returns `nil` instantly (seems like it isn't performing a network operation). It does appear to work properly in Ruby 2.1.5 but not in the latest…
-
When validating a Belgium VAT number, they should start with a zero (after the country code). The ValidatorBE class fixes this nicely when it validates the number. If the number is 9 chararacters long…
-
Hi,
I get this error (have not changed anything to my code, just booted up my VM this morning):
```
SoapFault in VatCalculator.php line 115:
SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://ec.e…