<?xml version="1.0" encoding="UTF-8"?>
<!--W3C Schema created by SYSNET Ltd.-->
<definitions 
	xmlns="http://schemas.xmlsoap.org/wsdl/" 
	xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 
	xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" 
	xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
	xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" 
	xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" 
	xmlns:tns="http://www.mzp.cz/ippc" 
	targetNamespace="http://www.mzp.cz/ippc" 
	name="ippc">
	<types>
		<xsd:schema 
			targetNamespace="http://www.env.cz/ippc/webservice" 
			xmlns="http://schemas.xmlsoap.org/wsdl/soap/" 
			xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" 
			xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
	</types>
	<message name="ippcGetCatalog">
		<part name="days" type="xsd:integer"/>
	</message>
	<message name="ippcCatalogResponse">
		<part name="parameter" type="xsd:string"/>
	</message>
	<portType name="ippcPortType">
		<operation name="ippcCatalog">
			<input message="tns:ippcGetCatalog"/>
			<output message="tns:ippcCatalogResponse"/>
		</operation>
	</portType>
	<binding name="ippcCatalogBinding" type="tns:ippcPortType">
		<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
		<operation name="ippcCatalog">
			<soap:operation soapAction="capeconnect:ippcService:ippcPortType#ippcCatalog"/>
			<input>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="uri:Domino"/>
			</input>
			<output>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="uri:Domino"/>
			</output>
		</operation>
	</binding>
	<service name="ippcService">
		<port name="ippcPort" binding="tns:ippcCatalogBinding">
			<soap:address location="http://www.mzp.cz/www/ippc.nsf/WebService"/>
		</port>
	</service>
</definitions>

