Publica Documento EFACT

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

Funciones Disponibles

Funcion: EnviaEFACT

Envia documentos 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="PublicaDocumentoEFACT"
>

<wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.volcan.cl/">
        <s:element name="EnviaEFACTRequest">
            <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="EnviaEFACTResponse">
            <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="EnviaEFACTRequest">
    <wsdl:part name="parameters" element="tns:EnviaEFACTRequest" />
</wsdl:message>
<wsdl:message name="EnviaEFACTResponse">
    <wsdl:part name="parameters" element="tns:EnviaEFACTResponse" />
</wsdl:message>

<wsdl:portType name="EnviaEFACTPortType">
    <wsdl:operation name="EnviaEFACT">
        <wsdl:input message="tns:EnviaEFACTRequest" />
        <wsdl:output message="tns:EnviaEFACTResponse" />
    </wsdl:operation>
</wsdl:portType>

<wsdl:binding name="EnviaEFACTBinding" type="tns:EnviaEFACTPortType">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="EnviaEFACT">
        <soap:operation soapAction="http://190.96.6.86/appsqa/dev/efact/soap-service-class.php#EnviaEFACT" style="document" />
        <wsdl:input><soap:body use="literal" /></wsdl:input>
        <wsdl:output><soap:body use="literal" /></wsdl:output>
        <wsdl:documentation>Envia documentos a EFACT</wsdl:documentation>
    </wsdl:operation>
</wsdl:binding>

<wsdl:service name="PublicaDocumentoEFACT">
    <wsdl:port name="EnviaEFACTPort" binding="tns:EnviaEFACTBinding">
        <soap:address location="http://190.96.6.86/appsqa/dev/efact/soap-service-class.php" />
    </wsdl:port>
</wsdl:service>

</wsdl:definitions>