Rev 414 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 414 | Rev 415 | ||
|---|---|---|---|
| Line 14... | Line 14... | ||
| 14 | import org.apache.axiom.om.util.AXIOMUtil; |
14 | import org.apache.axiom.om.util.AXIOMUtil; |
| 15 | import org.apache.axis2.transport.http.HTTPConstants; |
15 | import org.apache.axis2.transport.http.HTTPConstants; |
| 16 | 16 | ||
| 17 | import javax.xml.stream.XMLStreamException; |
17 | import javax.xml.stream.XMLStreamException; |
| 18 | import java.rmi.RemoteException; |
18 | import java.rmi.RemoteException; |
| - | 19 | import java.util.logging.Logger; |
|
| 19 | 20 | ||
| 20 | @Log |
21 | @Log |
| 21 | class Eventos { |
22 | class Eventos { |
| - | 23 | ||
| - | 24 | private final static Logger log = Logger.getLogger(WebServiceUtil.class.getName()); |
|
| 22 | 25 | ||
| 23 | static String enviarEvento(ConfiguracoesNfe config, String xml, ServicosEnum tipoEvento, boolean valida, boolean assina, DocumentoEnum tipoDocumento) |
26 | static String enviarEvento(ConfiguracoesNfe config, String xml, ServicosEnum tipoEvento, boolean valida, boolean assina, DocumentoEnum tipoDocumento) |
| 24 | throws NfeException { |
27 | throws NfeException { |
| 25 | 28 | ||
| 26 | try { |
29 | try { |