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="getStatus", targetNamespace="http://service.sunat.gob.pe", className="org.openfact.pe.ws.sunat.GetStatus") @ResponseWrapper(localName="getStatusResponse", targetNamespace="http://service.sunat.gob.pe", className="org.openfact.pe.ws.sunat.GetStatusResponse") StatusResponse getStatus(String ticket)
ticket - @RequestWrapper(localName="sendBillAddress1", targetNamespace="http://service.sunat.gob.pe", className="org.openfact.pe.ws.sunat.SendBill") @ResponseWrapper(localName="sendBillResponse", targetNamespace="http://service.sunat.gob.pe", className="org.openfact.pe.ws.sunat.SendBillResponse") byte[] sendBill(String fileName, DataHandler contentFile)
fileName - contentFile - @RequestWrapper(localName="sendPack", targetNamespace="http://service.sunat.gob.pe", className="org.openfact.pe.ws.sunat.SendPack") @ResponseWrapper(localName="sendPackResponse", targetNamespace="http://service.sunat.gob.pe", className="org.openfact.pe.ws.sunat.SendPackResponse") String sendPack(String fileName, DataHandler contentFile)
fileName - contentFile - @RequestWrapper(localName="sendSummary", targetNamespace="http://service.sunat.gob.pe", className="org.openfact.pe.ws.sunat.SendSummary") @ResponseWrapper(localName="sendSummaryResponse", targetNamespace="http://service.sunat.gob.pe", className="org.openfact.pe.ws.sunat.SendSummaryResponse") String sendSummary(String fileName, DataHandler contentFile)
fileName - contentFile - Copyright © 2017. All rights reserved.