xsender 0.1.0

Sends XML files through SOAP - SUNAT
Documentation
1
2
3
4
5
6
7
8
9
pub mod cdr;
pub mod envelope;
pub mod send_file_response;
pub mod verify_ticket_response;

pub struct SoapFault {
    pub code: String,
    pub message: String,
}