<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:sch="http://coffeemrrci" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://coffeemrrci" targetNamespace="http://coffeemrrci">
	<wsdl:types>
		<xs:schema xmlns:ci="http://coffeemrrci" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://coffeemrrci">
			<xs:element name="ConsultaConflictoInteresRequest">
				<xs:complexType>
					<xs:sequence>
						<xs:element name="NIF" type="xs:string"/>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="ConsultaConflictoInteresResponse">
				<xs:complexType>
					<xs:sequence>
						<xs:element maxOccurs="unbounded" minOccurs="0" ref="ci:Operacion"/>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="Operacion">
				<xs:complexType>
					<xs:sequence>
						<xs:element name="Codigo" type="xs:string"/>
						<xs:element name="TipoAcceso">
							<xs:simpleType>
								<xs:restriction base="xs:string">
									<xs:enumeration value="CONSULTA"/>
									<xs:enumeration value="TOTAL"/>
								</xs:restriction>
							</xs:simpleType>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
		</xs:schema>
	</wsdl:types>
	<wsdl:message name="ConsultaConflictoInteresRequest">
		<wsdl:part element="tns:ConsultaConflictoInteresRequest" name="ConsultaConflictoInteresRequest"> </wsdl:part>
	</wsdl:message>
	<wsdl:message name="ConsultaConflictoInteresResponse">
		<wsdl:part element="tns:ConsultaConflictoInteresResponse" name="ConsultaConflictoInteresResponse"> </wsdl:part>
	</wsdl:message>
	<wsdl:portType name="coffeemrrciPort">
		<wsdl:operation name="ConsultaConflictoInteres">
			<wsdl:input message="tns:ConsultaConflictoInteresRequest" name="ConsultaConflictoInteresRequest"> </wsdl:input>
			<wsdl:output message="tns:ConsultaConflictoInteresResponse" name="ConsultaConflictoInteresResponse"> </wsdl:output>
		</wsdl:operation>
	</wsdl:portType>
	<wsdl:binding name="coffeemrrciPortSoap11" type="tns:coffeemrrciPort">
		<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
		<wsdl:operation name="ConsultaConflictoInteres">
			<soap:operation soapAction=""/>
			<wsdl:input name="ConsultaConflictoInteresRequest">
				<soap:body use="literal"/>
			</wsdl:input>
			<wsdl:output name="ConsultaConflictoInteresResponse">
				<soap:body use="literal"/>
			</wsdl:output>
		</wsdl:operation>
	</wsdl:binding>
	<wsdl:service name="coffeemrrciPortService">
		<wsdl:port binding="tns:coffeemrrciPortSoap11" name="coffeemrrciPortSoap11">
			<soap:address location="http://prewebsl.central.sepg.minhac.age:80/coffee-ci/ws"/>
		</wsdl:port>
	</wsdl:service>
</wsdl:definitions>