Ver Mensaje Individual
  #3271  
Antiguo 25-10-2024
Logan05 Logan05 is offline
Miembro
 
Registrado: jun 2024
Posts: 103
Reputación: 3
Logan05 Va por buen camino
Cita:
Empezado por xevi Ver Mensaje
cDataSend := '<?xml version="1.0" encoding="UTF-8"?>'+;
'<soapenv:Envelope xmlns:urn="urn:ec.europa.eu:taxud:vies:services:checkVat:types" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">'+;
'<soapenv:Body>'+;
'<urn:checkVat>'+;
'<urn:countryCode>PAIS</urn:countryCode>'+;
'<urn:vatNumber>VAT</urn:vatNumber>'+;
'</urn:checkVat>'+;
'</soapenv:Body>'+;
'</soapenv:Envelope>'

cUrlService := "http://ec.europa.eu/taxation_customs/vies/services/checkVatService"
Muchas gracias xevi.