Hello Alteryx Community,
I’m currently working on retrieving REX number validation from the European Commission’s website: REX Validation, and I need some assistance.
I’ve been following the process outlined in this community post: Verification of VAT Numbers using VIES, and I was able to get a successful response back with the method described.
However, when I try to run a request for the REX validation API via Alteryx, I get an HTTP/1.1 500 Internal Server Error from the service.
What I’ve Done:
- I followed the same configuration steps in the Download Tool as described in the community post.
- I’ve encountered an error in the download data field output.
- Interestingly, I was able to return a valid response through POSTMAN, so the request itself seems to work in that environment.
The Issue:
- When trying to execute the request through Alteryx, I receive the 500 Internal Server Error, even though the same request works in POSTMAN.
- I suspect there might be an issue with the configuration or how Alteryx handles the request, but I’m unsure where things are going wrong.
Has anyone else faced this issue or encountered a similar problem? If so, what steps did you take to work around or resolve it?
Thank you in advance for any help or insights!