Simulador Factura Electronica

Welcome to Web2Py SOAP webservice gateway

See all webservice operations

FEDummy

Metodo dummy para verificacion de funcionamiento

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


<soap:Body>
<FEDummy xmlns="http://www.sistemasagiles.com.ar/simulador/wsfev1/call/soap"/>
</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.
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">


<soap:Body>
<FEDummyResponse xmlns="http://www.sistemasagiles.com.ar/simulador/wsfev1/call/soap">
<FEDummyResult>
<AppServer>
<!--string-->
</AppServer>
<AuthServer>
<!--string-->
</AuthServer>
<DbServer>
<!--string-->
</DbServer>
</FEDummyResult>
</FEDummyResponse>
</soap:Body>


</soap:Envelope>