0% found this document useful (0 votes)
223 views2 pages

C2005 SOAP WSDL Documentation

This document defines a web service for issuing receipts in Argentina. It includes definitions for operations to emit, void, and get dummy responses. The service is hosted at https://ws-aplicativos-reca.homo.afip.gob.ar/sire/ws/v1/c2005/2005 and uses SOAP over HTTP.

Uploaded by

Andrea
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
223 views2 pages

C2005 SOAP WSDL Documentation

This document defines a web service for issuing receipts in Argentina. It includes definitions for operations to emit, void, and get dummy responses. The service is hosted at https://ws-aplicativos-reca.homo.afip.gob.ar/sire/ws/v1/c2005/2005 and uses SOAP over HTTP.

Uploaded by

Andrea
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

14/1/2021 https://ws-aplicativos-reca.homo.afip.gob.ar/sire/ws/v1/c2005/2005?

wsdl

This XML file does not appear to have any style information associated with it. The document tree is shown
below.

<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.afip.gob.ar/sire/c2005/"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" name="C2005SoapService"
targetNamespace="http://www.afip.gob.ar/sire/c2005/">
<wsdl:types>
<schema xmlns="http://www.w3.org/2001/XMLSchema">
<import namespace="http://www.afip.gob.ar/sire/c2005/" schemaLocation="https://ws-aplicativos-
reca.homo.afip.gob.ar/sire/ws/v1/c2005/C2005_schema.xsd"/>
</schema>
</wsdl:types>
<wsdl:message name="HeaderInfo">
<wsdl:part name="HeaderInfo" element="tns:HeaderInfo"/>
</wsdl:message>
<wsdl:message name="emitirResponse">
<wsdl:part name="parameters" element="tns:emitirResponse"/>
</wsdl:message>
<wsdl:message name="Exception">
<wsdl:part name="Exception" element="tns:Exception"/>
</wsdl:message>
<wsdl:message name="emitirRequest">
<wsdl:part name="parameters" element="tns:emitir"/>
</wsdl:message>
<wsdl:message name="dummyRequest">
<wsdl:part name="parameters" element="tns:dummy"/>
</wsdl:message>
<wsdl:message name="dummyResponse">
<wsdl:part name="parameters" element="tns:dummyResponse"/>
</wsdl:message>
<wsdl:message name="anularResponse">
<wsdl:part name="parameters" element="tns:anularResponse"/>
</wsdl:message>
<wsdl:message name="anularRequest">
<wsdl:part name="parameters" element="tns:anular"/>
</wsdl:message>
<wsdl:portType name="C2005Soap">
<wsdl:operation name="dummy">
<wsdl:input name="dummy" message="tns:dummyRequest"/>
<wsdl:output name="dummyResponse" message="tns:dummyResponse"/>
</wsdl:operation>
<wsdl:operation name="emitir">
<wsdl:input name="emitir" message="tns:emitirRequest"/>
<wsdl:output name="emitirResponse" message="tns:emitirResponse"/>
<wsdl:fault name="Exception" message="tns:Exception"/>
</wsdl:operation>
<wsdl:operation name="anular">
<wsdl:input name="anular" message="tns:anularRequest"/>
<wsdl:output name="anularResponse" message="tns:anularResponse"/>
<wsdl:fault name="Exception" message="tns:Exception"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="C2005SoapServiceSoapBinding" type="tns:C2005Soap">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="dummy">
<soap:operation soapAction="" style="document"/>
<wsdl:input name="dummy">
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output name="dummyResponse">
<soap:header message="tns:HeaderInfo" part="HeaderInfo" use="literal"/>
<soap:body use="literal"/>

https://ws-aplicativos-reca.homo.afip.gob.ar/sire/ws/v1/c2005/2005?wsdl 1/2
14/1/2021 https://ws-aplicativos-reca.homo.afip.gob.ar/sire/ws/v1/c2005/2005?wsdl
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="emitir">
<soap:operation soapAction="" style="document"/>
<wsdl:input name="emitir">
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output name="emitirResponse">
<soap:body use="literal"/>
</wsdl:output>
<wsdl:fault name="Exception">
<soap:fault name="Exception" use="literal"/>
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="anular">
<soap:operation soapAction="" style="document"/>
<wsdl:input name="anular">
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output name="anularResponse">
<soap:body use="literal"/>
</wsdl:output>
<wsdl:fault name="Exception">
<soap:fault name="Exception" use="literal"/>
</wsdl:fault>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="C2005SoapService">
<wsdl:port name="C2005SoapPort" binding="tns:C2005SoapServiceSoapBinding">
<soap:address location="https://ws-aplicativos-reca.homo.afip.gob.ar/sire/ws/v1/c2005/2005"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>

https://ws-aplicativos-reca.homo.afip.gob.ar/sire/ws/v1/c2005/2005?wsdl 2/2

You might also like