<?xml version="1.0" encoding="UTF-8"?><wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:ns="http://firmar.eerssa.com" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:ax211="http://sql.java/xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://firmar.eerssa.com">
    <wsdl:documentation>
		Please Type your service description here
	</wsdl:documentation>
    <wsdl:types>
        <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://sql.java/xsd">
            <xs:complexType name="SQLException">
                <xs:sequence>
                    <xs:element minOccurs="0" name="SQLState" nillable="true" type="xs:string"/>
                    <xs:element minOccurs="0" name="errorCode" type="xs:int"/>
                    <xs:element minOccurs="0" name="nextException" nillable="true" type="ax211:SQLException"/>
                </xs:sequence>
            </xs:complexType>
        </xs:schema>
        <xs:schema xmlns:ax212="http://sql.java/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://firmar.eerssa.com">
            <xs:import namespace="http://sql.java/xsd"/>
            <xs:element name="Firmar">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="estado" nillable="true" type="xs:string"/>
                        <xs:element minOccurs="0" name="certificado" nillable="true" type="xs:string"/>
                        <xs:element minOccurs="0" name="clave" nillable="true" type="xs:string"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="FirmarResponse">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="TestFirmaSQLException">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="SQLException" nillable="true" type="ax212:SQLException"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="FirmarFactura">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="certificado" nillable="true" type="xs:string"/>
                        <xs:element minOccurs="0" name="clave" nillable="true" type="xs:string"/>
                        <xs:element minOccurs="0" name="archivo_firmar" nillable="true" type="xs:string"/>
                        <xs:element minOccurs="0" name="archivo_firmado" nillable="true" type="xs:string"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="FirmarFacturaResponse">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="setSIGN_FILE_NAME">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="sIGN_FILE_NAME" nillable="true" type="xs:string"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="FirmarFactura_old">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="secuencia" nillable="true" type="xs:string"/>
                        <xs:element minOccurs="0" name="empresa" nillable="true" type="xs:string"/>
                        <xs:element minOccurs="0" name="criterio" nillable="true" type="xs:string"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="FirmarFactura_oldResponse">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="getRESOURCE_TO_SIGN">
                <xs:complexType>
                    <xs:sequence/>
                </xs:complexType>
            </xs:element>
            <xs:element name="getRESOURCE_TO_SIGNResponse">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="setRESOURCE_TO_SIGN">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="rESOURCE_TO_SIGN" nillable="true" type="xs:string"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="getSIGN_FILE_NAME">
                <xs:complexType>
                    <xs:sequence/>
                </xs:complexType>
            </xs:element>
            <xs:element name="getSIGN_FILE_NAMEResponse">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
        </xs:schema>
    </wsdl:types>
    <wsdl:message name="getRESOURCE_TO_SIGNRequest">
        <wsdl:part name="parameters" element="ns:getRESOURCE_TO_SIGN"/>
    </wsdl:message>
    <wsdl:message name="getRESOURCE_TO_SIGNResponse">
        <wsdl:part name="parameters" element="ns:getRESOURCE_TO_SIGNResponse"/>
    </wsdl:message>
    <wsdl:message name="FirmarFacturaRequest">
        <wsdl:part name="parameters" element="ns:FirmarFactura"/>
    </wsdl:message>
    <wsdl:message name="FirmarFacturaResponse">
        <wsdl:part name="parameters" element="ns:FirmarFacturaResponse"/>
    </wsdl:message>
    <wsdl:message name="TestFirmaSQLException">
        <wsdl:part name="parameters" element="ns:TestFirmaSQLException"/>
    </wsdl:message>
    <wsdl:message name="FirmarRequest">
        <wsdl:part name="parameters" element="ns:Firmar"/>
    </wsdl:message>
    <wsdl:message name="FirmarResponse">
        <wsdl:part name="parameters" element="ns:FirmarResponse"/>
    </wsdl:message>
    <wsdl:message name="setSIGN_FILE_NAMERequest">
        <wsdl:part name="parameters" element="ns:setSIGN_FILE_NAME"/>
    </wsdl:message>
    <wsdl:message name="getSIGN_FILE_NAMERequest">
        <wsdl:part name="parameters" element="ns:getSIGN_FILE_NAME"/>
    </wsdl:message>
    <wsdl:message name="getSIGN_FILE_NAMEResponse">
        <wsdl:part name="parameters" element="ns:getSIGN_FILE_NAMEResponse"/>
    </wsdl:message>
    <wsdl:message name="FirmarFactura_oldRequest">
        <wsdl:part name="parameters" element="ns:FirmarFactura_old"/>
    </wsdl:message>
    <wsdl:message name="FirmarFactura_oldResponse">
        <wsdl:part name="parameters" element="ns:FirmarFactura_oldResponse"/>
    </wsdl:message>
    <wsdl:message name="setRESOURCE_TO_SIGNRequest">
        <wsdl:part name="parameters" element="ns:setRESOURCE_TO_SIGN"/>
    </wsdl:message>
    <wsdl:portType name="TestFirmaPortType">
        <wsdl:operation name="getRESOURCE_TO_SIGN">
            <wsdl:input message="ns:getRESOURCE_TO_SIGNRequest" wsaw:Action="urn:getRESOURCE_TO_SIGN"/>
            <wsdl:output message="ns:getRESOURCE_TO_SIGNResponse" wsaw:Action="urn:getRESOURCE_TO_SIGNResponse"/>
        </wsdl:operation>
        <wsdl:operation name="FirmarFactura">
            <wsdl:input message="ns:FirmarFacturaRequest" wsaw:Action="urn:FirmarFactura"/>
            <wsdl:output message="ns:FirmarFacturaResponse" wsaw:Action="urn:FirmarFacturaResponse"/>
            <wsdl:fault message="ns:TestFirmaSQLException" name="TestFirmaSQLException" wsaw:Action="urn:FirmarFacturaTestFirmaSQLException"/>
        </wsdl:operation>
        <wsdl:operation name="Firmar">
            <wsdl:input message="ns:FirmarRequest" wsaw:Action="urn:Firmar"/>
            <wsdl:output message="ns:FirmarResponse" wsaw:Action="urn:FirmarResponse"/>
        </wsdl:operation>
        <wsdl:operation name="setSIGN_FILE_NAME">
            <wsdl:input message="ns:setSIGN_FILE_NAMERequest" wsaw:Action="urn:setSIGN_FILE_NAME"/>
        </wsdl:operation>
        <wsdl:operation name="getSIGN_FILE_NAME">
            <wsdl:input message="ns:getSIGN_FILE_NAMERequest" wsaw:Action="urn:getSIGN_FILE_NAME"/>
            <wsdl:output message="ns:getSIGN_FILE_NAMEResponse" wsaw:Action="urn:getSIGN_FILE_NAMEResponse"/>
        </wsdl:operation>
        <wsdl:operation name="FirmarFactura_old">
            <wsdl:input message="ns:FirmarFactura_oldRequest" wsaw:Action="urn:FirmarFactura_old"/>
            <wsdl:output message="ns:FirmarFactura_oldResponse" wsaw:Action="urn:FirmarFactura_oldResponse"/>
            <wsdl:fault message="ns:TestFirmaSQLException" name="TestFirmaSQLException" wsaw:Action="urn:FirmarFactura_oldTestFirmaSQLException"/>
        </wsdl:operation>
        <wsdl:operation name="setRESOURCE_TO_SIGN">
            <wsdl:input message="ns:setRESOURCE_TO_SIGNRequest" wsaw:Action="urn:setRESOURCE_TO_SIGN"/>
        </wsdl:operation>
    </wsdl:portType>
    <wsdl:binding name="TestFirmaSoap11Binding" type="ns:TestFirmaPortType">
        <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
        <wsdl:operation name="getRESOURCE_TO_SIGN">
            <soap:operation soapAction="urn:getRESOURCE_TO_SIGN" style="document"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="FirmarFactura">
            <soap:operation soapAction="urn:FirmarFactura" style="document"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
            <wsdl:fault name="TestFirmaSQLException">
                <soap:fault use="literal" name="TestFirmaSQLException"/>
            </wsdl:fault>
        </wsdl:operation>
        <wsdl:operation name="Firmar">
            <soap:operation soapAction="urn:Firmar" style="document"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="setSIGN_FILE_NAME">
            <soap:operation soapAction="urn:setSIGN_FILE_NAME" style="document"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
        </wsdl:operation>
        <wsdl:operation name="FirmarFactura_old">
            <soap:operation soapAction="urn:FirmarFactura_old" style="document"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
            <wsdl:fault name="TestFirmaSQLException">
                <soap:fault use="literal" name="TestFirmaSQLException"/>
            </wsdl:fault>
        </wsdl:operation>
        <wsdl:operation name="getSIGN_FILE_NAME">
            <soap:operation soapAction="urn:getSIGN_FILE_NAME" style="document"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="setRESOURCE_TO_SIGN">
            <soap:operation soapAction="urn:setRESOURCE_TO_SIGN" style="document"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
        </wsdl:operation>
    </wsdl:binding>
    <wsdl:binding name="TestFirmaSoap12Binding" type="ns:TestFirmaPortType">
        <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
        <wsdl:operation name="getRESOURCE_TO_SIGN">
            <soap12:operation soapAction="urn:getRESOURCE_TO_SIGN" style="document"/>
            <wsdl:input>
                <soap12:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap12:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="FirmarFactura">
            <soap12:operation soapAction="urn:FirmarFactura" style="document"/>
            <wsdl:input>
                <soap12:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap12:body use="literal"/>
            </wsdl:output>
            <wsdl:fault name="TestFirmaSQLException">
                <soap12:fault use="literal" name="TestFirmaSQLException"/>
            </wsdl:fault>
        </wsdl:operation>
        <wsdl:operation name="Firmar">
            <soap12:operation soapAction="urn:Firmar" style="document"/>
            <wsdl:input>
                <soap12:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap12:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="setSIGN_FILE_NAME">
            <soap12:operation soapAction="urn:setSIGN_FILE_NAME" style="document"/>
            <wsdl:input>
                <soap12:body use="literal"/>
            </wsdl:input>
        </wsdl:operation>
        <wsdl:operation name="FirmarFactura_old">
            <soap12:operation soapAction="urn:FirmarFactura_old" style="document"/>
            <wsdl:input>
                <soap12:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap12:body use="literal"/>
            </wsdl:output>
            <wsdl:fault name="TestFirmaSQLException">
                <soap12:fault use="literal" name="TestFirmaSQLException"/>
            </wsdl:fault>
        </wsdl:operation>
        <wsdl:operation name="getSIGN_FILE_NAME">
            <soap12:operation soapAction="urn:getSIGN_FILE_NAME" style="document"/>
            <wsdl:input>
                <soap12:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap12:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="setRESOURCE_TO_SIGN">
            <soap12:operation soapAction="urn:setRESOURCE_TO_SIGN" style="document"/>
            <wsdl:input>
                <soap12:body use="literal"/>
            </wsdl:input>
        </wsdl:operation>
    </wsdl:binding>
    <wsdl:binding name="TestFirmaHttpBinding" type="ns:TestFirmaPortType">
        <http:binding verb="POST"/>
        <wsdl:operation name="getRESOURCE_TO_SIGN">
            <http:operation location="getRESOURCE_TO_SIGN"/>
            <wsdl:input>
                <mime:content type="application/xml" part="parameters"/>
            </wsdl:input>
            <wsdl:output>
                <mime:content type="application/xml" part="parameters"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="FirmarFactura">
            <http:operation location="FirmarFactura"/>
            <wsdl:input>
                <mime:content type="application/xml" part="parameters"/>
            </wsdl:input>
            <wsdl:output>
                <mime:content type="application/xml" part="parameters"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="Firmar">
            <http:operation location="Firmar"/>
            <wsdl:input>
                <mime:content type="application/xml" part="parameters"/>
            </wsdl:input>
            <wsdl:output>
                <mime:content type="application/xml" part="parameters"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="setSIGN_FILE_NAME">
            <http:operation location="setSIGN_FILE_NAME"/>
            <wsdl:input>
                <mime:content type="application/xml" part="parameters"/>
            </wsdl:input>
        </wsdl:operation>
        <wsdl:operation name="FirmarFactura_old">
            <http:operation location="FirmarFactura_old"/>
            <wsdl:input>
                <mime:content type="application/xml" part="parameters"/>
            </wsdl:input>
            <wsdl:output>
                <mime:content type="application/xml" part="parameters"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getSIGN_FILE_NAME">
            <http:operation location="getSIGN_FILE_NAME"/>
            <wsdl:input>
                <mime:content type="application/xml" part="parameters"/>
            </wsdl:input>
            <wsdl:output>
                <mime:content type="application/xml" part="parameters"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="setRESOURCE_TO_SIGN">
            <http:operation location="setRESOURCE_TO_SIGN"/>
            <wsdl:input>
                <mime:content type="application/xml" part="parameters"/>
            </wsdl:input>
        </wsdl:operation>
    </wsdl:binding>
    <wsdl:service name="TestFirma">
        <wsdl:port name="TestFirmaHttpSoap11Endpoint" binding="ns:TestFirmaSoap11Binding">
            <soap:address location="http://localhost:8080/wsedocs/services/TestFirma.TestFirmaHttpSoap11Endpoint/"/>
        </wsdl:port>
        <wsdl:port name="TestFirmaHttpSoap12Endpoint" binding="ns:TestFirmaSoap12Binding">
            <soap12:address location="http://localhost:8080/wsedocs/services/TestFirma.TestFirmaHttpSoap12Endpoint/"/>
        </wsdl:port>
        <wsdl:port name="TestFirmaHttpEndpoint" binding="ns:TestFirmaHttpBinding">
            <http:address location="http://localhost:8080/wsedocs/services/TestFirma.TestFirmaHttpEndpoint/"/>
        </wsdl:port>
    </wsdl:service>
</wsdl:definitions>
