Simulador Factura Electronica

Welcome to Web2Py SOAP webservice gateway

See all webservice operations

FECompUltimoAutorizado

Retorna el ultimo comprobante autorizado para el tipo de comprobante / cuit / punto de venta ingresado / Tipo de Emisión

  • Location: http://www.sistemasagiles.com.ar/simulador/wsfev1/call/soap
  • Namespace: http://www.sistemasagiles.com.ar/simulador/wsfev1/call/soap
  • SoapAction: http://www.sistemasagiles.com.ar/simulador/wsfev1/call/soap

Sample SOAP XML Request Message:

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.
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">


<soap:Body>
<FECompUltimoAutorizado xmlns="http://www.sistemasagiles.com.ar/simulador/wsfev1/call/soap">
<CbteTipo>
<!--int-->
</CbteTipo>
<PtoVta>
<!--int-->
</PtoVta>
<Auth>
<Token>
<!--string-->
</Token>
<Cuit>
<!--string-->
</Cuit>
<Sign>
<!--string-->
</Sign>
</Auth>
</FECompUltimoAutorizado>
</soap:Body>


</soap:Envelope>

Sample SOAP XML Response Message:

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.
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">


<soap:Body>
<FECompUltimoAutorizadoResponse xmlns="http://www.sistemasagiles.com.ar/simulador/wsfev1/call/soap">
<FECompUltimoAutorizadoResult>
<CbteTipo>
<!--int-->
</CbteTipo>
<Errors>
<!--Repetitive array of:-->
<Err>
<Msg>
<!--string-->
</Msg>
<Code>
<!--int-->
</Code>
</Err>
</Errors>
<PtoVta>
<!--int-->
</PtoVta>
<Events>
<!--Repetitive array of:-->
<Evt>
<Msg>
<!--string-->
</Msg>
<Code>
<!--int-->
</Code>
</Evt>
</Events>
<CbteNro>
<!--int-->
</CbteNro>
</FECompUltimoAutorizadoResult>
</FECompUltimoAutorizadoResponse>
</soap:Body>


</soap:Envelope>