Publica Nota de Credito EFACT

Para acceso via SOAP ingresar a http://190.96.6.86/appsqa/dev/efact/efact-nc/wsdl.php?WSDL

Funciones Disponibles

Funcion: CreditNoteEFACT

Envia Notas de Credito a EFACT

WSDL:

<?xml version="1.0" encoding="UTF-8"?>

<wsdl:definitions
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
    xmlns:s="http://www.w3.org/2001/XMLSchema"
    targetNamespace="http://www.volcan.cl/"
    xmlns:tns="http://www.volcan.cl/"
    name="PublicaNotadeCreditoEFACT"
>

<wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.volcan.cl/">
        <s:element name="CreditNoteEFACTRequest">
            <s:complexType><s:sequence>
                <s:element minOccurs="1" maxOccurs="1" name="EFACT_Plain_Document" type="s:string" />
            </s:sequence></s:complexType>
        </s:element>
        <s:element name="CreditNoteEFACTResponse">
            <s:complexType><s:sequence>
                <s:element minOccurs="1" maxOccurs="1" name="efact_type_response" type="s:string" />
                <s:element minOccurs="1" maxOccurs="1" name="efact_response_identifier" type="s:string" />
                <s:element minOccurs="1" maxOccurs="1" name="efact_response_outstring" type="s:string" />
                <s:element minOccurs="1" maxOccurs="1" name="efact_response_responsecode" type="s:string" />
                <s:element minOccurs="1" maxOccurs="1" name="efact_response_sunaterrorcode" type="s:string" />
            </s:sequence></s:complexType>
        </s:element>
    </s:schema>
</wsdl:types>

<wsdl:message name="CreditNoteEFACTRequest">
    <wsdl:part name="parameters" element="tns:CreditNoteEFACTRequest" />
</wsdl:message>
<wsdl:message name="CreditNoteEFACTResponse">
    <wsdl:part name="parameters" element="tns:CreditNoteEFACTResponse" />
</wsdl:message>

<wsdl:portType name="CreditNoteEFACTPortType">
    <wsdl:operation name="CreditNoteEFACT">
        <wsdl:input message="tns:CreditNoteEFACTRequest" />
        <wsdl:output message="tns:CreditNoteEFACTResponse" />
    </wsdl:operation>
</wsdl:portType>

<wsdl:binding name="CreditNoteEFACTBinding" type="tns:CreditNoteEFACTPortType">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="CreditNoteEFACT">
        <soap:operation soapAction="http://190.96.6.86/appsqa/dev/efact/efact-nc/soap-service-class.php#CreditNoteEFACT" style="document" />
        <wsdl:input><soap:body use="literal" /></wsdl:input>
        <wsdl:output><soap:body use="literal" /></wsdl:output>
        <wsdl:documentation>Envia Notas de Credito a EFACT</wsdl:documentation>
    </wsdl:operation>
</wsdl:binding>

<wsdl:service name="PublicaNotadeCreditoEFACT">
    <wsdl:port name="CreditNoteEFACTPort" binding="tns:CreditNoteEFACTBinding">
        <soap:address location="http://190.96.6.86/appsqa/dev/efact/efact-nc/soap-service-class.php" />
    </wsdl:port>
</wsdl:service>

</wsdl:definitions>