public interface BillService
| Modifier and Type | Method and Description |
|---|---|
StatusResponse |
getStatus(String ticket) |
byte[] |
sendBill(String fileName,
DataHandler contentFile) |
String |
sendPack(String fileName,
DataHandler contentFile) |
String |
sendSummary(String fileName,
DataHandler contentFile) |
@RequestWrapper(localName="sendBill", targetNamespace="http://service.sunat.gob.pe", className="pe.gob.sunat.service.SendBill") @ResponseWrapper(localName="sendBillResponse", targetNamespace="http://service.sunat.gob.pe", className="pe.gob.sunat.service.SendBillResponse") byte[] sendBill(String fileName, DataHandler contentFile)
@RequestWrapper(localName="getStatus", targetNamespace="http://service.sunat.gob.pe", className="pe.gob.sunat.service.GetStatus") @ResponseWrapper(localName="getStatusResponse", targetNamespace="http://service.sunat.gob.pe", className="pe.gob.sunat.service.GetStatusResponse") StatusResponse getStatus(String ticket)
@RequestWrapper(localName="sendSummary", targetNamespace="http://service.sunat.gob.pe", className="pe.gob.sunat.service.SendSummary") @ResponseWrapper(localName="sendSummaryResponse", targetNamespace="http://service.sunat.gob.pe", className="pe.gob.sunat.service.SendSummaryResponse") String sendSummary(String fileName, DataHandler contentFile)
@RequestWrapper(localName="sendPack", targetNamespace="http://service.sunat.gob.pe", className="pe.gob.sunat.service.SendPack") @ResponseWrapper(localName="sendPackResponse", targetNamespace="http://service.sunat.gob.pe", className="pe.gob.sunat.service.SendPackResponse") String sendPack(String fileName, DataHandler contentFile)
Copyright © 2017. All rights reserved.