Interface BillService


public interface BillService
This class was generated by the XML-WS Tools. XML-WS Tools 4.0.2 Generated source version: 3.0
  • Method Details

    • getStatusCdr

      @RequestWrapper(localName="getStatusCdr", targetNamespace="http://service.sunat.gob.pe", className="org.coderic.ws.sunat.wsdl.GetStatusCdr") @ResponseWrapper(localName="getStatusCdrResponse", targetNamespace="http://service.sunat.gob.pe", className="org.coderic.ws.sunat.wsdl.GetStatusCdrResponse") @Action(input="urn:getStatusCdr", output="http://service.sunat.gob.pe/billService/getStatusCdrResponse") StatusResponse getStatusCdr(String rucComprobante, String tipoComprobante, String serieComprobante, Integer numeroComprobante)
      Parameters:
      rucComprobante -
      tipoComprobante -
      serieComprobante -
      numeroComprobante -
      Returns:
      returns org.coderic.ws.sunat.wsdl.StatusResponse
    • getStatus

      @RequestWrapper(localName="getStatus", targetNamespace="http://service.sunat.gob.pe", className="org.coderic.ws.sunat.wsdl.GetStatus") @ResponseWrapper(localName="getStatusResponse", targetNamespace="http://service.sunat.gob.pe", className="org.coderic.ws.sunat.wsdl.GetStatusResponse") @Action(input="urn:getStatus", output="http://service.sunat.gob.pe/billService/getStatusResponse") StatusResponse getStatus(String rucComprobante, String tipoComprobante, String serieComprobante, Integer numeroComprobante)
      Parameters:
      rucComprobante -
      tipoComprobante -
      serieComprobante -
      numeroComprobante -
      Returns:
      returns org.coderic.ws.sunat.wsdl.StatusResponse