package response // Fault estándar type SoapFault struct { FaultCode string `xml:"faultcode"` FaultString string `xml:"faultstring"` }