Para acceso via SOAP ingresar a http://190.96.6.86/appsqa/dev/efact/efact-baja/wsdl.php?WSDL
Comunicación de baja de documentos EFACT
<?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="ComunicacióndeBajaEFACT"
>
<wsdl:types>
<s:schema elementFormDefault="qualified" targetNamespace="http://www.volcan.cl/">
<s:element name="BajaEFACTRequest">
<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="BajaEFACTResponse">
<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="BajaEFACTRequest">
<wsdl:part name="parameters" element="tns:BajaEFACTRequest" />
</wsdl:message>
<wsdl:message name="BajaEFACTResponse">
<wsdl:part name="parameters" element="tns:BajaEFACTResponse" />
</wsdl:message>
<wsdl:portType name="BajaEFACTPortType">
<wsdl:operation name="BajaEFACT">
<wsdl:input message="tns:BajaEFACTRequest" />
<wsdl:output message="tns:BajaEFACTResponse" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="BajaEFACTBinding" type="tns:BajaEFACTPortType">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="BajaEFACT">
<soap:operation soapAction="http://190.96.6.86/appsqa/dev/efact/efact-baja/soap-service-class.php#BajaEFACT" style="document" />
<wsdl:input><soap:body use="literal" /></wsdl:input>
<wsdl:output><soap:body use="literal" /></wsdl:output>
<wsdl:documentation>Comunicación de baja de documentos EFACT</wsdl:documentation>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="ComunicacióndeBajaEFACT">
<wsdl:port name="BajaEFACTPort" binding="tns:BajaEFACTBinding">
<soap:address location="http://190.96.6.86/appsqa/dev/efact/efact-baja/soap-service-class.php" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>