service.sunat.gob.pe.billvalidservice.BillValidService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sunat-web-services Show documentation
Show all versions of sunat-web-services Show documentation
Sunat Web Services Endpoints
package service.sunat.gob.pe.billvalidservice;
import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebResult;
import javax.jws.WebService;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.ws.Action;
import javax.xml.ws.RequestWrapper;
import javax.xml.ws.ResponseWrapper;
/**
* This class was generated by Apache CXF 3.2.4
* 2018-09-05T17:46:57.543Z
* Generated source version: 3.2.4
*
*/
@WebService(targetNamespace = "http://service.sunat.gob.pe", name = "billValidService")
@XmlSeeAlso({ObjectFactory.class})
public interface BillValidService {
@WebMethod(action = "urn:validaCDPcriterios")
@Action(input = "urn:validaCDPcriterios", output = "http://service.sunat.gob.pe/billValidService/validaCDPcriteriosResponse")
@RequestWrapper(localName = "validaCDPcriterios", targetNamespace = "http://service.sunat.gob.pe", className = "service.sunat.gob.pe.billvalidservice.ValidaCDPcriterios")
@ResponseWrapper(localName = "validaCDPcriteriosResponse", targetNamespace = "http://service.sunat.gob.pe", className = "service.sunat.gob.pe.billvalidservice.ValidaCDPcriteriosResponse")
@WebResult(name = "cdpvalidado", targetNamespace = "")
public service.sunat.gob.pe.billvalidservice.StatusResponse validaCDPcriterios(
@WebParam(name = "rucEmisor", targetNamespace = "")
java.lang.String rucEmisor,
@WebParam(name = "tipoCDP", targetNamespace = "")
java.lang.String tipoCDP,
@WebParam(name = "serieCDP", targetNamespace = "")
java.lang.String serieCDP,
@WebParam(name = "numeroCDP", targetNamespace = "")
java.lang.String numeroCDP,
@WebParam(name = "tipoDocIdReceptor", targetNamespace = "")
java.lang.String tipoDocIdReceptor,
@WebParam(name = "numeroDocIdReceptor", targetNamespace = "")
java.lang.String numeroDocIdReceptor,
@WebParam(name = "fechaEmision", targetNamespace = "")
java.lang.String fechaEmision,
@WebParam(name = "importeTotal", targetNamespace = "")
java.lang.Double importeTotal,
@WebParam(name = "nroAutorizacion", targetNamespace = "")
java.lang.String nroAutorizacion
);
@WebMethod(action = "urn:verificaCPEarchivo")
@Action(input = "urn:verificaCPEarchivo", output = "http://service.sunat.gob.pe/billValidService/verificaCPEarchivoResponse")
@RequestWrapper(localName = "verificaCPEarchivo", targetNamespace = "http://service.sunat.gob.pe", className = "service.sunat.gob.pe.billvalidservice.VerificaCPEarchivo")
@ResponseWrapper(localName = "verificaCPEarchivoResponse", targetNamespace = "http://service.sunat.gob.pe", className = "service.sunat.gob.pe.billvalidservice.VerificaCPEarchivoResponse")
@WebResult(name = "archivoverificado", targetNamespace = "")
public service.sunat.gob.pe.billvalidservice.StatusResponse verificaCPEarchivo(
@WebParam(name = "nombre", targetNamespace = "")
java.lang.String nombre,
@WebParam(name = "archivo", targetNamespace = "")
java.lang.String archivo
);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy