cancel
Showing results for 
Search instead for 
Did you mean: 

Method to validate VAT Number

carlos_valentini3
Participant
0 Kudos

Good evening everyone forum.

I need to take a doubt, I am building a Web Dynpro application, and it created a model for connecting to WebService (http://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl), in order to validate the Vat Number of European countries.

When instantiating the web served created classes: CheckVat.java, CheckVatResponse.java, etc.

But when checking the created methods, I found the method to send the Vat Number and the country.

Neither method has this signature.

How do I pass the parameters, in order to verify whether it is a valid number?

Which method should I use?

Thank U.

Accepted Solutions (0)

Answers (1)

Answers (1)

junwu
Active Contributor
0 Kudos

do you know how to call ws in web dynpro? google a bit first.