Programadores freelance - webServices: Iva Sii y Xml en MsAccess 2010

 
Vista:

webServices: Iva Sii y Xml en MsAccess 2010

Publicado por Angel (8 intervenciones) el 16/05/2017 13:13:17
1 de 2 y la pregunta es: Es posible activar Trace de Netstat en winHttp de alguna manera para trabajar con el codigo de más abajo.. Alguien sabe como?



El codigo siguiente es una versión del hilo .... http://www.lawebdelprogramador.com/foros/Programadores-freelance/1601594-curl-openssl-SII.html#i1602152



Actualización de Webservices con presentación de factura emitida y consulta Nif integrada.
Sin optimizar... en bruto, funcional.

Comprueba_NIF
Respuesta_FActura_Emitida
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder

webServices: Iva Sii y Xml en MsAccess 2010

Publicado por Angel (8 intervenciones) el 16/05/2017 15:52:40
2/2

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
Private Sub CmdEnvio_Click()
    Call enviafcturaemitida
End Sub
 
 
Private Sub enviafcturaemitida()
 
    Dim sMsg As String
    Dim sURL As String
    Dim sEnv As String
    Dim XML_Node As IXMLDOMNode
    Dim objHttp  As Object
    Dim XMLDoc As MSXML2.DOMDocument60
 
    Me.TxtRespuesta = vbNullString
 
 
    sURL = "https://www7.aeat.es/wlpl/SSII-FACT/ws/fe/SiiFactFEV1SOAP"
 
 ''''' Chr(34)=  "

sEnv = vbNullString

sEnv = sEnv & "<?xml version=" & Chr(34) & "1.0" & Chr(34) & " encoding=" & Chr(34) & "UTF-8" & Chr(34) & "?>"
sEnv = sEnv & "<soapenv:Envelope xmlns:soapenv=" & Chr(34) & "http://schemas.xmlsoap.org/soap/envelope/" & Chr(34) & " xmlns:siiLR=" & Chr(34) _
                   & "https://www2.agenciatributaria.gob.es/static_files/common/internet/dep/aplicaciones/es/aeat/ssii/fact/ws/SuministroLR.xsd" & Chr(34) _
                   & " xmlns:sii=" & Chr(34) & "https://www2.agenciatributaria.gob.es/static_files/common/internet/dep/aplicaciones/es/aeat/ssii/fact/ws/SuministroInformacion.xsd" & Chr(34) & ">"

sEnv = sEnv & "<soapenv:Header/>"
sEnv = sEnv & "<soapenv:Body>"
sEnv = sEnv & "<siiLR:SuministroLRFacturasEmitidas>"

sEnv = sEnv & "<sii:Cabecera>"
    sEnv = sEnv & "<sii:IDVersionSii>" & Me.txtVersionSII & "</sii:IDVersionSii>"
    sEnv = sEnv & "<sii:Titular>"
    sEnv = sEnv & "<sii:NombreRazon>" & Me.TxtAñoEmpresa & "</sii:NombreRazon>"
    sEnv = sEnv & "<sii:NIF>" & Me.TxtNifEmpresa & "</sii:NIF>"
    sEnv = sEnv & "</sii:Titular>"
    sEnv = sEnv & "<sii:TipoComunicacion>" & Me.TxtTipoComunicacion & "</sii:TipoComunicacion>"
sEnv = sEnv & "</sii:Cabecera>"

sEnv = sEnv & "<siiLR:RegistroLRFacturasEmitidas>"

sEnv = sEnv & "<sii:PeriodoImpositivo>"
    sEnv = sEnv & "<sii:Ejercicio>" & Me.TxtAñoEmpresa & "</sii:Ejercicio>"
    sEnv = sEnv & "<sii:Periodo>" & Me.TxtMesEmpresa & "</sii:Periodo>"
sEnv = sEnv & "</sii:PeriodoImpositivo>"

sEnv = sEnv & "<siiLR:IDFactura>"
    sEnv = sEnv & "<sii:IDEmisorFactura>"
    sEnv = sEnv & "<sii:NIF>" & Me.TxtNifEmpresa & "</sii:NIF>"
    sEnv = sEnv & "</sii:IDEmisorFactura>"
    sEnv = sEnv & "<sii:NumSerieFacturaEmisor>" & Me.txtNumeroFactura & "</sii:NumSerieFacturaEmisor>"
    sEnv = sEnv & "<sii:FechaExpedicionFacturaEmisor>" & Me.TxtFechaExpedicion & "</sii:FechaExpedicionFacturaEmisor>"
sEnv = sEnv & "</siiLR:IDFactura>"

sEnv = sEnv & "<siiLR:FacturaExpedida>"
    sEnv = sEnv & "<sii:TipoFactura>" & Me.TxtTipoFActura & "</sii:TipoFactura>"
    sEnv = sEnv & "<sii:FechaOperacion>" & Me.txtFechaOperacion & "</sii:FechaOperacion>"
    sEnv = sEnv & "<sii:ClaveRegimenEspecialOTrascendencia>" & Me.txtClaveRegimenEspecial & "</sii:ClaveRegimenEspecialOTrascendencia>"
    sEnv = sEnv & "<sii:ImporteTotal>" & Me.TxtTotalFactura & "</sii:ImporteTotal>"
    sEnv = sEnv & "<sii:DescripcionOperacion>" & Me.txtDescripcionOperacion & "</sii:DescripcionOperacion>"
sEnv = sEnv & "<sii:Contraparte>"
    sEnv = sEnv & "<sii:NombreRazon>" & Trim(Me.txtNombreEmpresaCompradora) & "</sii:NombreRazon>"
    sEnv = sEnv & "<sii:NIF>" & Trim(Me.txtNifEmpresaCompradora) & "</sii:NIF>"
sEnv = sEnv & "</sii:Contraparte>"

sEnv = sEnv & "<sii:TipoDesglose>"
sEnv = sEnv & "<sii:DesgloseFactura>"
sEnv = sEnv & "<sii:Sujeta>"
sEnv = sEnv & "<sii:NoExenta>"
    sEnv = sEnv & "<sii:TipoNoExenta>S1</sii:TipoNoExenta>"
    sEnv = sEnv & "<sii:DesgloseIVA>"
        sEnv = sEnv & "<sii:DetalleIVA>"
        sEnv = sEnv & "<sii:TipoImpositivo>" & Me.TxtTipoIva & "</sii:TipoImpositivo>"
        sEnv = sEnv & "<sii:BaseImponible>" & Me.TxtBaseImponible & "</sii:BaseImponible>"
        sEnv = sEnv & "<sii:CuotaRepercutida>" & Me.TxtCuotaIva & "</sii:CuotaRepercutida>"
        sEnv = sEnv & "<sii:TipoRecargoEquivalencia>0</sii:TipoRecargoEquivalencia>"
        sEnv = sEnv & "<sii:CuotaRecargoEquivalencia>0</sii:CuotaRecargoEquivalencia>"
        sEnv = sEnv & "</sii:DetalleIVA>"
    sEnv = sEnv & "</sii:DesgloseIVA>"
sEnv = sEnv & "</sii:NoExenta>"
sEnv = sEnv & "</sii:Sujeta>"
sEnv = sEnv & "</sii:DesgloseFactura>"
sEnv = sEnv & "</sii:TipoDesglose>"
sEnv = sEnv & "</siiLR:FacturaExpedida>"
                
sEnv = sEnv & "</siiLR:RegistroLRFacturasEmitidas>"
sEnv = sEnv & "</siiLR:SuministroLRFacturasEmitidas>"
sEnv = sEnv & "</soapenv:Body>"
sEnv = sEnv & "</soapenv:Envelope>"

    Me.TxtRespuesta = vbNullString
    Me.TxtRespuesta = sEnv
    'Exit Sub
 
    Set objHttp = CreateObject("MSXML2.ServerXMLHTTP")
    Set XMLDoc = New MSXML2.DOMDocument60
 
    objHttp.Open "Post", sURL, False
    objHttp.setRequestHeader "Content-Type", "text/xml; charset=utf-8"
    objHttp.SetOption SXH_OPTION_SELECT_CLIENT_SSL_CERT, "El certificado de mi empresa"
    objHttp.send (sEnv)
 
    'XMLDoc.async = False
    XMLDoc.Load (objHttp.responseXML)

         
         Dim HTTPResult As String
         HTTPResult = objHttp.responseText
         Me.TxtRespuesta = HTTPResult
     
     'Exit Sub
 
    If XMLDoc.parseError.errorCode = 0 Then
        If XMLDoc.ReadyState = 4 Then
           AddNode XMLDoc.documentElement
        End If
    Else
        MsgBox XMLDoc.parseError.reason & vbCrLf & XMLDoc.parseError.Line & vbCrLf & XMLDoc.parseError.srcText
    End If
 
    Set XMLDoc = Nothing
    Set objHttp = Nothing
    Set XMLDoc = Nothing
 
End Sub
 
 
Private Sub AddNode(ByRef XML_Node As IXMLDOMNode, Optional ByRef TreeNode As Node)
 
    Dim xNode As Node
    Dim xNodeList As IXMLDOMNodeList
    Dim i As Long
 
    If XML_Node.nodeTypedValue = "env:ClientCodigo[-1].No identificado" Then
 
    If XML_Node.nodeTypedValue = "env:ClientCodigo[-1].No identificado" Then
       Me.txtNombreEmpresaCompradora = "Codigo no identificado"
    End If
 
    If Left(XML_Node.nodeTypedValue, 9) = Trim(Me.txtNifEmpresaCompradora) Then
 
    End If
 
    If Right(XML_Node.nodeTypedValue, Len(XML_Node.nodeTypedValue) - 9) <> Trim(Me.txtNombreEmpresaCompradora) Then
        Me.txtNombreEmpresaCompradora = Right(XML_Node.nodeTypedValue, Len(XML_Node.nodeTypedValue) - 9)
    End If
 
    End If
 
    If TreeNode Is Nothing Then
        Set xNode = TreeView1.Nodes.Add
    Else
        Set xNode = TreeView1.Nodes.Add(TreeNode, tvwChild)
    End If
 
    xNode.Expanded = True
    xNode.Text = XML_Node.nodeName
 
    If xNode.Text = "#text" Then
        xNode.Text = XML_Node.nodeTypedValue
    Else
        xNode.Text = "<" + xNode.Text + ">"
    End If
 
    Set xNodeList = XML_Node.childNodes
    For i = 0 To xNodeList.length - 1
        AddNode xNodeList.Item(i), xNode
    Next
 
 
 
End Sub
 
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
Sub CompruebaNif()
 
    Dim sMsg As String
    Dim sURL As String
    Dim sEnv As String
    Dim XML_Node As IXMLDOMNode
    Dim objHttp  As Object
    Dim XMLDoc As MSXML2.DOMDocument60
 
 
    sURL = "https://www1.agenciatributaria.gob.es/wlpl/BURT-JDIT/ws/VNifV1SOAP"
 
    sEnv = "<?xml version=""1.0"" encoding=""utf-8""?>"
    sEnv = sEnv & "<soapenv:Envelope xmlns:soapenv=""http://schemas.xmlsoap.org/soap/envelope/"" xmlns:vnif=""http://www2.agenciatributaria.gob.es/static_files/common/internet/dep/aplicaciones/es/aeat/burt/jdit/ws/VNifV1Ent.xsd"">"
    sEnv = sEnv & "<soapenv:Header/>"
    sEnv = sEnv & "<soapenv:Body>"
    sEnv = sEnv & "<vnif:VNifV1Ent>"
    sEnv = sEnv & "<vnif:Nif>" & Trim(txtNifEmpresaCompradora) & "</vnif:Nif>"
    sEnv = sEnv & "<vnif:Nombre>" & Trim(txtNombreEmpresaCompradora) & "</vnif:Nombre>"
    sEnv = sEnv & "</vnif:VNifV1Ent>"
    sEnv = sEnv & "</soapenv:Body>"
    sEnv = sEnv & "</soapenv:Envelope>"
 
    Set objHttp = CreateObject("MSXML2.ServerXMLHTTP")
    Set XMLDoc = New MSXML2.DOMDocument60
 
    objHttp.Open "Post", sURL, False
    objHttp.setRequestHeader "Content-Type", "text/xml"
    objHttp.SetOption SXH_OPTION_SELECT_CLIENT_SSL_CERT, "El certificado de mi empresa"
    objHttp.send (sEnv)
 
    XMLDoc.async = False
    XMLDoc.Load (objHttp.responseXML)
 
 
    If XMLDoc.parseError.errorCode = 0 Then
        If XMLDoc.ReadyState = 4 Then
           AddNodeNif XMLDoc.documentElement
        End If
    Else
        MsgBox XMLDoc.parseError.reason & vbCrLf & XMLDoc.parseError.Line & vbCrLf & XMLDoc.parseError.srcText
    End If
    Set XMLDoc = Nothing
    Set objHttp = Nothing
    Set XMLDoc = Nothing
End Sub
 
 
 
 
Private Sub AddNodeNif(ByRef XML_Node As IXMLDOMNode, Optional ByRef TreeNode As Node)
 
    Dim xNode As Node
    Dim xNodeList As IXMLDOMNodeList
    Dim i As Long
 
    If XML_Node.nodeTypedValue = "env:ClientCodigo[-1].No identificado" Then
 
    If XML_Node.nodeTypedValue = "env:ClientCodigo[-1].No identificado" Then
       Me.txtNombreEmpresaCompradora = "Codigo no identificado": Me.txtNombreEmpresaCompradora.SetFocus
       MsgBox "Codigo DE EMPRESA no identificado", vbCritical, "Balances"
    End If
 
    If Left(XML_Node.nodeTypedValue, 9) = Trim(Me.txtNifEmpresaCompradora) Then
    End If
 
    If Right(XML_Node.nodeTypedValue, Len(XML_Node.nodeTypedValue) - 9) <> Trim(Me.txtNombreEmpresaCompradora) Then
        Me.txtNombreEmpresaCompradora = Right(XML_Node.nodeTypedValue, Len(XML_Node.nodeTypedValue) - 9)
    End If
 
    End If
 
 
   If TreeNode Is Nothing Then
        Set xNode = TreeView1.Nodes.Add
    Else
        Set xNode = TreeView1.Nodes.Add(TreeNode, tvwChild)
    End If
 
    xNode.Expanded = True
    xNode.Text = XML_Node.nodeName
 
    If xNode.Text = "#text" Then
        xNode.Text = XML_Node.nodeTypedValue
    Else
        xNode.Text = "<" + xNode.Text + ">"
    End If
 
    Set xNodeList = XML_Node.childNodes
    For i = 0 To xNodeList.length - 1
        AddNode xNodeList.Item(i), xNode
    Next
 
 
 
End Sub
 
 
Private Sub txtNifEmpresaCompradora_AfterUpdate()
 Call CompruebaNif
End Sub
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar