notebookvb
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,164 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<wsdl:definitions xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:s1="http://www.w3.org/2000/09/xmldsig#" xmlns:tns="http://www.sukl.cz/erp/cuer" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:s0="http://www.sukl.cz/erp/common" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" targetNamespace="http://www.sukl.cz/erp/cuer" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
|
||||||
|
<wsdl:types>
|
||||||
|
<schema xmlns="http://www.w3.org/2001/XMLSchema">
|
||||||
|
<import namespace="http://www.sukl.cz/erp/cuer" schemaLocation="cuer.xsd"></import>
|
||||||
|
</schema>
|
||||||
|
</wsdl:types>
|
||||||
|
<wsdl:message name="AppPingSoapIn">
|
||||||
|
<wsdl:part name="AppPingDotaz" element="s0:AppPingDotaz" />
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="AppPingSoapOut">
|
||||||
|
<wsdl:part name="AppPingResult" element="s0:AppPingOdpoved" />
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="AppPingZEPSoapIn">
|
||||||
|
<wsdl:part name="AppPingZEPDotaz" element="s0:AppPingZEPDotaz" />
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="AppPingZEPSoapOut">
|
||||||
|
<wsdl:part name="AppPingZEPResult" element="s0:AppPingZEPOdpoved" />
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistDoplatkyLimitPojistenceSoapIn">
|
||||||
|
<wsdl:part name="NacteniDoplatkyLimitPojistenceDotaz" element="tns:NacteniDoplatkyLimitPojistenceDotaz" />
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistDoplatkyLimitPojistenceSoapOut">
|
||||||
|
<wsdl:part name="NacistDoplatkyLimitPojistenceResult" element="tns:NacteniDoplatkyLimitPojistenceOdpoved" />
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistSeznamDoplatkuPojistenceSoapIn">
|
||||||
|
<wsdl:part name="NacteniSeznamuDoplatkuPojistenceDotaz" element="tns:NacteniSeznamuDoplatkuPojistenceDotaz" />
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistSeznamDoplatkuPojistenceSoapOut">
|
||||||
|
<wsdl:part name="NacistSeznamDoplatkuPojistenceResult" element="tns:NacteniSeznamuDoplatkuPojistenceOdpoved" />
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="GetAppInfoSoapIn">
|
||||||
|
<wsdl:part name="AppInfoDotaz" element="s0:AppInfoDotaz" />
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="GetAppInfoSoapOut">
|
||||||
|
<wsdl:part name="GetAppInfoResult" element="s0:AppInfoOdpoved" />
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:portType name="CuerWebServiceSoap">
|
||||||
|
<wsdl:operation name="AppPing">
|
||||||
|
<wsdl:input message="tns:AppPingSoapIn" />
|
||||||
|
<wsdl:output message="tns:AppPingSoapOut" />
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="AppPingZEP">
|
||||||
|
<wsdl:input message="tns:AppPingZEPSoapIn" />
|
||||||
|
<wsdl:output message="tns:AppPingZEPSoapOut" />
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistDoplatkyLimitPojistence">
|
||||||
|
<wsdl:input message="tns:NacistDoplatkyLimitPojistenceSoapIn" />
|
||||||
|
<wsdl:output message="tns:NacistDoplatkyLimitPojistenceSoapOut" />
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistSeznamDoplatkuPojistence">
|
||||||
|
<wsdl:input message="tns:NacistSeznamDoplatkuPojistenceSoapIn" />
|
||||||
|
<wsdl:output message="tns:NacistSeznamDoplatkuPojistenceSoapOut" />
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="GetAppInfo">
|
||||||
|
<wsdl:input message="tns:GetAppInfoSoapIn" />
|
||||||
|
<wsdl:output message="tns:GetAppInfoSoapOut" />
|
||||||
|
</wsdl:operation>
|
||||||
|
</wsdl:portType>
|
||||||
|
<wsdl:binding name="CuerWebServiceSoap" type="tns:CuerWebServiceSoap">
|
||||||
|
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
||||||
|
<wsdl:operation name="AppPing">
|
||||||
|
<soap:operation soapAction="AppPing" style="document" />
|
||||||
|
<wsdl:input>
|
||||||
|
<soap:body use="literal" />
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output>
|
||||||
|
<soap:body use="literal" />
|
||||||
|
</wsdl:output>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="AppPingZEP">
|
||||||
|
<soap:operation soapAction="AppPingZEP" style="document" />
|
||||||
|
<wsdl:input>
|
||||||
|
<soap:body use="literal" />
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output>
|
||||||
|
<soap:body use="literal" />
|
||||||
|
</wsdl:output>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistDoplatkyLimitPojistence">
|
||||||
|
<soap:operation soapAction="NacistDoplatkyLimitPojistence" style="document" />
|
||||||
|
<wsdl:input>
|
||||||
|
<soap:body use="literal" />
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output>
|
||||||
|
<soap:body use="literal" />
|
||||||
|
</wsdl:output>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistSeznamDoplatkuPojistence">
|
||||||
|
<soap:operation soapAction="NacistSeznamDoplatkuPojistence" style="document" />
|
||||||
|
<wsdl:input>
|
||||||
|
<soap:body use="literal" />
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output>
|
||||||
|
<soap:body use="literal" />
|
||||||
|
</wsdl:output>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="GetAppInfo">
|
||||||
|
<soap:operation soapAction="GetAppInfo" style="document" />
|
||||||
|
<wsdl:input>
|
||||||
|
<soap:body use="literal" />
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output>
|
||||||
|
<soap:body use="literal" />
|
||||||
|
</wsdl:output>
|
||||||
|
</wsdl:operation>
|
||||||
|
</wsdl:binding>
|
||||||
|
<wsdl:binding name="CuerWebServiceSoap12" type="tns:CuerWebServiceSoap">
|
||||||
|
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
||||||
|
<wsdl:operation name="AppPing">
|
||||||
|
<soap12:operation soapAction="AppPing" style="document" />
|
||||||
|
<wsdl:input>
|
||||||
|
<soap12:body use="literal" />
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output>
|
||||||
|
<soap12:body use="literal" />
|
||||||
|
</wsdl:output>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="AppPingZEP">
|
||||||
|
<soap12:operation soapAction="AppPingZEP" style="document" />
|
||||||
|
<wsdl:input>
|
||||||
|
<soap12:body use="literal" />
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output>
|
||||||
|
<soap12:body use="literal" />
|
||||||
|
</wsdl:output>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistDoplatkyLimitPojistence">
|
||||||
|
<soap12:operation soapAction="NacistDoplatkyLimitPojistence" style="document" />
|
||||||
|
<wsdl:input>
|
||||||
|
<soap12:body use="literal" />
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output>
|
||||||
|
<soap12:body use="literal" />
|
||||||
|
</wsdl:output>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistSeznamDoplatkuPojistence">
|
||||||
|
<soap12:operation soapAction="NacistSeznamDoplatkuPojistence" style="document" />
|
||||||
|
<wsdl:input>
|
||||||
|
<soap12:body use="literal" />
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output>
|
||||||
|
<soap12:body use="literal" />
|
||||||
|
</wsdl:output>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="GetAppInfo">
|
||||||
|
<soap12:operation soapAction="GetAppInfo" style="document" />
|
||||||
|
<wsdl:input>
|
||||||
|
<soap12:body use="literal" />
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output>
|
||||||
|
<soap12:body use="literal" />
|
||||||
|
</wsdl:output>
|
||||||
|
</wsdl:operation>
|
||||||
|
</wsdl:binding>
|
||||||
|
<wsdl:service name="CuerWebService">
|
||||||
|
<wsdl:port name="CuerWebServiceSoap" binding="tns:CuerWebServiceSoap">
|
||||||
|
<soap:address location="http://127.0.0.1:49646/Endpoints/CuerWebService.asmx" />
|
||||||
|
</wsdl:port>
|
||||||
|
<wsdl:port name="CuerWebServiceSoap12" binding="tns:CuerWebServiceSoap12">
|
||||||
|
<soap12:address location="http://127.0.0.1:49646/Endpoints/CuerWebService.asmx" />
|
||||||
|
</wsdl:port>
|
||||||
|
</wsdl:service>
|
||||||
|
</wsdl:definitions>
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,206 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<xsd:schema xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmlns:sig="http://www.w3.org/2000/09/xmldsig#" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.w3.org/2000/09/xmldsig#" elementFormDefault="qualified">
|
||||||
|
<xsd:complexType name="SignatureType">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="SignedInfo" type="sig:SignedInfoType"/>
|
||||||
|
<xsd:element name="SignatureValue" type="sig:SignatureValueType"/>
|
||||||
|
<xsd:element name="KeyInfo" type="sig:KeyInfoType" minOccurs="0"/>
|
||||||
|
<xsd:element name="Object" type="sig:ObjectType" minOccurs="0" maxOccurs="unbounded"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="Id" type="xsd:ID"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
<xsd:complexType name="SignedInfoType">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="CanonicalizationMethod" type="sig:CanonicalizationMethodType"/>
|
||||||
|
<xsd:element name="SignatureMethod" type="sig:SignatureMethodType"/>
|
||||||
|
<xsd:element name="Reference" type="sig:ReferenceType" maxOccurs="unbounded"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="Id" type="xsd:ID"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
<xsd:complexType name="CanonicalizationMethodType" mixed="true">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:any processContents="lax" namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="Algorithm" type="xsd:anyURI" use="required"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
<xsd:complexType name="ObjectType" mixed="true">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:any processContents="lax" namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="Id" type="xsd:ID"/>
|
||||||
|
<xsd:attribute name="MimeType" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="Encoding" type="xsd:anyURI"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
<xsd:complexType name="SPKIDataType">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="SPKISexp" type="xsd:base64Binary"/>
|
||||||
|
<xsd:any processContents="lax" namespace="##other"/>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:sequence>
|
||||||
|
</xsd:complexType>
|
||||||
|
<xsd:complexType name="X509DataType">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:choice minOccurs="0" maxOccurs="unbounded">
|
||||||
|
<xsd:element name="X509IssuerSerial" type="sig:X509IssuerSerialType"/>
|
||||||
|
<xsd:element name="X509SubjectName" type="xsd:string"/>
|
||||||
|
<xsd:element name="X509Certificate" type="xsd:base64Binary"/>
|
||||||
|
<xsd:element name="X509SKI" type="xsd:base64Binary"/>
|
||||||
|
<xsd:element name="X509CRL" type="xsd:base64Binary"/>
|
||||||
|
<xsd:any processContents="lax" namespace="##other"/>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:sequence>
|
||||||
|
</xsd:complexType>
|
||||||
|
<xsd:complexType name="PGPDataType">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:choice minOccurs="0" maxOccurs="unbounded">
|
||||||
|
<xsd:element name="PGPKeyPacket" type="xsd:base64Binary"/>
|
||||||
|
<xsd:element name="PGPKeyID" type="xsd:base64Binary"/>
|
||||||
|
<xsd:any processContents="lax" namespace="##other"/>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:sequence>
|
||||||
|
</xsd:complexType>
|
||||||
|
<xsd:complexType name="TransformType" mixed="true">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:choice minOccurs="0" maxOccurs="unbounded">
|
||||||
|
<xsd:element name="XPath" type="xsd:string"/>
|
||||||
|
<xsd:any processContents="lax" namespace="##other"/>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="Algorithm" type="xsd:anyURI" use="required"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
<xsd:complexType name="KeyValueType" mixed="true">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:choice minOccurs="0" maxOccurs="unbounded">
|
||||||
|
<xsd:element ref="sig:RSAKeyValue"/>
|
||||||
|
<xsd:element ref="sig:DSAKeyValue"/>
|
||||||
|
<xsd:any processContents="lax" namespace="##other"/>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:sequence>
|
||||||
|
</xsd:complexType>
|
||||||
|
<xsd:complexType name="ManifestType">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="Reference" type="sig:ReferenceType" maxOccurs="unbounded"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="Id" type="xsd:ID"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
<xsd:complexType name="TransformsType">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="Transform" type="sig:TransformType" maxOccurs="unbounded"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
</xsd:complexType>
|
||||||
|
<xsd:complexType name="KeyInfoType" mixed="true">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:choice minOccurs="0" maxOccurs="unbounded">
|
||||||
|
<xsd:element ref="sig:MgmtData"/>
|
||||||
|
<xsd:element ref="sig:KeyValue"/>
|
||||||
|
<xsd:element ref="sig:X509Data"/>
|
||||||
|
<xsd:element ref="sig:SPKIData"/>
|
||||||
|
<xsd:element ref="sig:PGPData"/>
|
||||||
|
<xsd:element ref="sig:RetrievalMethod"/>
|
||||||
|
<xsd:element ref="sig:KeyName"/>
|
||||||
|
<xsd:any processContents="lax" namespace="##other"/>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="Id" type="xsd:ID"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
<xsd:complexType name="ReferenceType">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="Transforms" type="sig:TransformsType" minOccurs="0"/>
|
||||||
|
<xsd:element name="DigestMethod" type="sig:DigestMethodType"/>
|
||||||
|
<xsd:element name="DigestValue" type="xsd:base64Binary"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="Id" type="xsd:ID"/>
|
||||||
|
<xsd:attribute name="URI" type="xsd:anyURI"/>
|
||||||
|
<xsd:attribute name="Type" type="xsd:anyURI"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
<xsd:complexType name="X509IssuerSerialType">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="X509IssuerName" type="xsd:string"/>
|
||||||
|
<xsd:element name="X509SerialNumber" type="xsd:integer"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
</xsd:complexType>
|
||||||
|
<xsd:complexType name="RetrievalMethodType">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="Transforms" type="sig:TransformsType" minOccurs="0"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="URI" type="xsd:anyURI"/>
|
||||||
|
<xsd:attribute name="Type" type="xsd:anyURI"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
<xsd:complexType name="SignatureValueType">
|
||||||
|
<xsd:simpleContent>
|
||||||
|
<xsd:extension base="xsd:base64Binary">
|
||||||
|
<xsd:attribute name="Id" type="xsd:ID"/>
|
||||||
|
</xsd:extension>
|
||||||
|
</xsd:simpleContent>
|
||||||
|
</xsd:complexType>
|
||||||
|
<xsd:complexType name="SignatureMethodType" mixed="true">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:choice minOccurs="0" maxOccurs="unbounded">
|
||||||
|
<xsd:element name="HMACOutputLength" type="xsd:integer"/>
|
||||||
|
<xsd:any processContents="lax" namespace="##other"/>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="Algorithm" type="xsd:anyURI" use="required"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
<xsd:complexType name="DigestMethodType" mixed="true">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:any processContents="lax" namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="Algorithm" type="xsd:anyURI" use="required"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
<xsd:complexType name="RSAKeyValueType">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="Modulus" type="xsd:base64Binary"/>
|
||||||
|
<xsd:element name="Exponent" type="xsd:base64Binary"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
</xsd:complexType>
|
||||||
|
<xsd:complexType name="DSAKeyValueType">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="P" type="xsd:base64Binary" minOccurs="0"/>
|
||||||
|
<xsd:element name="Q" type="xsd:base64Binary" minOccurs="0"/>
|
||||||
|
<xsd:element name="G" type="xsd:base64Binary" minOccurs="0"/>
|
||||||
|
<xsd:element name="Y" type="xsd:base64Binary"/>
|
||||||
|
<xsd:element name="J" type="xsd:base64Binary" minOccurs="0"/>
|
||||||
|
<xsd:element name="Seed" type="xsd:base64Binary" minOccurs="0"/>
|
||||||
|
<xsd:element name="PgenCounter" type="xsd:base64Binary" minOccurs="0"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
</xsd:complexType>
|
||||||
|
<xsd:complexType name="SignaturePropertiesType">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="SignatureProperty" type="sig:SignaturePropertyType" maxOccurs="unbounded"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="Id" type="xsd:ID"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
<xsd:complexType name="SignaturePropertyType" mixed="true">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:any processContents="lax" namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="Target" type="xsd:anyURI" use="required"/>
|
||||||
|
<xsd:attribute name="Id" type="xsd:ID"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
<xsd:element name="Signature" type="sig:SignatureType"/>
|
||||||
|
<xsd:element name="SPKIData" type="sig:SPKIDataType"/>
|
||||||
|
<xsd:element name="KeyInfo" type="sig:KeyInfoType"/>
|
||||||
|
<xsd:element name="SignatureValue" type="sig:SignatureValueType"/>
|
||||||
|
<xsd:element name="KeyValue" type="sig:KeyValueType"/>
|
||||||
|
<xsd:element name="Transforms" type="sig:TransformsType"/>
|
||||||
|
<xsd:element name="DigestMethod" type="sig:DigestMethodType"/>
|
||||||
|
<xsd:element name="X509Data" type="sig:X509DataType"/>
|
||||||
|
<xsd:element name="SignatureProperty" type="sig:SignaturePropertyType"/>
|
||||||
|
<xsd:element name="KeyName" type="xsd:string"/>
|
||||||
|
<xsd:element name="RSAKeyValue" type="sig:RSAKeyValueType"/>
|
||||||
|
<xsd:element name="MgmtData" type="xsd:string"/>
|
||||||
|
<xsd:element name="Object" type="sig:ObjectType"/>
|
||||||
|
<xsd:element name="SignatureMethod" type="sig:SignatureMethodType"/>
|
||||||
|
<xsd:element name="SignatureProperties" type="sig:SignaturePropertiesType"/>
|
||||||
|
<xsd:element name="Transform" type="sig:TransformType"/>
|
||||||
|
<xsd:element name="PGPData" type="sig:PGPDataType"/>
|
||||||
|
<xsd:element name="Reference" type="sig:ReferenceType"/>
|
||||||
|
<xsd:element name="RetrievalMethod" type="sig:RetrievalMethodType"/>
|
||||||
|
<xsd:element name="DSAKeyValue" type="sig:DSAKeyValueType"/>
|
||||||
|
<xsd:element name="DigestValue" type="xsd:base64Binary"/>
|
||||||
|
<xsd:element name="CanonicalizationMethod" type="sig:CanonicalizationMethodType"/>
|
||||||
|
<xsd:element name="SignedInfo" type="sig:SignedInfoType"/>
|
||||||
|
<xsd:element name="Manifest" type="sig:ManifestType"/>
|
||||||
|
</xsd:schema>
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,526 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<wsdl:definitions name="CUERLekar" targetNamespace="http://www.sukl.cz/erp/201704" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.sukl.cz/erp/201704" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
|
||||||
|
<!--version_201704B_update1--><wsdl:types>
|
||||||
|
<schema xmlns="http://www.w3.org/2001/XMLSchema">
|
||||||
|
<import namespace="http://www.sukl.cz/erp/201704" schemaLocation="schema1.xsd"></import>
|
||||||
|
</schema>
|
||||||
|
</wsdl:types>
|
||||||
|
<wsdl:message name="SeznamPredpisu">
|
||||||
|
<wsdl:part name="SeznamPredpisuDotaz" element="tns:SeznamPredpisuDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="GetAppInfo">
|
||||||
|
<wsdl:part name="AppInfoDotaz" element="tns:AppInfoDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="ChybaResponse">
|
||||||
|
<wsdl:part name="ChybaOdpoved" element="tns:Chyba">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistInformaceOZrusenemPredpisu">
|
||||||
|
<wsdl:part name="NacteniInformaceOZrusenemPredpisuDotaz" element="tns:NacteniInformaceOZrusenemPredpisuDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistCiselnikChybResponse">
|
||||||
|
<wsdl:part name="CisChybOdpoved" element="tns:CisChybOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistPredpis">
|
||||||
|
<wsdl:part name="NacteniPredpisuDotaz" element="tns:NacteniPredpisuDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="SeznamVydejuPredepisujicihoResponse">
|
||||||
|
<wsdl:part name="SeznamVydejuPredepisujicihoOdpoved" element="tns:SeznamVydejuPredepisujicihoOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="PrevzitVydejePredepisujiciho">
|
||||||
|
<wsdl:part name="PrevzetiVydejuPredepisujicihoDotaz" element="tns:PrevzetiVydejuPredepisujicihoDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="AppPingZEPResponse">
|
||||||
|
<wsdl:part name="AppPingZEPOdpoved" element="tns:AppPingZEPOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="ZmenitPredpisResponse">
|
||||||
|
<wsdl:part name="ZmenaPredpisuOdpoved" element="tns:ZmenaPredpisuOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="PrevzitVydejePredepisujicihoResponse">
|
||||||
|
<wsdl:part name="PrevzetiVydejuPredepisujicihoOdpoved" element="tns:PrevzetiVydejuPredepisujicihoOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="ZalozitPredpisResponse">
|
||||||
|
<wsdl:part name="ZalozeniPredpisuOdpoved" element="tns:ZalozeniPredpisuOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistVerze">
|
||||||
|
<wsdl:part name="VerzeDotaz" element="tns:VerzeDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistVydej">
|
||||||
|
<wsdl:part name="NacteniVydejeDotaz" element="tns:NacteniVydejeDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="StahnoutVydejePredepisujiciho">
|
||||||
|
<wsdl:part name="StazeniVydejuPredepisujicihoDotaz" element="tns:StazeniVydejuPredepisujicihoDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="StahnoutPruvodku">
|
||||||
|
<wsdl:part name="StazeniPruvodkyDotaz" element="tns:StazeniPruvodkyDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistInformaceOZrusenemVydeji">
|
||||||
|
<wsdl:part name="NacteniInformaceOZrusenemVydejiDotaz" element="tns:NacteniInformaceOZrusenemVydejiDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistInformaceOZrusenemVydejiResponse">
|
||||||
|
<wsdl:part name="NacteniInformaceOZrusenemVydejiOdpoved" element="tns:NacteniInformaceOZrusenemVydejiOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistVerzeResponse">
|
||||||
|
<wsdl:part name="VerzeOdpoved" element="tns:VerzeOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="AppPingResponse">
|
||||||
|
<wsdl:part name="AppPingOdpoved" element="tns:AppPingOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="PripravitVydejePredepisujicihoResponse">
|
||||||
|
<wsdl:part name="PripravaVydejuPredepisujicihoOdpoved" element="tns:PripravaVydejuPredepisujicihoOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistCiselnikChyb">
|
||||||
|
<wsdl:part name="CisChybDotaz" element="tns:CisChybDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="ZrusitPredpis">
|
||||||
|
<wsdl:part name="ZruseniPredpisuDotaz" element="tns:ZruseniPredpisuDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistVydejResponse">
|
||||||
|
<wsdl:part name="NacteniVydejeOdpoved" element="tns:NacteniVydejeOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="SeznamPredpisuResponse">
|
||||||
|
<wsdl:part name="SeznamPredpisuOdpoved" element="tns:SeznamPredpisuOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistPredpisResponse">
|
||||||
|
<wsdl:part name="NacteniPredpisuOdpoved" element="tns:NacteniPredpisuOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistInformaceOZrusenemPredpisuResponse">
|
||||||
|
<wsdl:part name="NacteniInformaceOZrusenemPredpisuOdpoved" element="tns:NacteniInformaceOZrusenemPredpisuOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="AppPing">
|
||||||
|
<wsdl:part name="AppPingDotaz" element="tns:AppPingDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="ZrusitPredpisResponse">
|
||||||
|
<wsdl:part name="ZruseniPredpisuOdpoved" element="tns:ZruseniPredpisuOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="ZalozitPredpis">
|
||||||
|
<wsdl:part name="ZalozeniPredpisuDotaz" element="tns:ZalozeniPredpisuDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="StahnoutVydejePredepisujicihoResponse">
|
||||||
|
<wsdl:part name="StazeniVydejuPredepisujicihoOdpoved" element="tns:StazeniVydejuPredepisujicihoOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="PripravitVydejePredepisujiciho">
|
||||||
|
<wsdl:part name="PripravaVydejuPredepisujicihoDotaz" element="tns:PripravaVydejuPredepisujicihoDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="SeznamVydejuPredepisujiciho">
|
||||||
|
<wsdl:part name="SeznamVydejuPredepisujicihoDotaz" element="tns:SeznamVydejuPredepisujicihoDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="GetAppInfoResponse">
|
||||||
|
<wsdl:part name="AppInfoOdpoved" element="tns:AppInfoOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="AppPingZEP">
|
||||||
|
<wsdl:part name="AppPingZEPDotaz" element="tns:AppPingZEPDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="StahnoutPruvodkuResponse">
|
||||||
|
<wsdl:part name="StazeniPruvodkyOdpoved" element="tns:StazeniPruvodkyOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="ZmenitPredpis">
|
||||||
|
<wsdl:part name="ZmenaPredpisuDotaz" element="tns:ZmenaPredpisuDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:portType name="CUERLekar">
|
||||||
|
<wsdl:operation name="SeznamPredpisu">
|
||||||
|
<wsdl:input name="SeznamPredpisu" message="tns:SeznamPredpisu">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="SeznamPredpisuResponse" message="tns:SeznamPredpisuResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistInformaceOZrusenemVydeji">
|
||||||
|
<wsdl:input name="NacistInformaceOZrusenemVydeji" message="tns:NacistInformaceOZrusenemVydeji">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistInformaceOZrusenemVydejiResponse" message="tns:NacistInformaceOZrusenemVydejiResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="GetAppInfo">
|
||||||
|
<wsdl:input name="GetAppInfo" message="tns:GetAppInfo">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="GetAppInfoResponse" message="tns:GetAppInfoResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistInformaceOZrusenemPredpisu">
|
||||||
|
<wsdl:input name="NacistInformaceOZrusenemPredpisu" message="tns:NacistInformaceOZrusenemPredpisu">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistInformaceOZrusenemPredpisuResponse" message="tns:NacistInformaceOZrusenemPredpisuResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistCiselnikChyb">
|
||||||
|
<wsdl:input name="NacistCiselnikChyb" message="tns:NacistCiselnikChyb">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistCiselnikChybResponse" message="tns:NacistCiselnikChybResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="ZrusitPredpis">
|
||||||
|
<wsdl:input name="ZrusitPredpis" message="tns:ZrusitPredpis">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="ZrusitPredpisResponse" message="tns:ZrusitPredpisResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistPredpis">
|
||||||
|
<wsdl:input name="NacistPredpis" message="tns:NacistPredpis">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistPredpisResponse" message="tns:NacistPredpisResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="PrevzitVydejePredepisujiciho">
|
||||||
|
<wsdl:input name="PrevzitVydejePredepisujiciho" message="tns:PrevzitVydejePredepisujiciho">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="PrevzitVydejePredepisujicihoResponse" message="tns:PrevzitVydejePredepisujicihoResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="AppPing">
|
||||||
|
<wsdl:input name="AppPing" message="tns:AppPing">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="AppPingResponse" message="tns:AppPingResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="ZalozitPredpis">
|
||||||
|
<wsdl:input name="ZalozitPredpis" message="tns:ZalozitPredpis">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="ZalozitPredpisResponse" message="tns:ZalozitPredpisResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistVerze">
|
||||||
|
<wsdl:input name="NacistVerze" message="tns:NacistVerze">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistVerzeResponse" message="tns:NacistVerzeResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="PripravitVydejePredepisujiciho">
|
||||||
|
<wsdl:input name="PripravitVydejePredepisujiciho" message="tns:PripravitVydejePredepisujiciho">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="PripravitVydejePredepisujicihoResponse" message="tns:PripravitVydejePredepisujicihoResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="SeznamVydejuPredepisujiciho">
|
||||||
|
<wsdl:input name="SeznamVydejuPredepisujiciho" message="tns:SeznamVydejuPredepisujiciho">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="SeznamVydejuPredepisujicihoResponse" message="tns:SeznamVydejuPredepisujicihoResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistVydej">
|
||||||
|
<wsdl:input name="NacistVydej" message="tns:NacistVydej">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistVydejResponse" message="tns:NacistVydejResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="AppPingZEP">
|
||||||
|
<wsdl:input name="AppPingZEP" message="tns:AppPingZEP">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="AppPingZEPResponse" message="tns:AppPingZEPResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="StahnoutVydejePredepisujiciho">
|
||||||
|
<wsdl:input name="StahnoutVydejePredepisujiciho" message="tns:StahnoutVydejePredepisujiciho">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="StahnoutVydejePredepisujicihoResponse" message="tns:StahnoutVydejePredepisujicihoResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="StahnoutPruvodku">
|
||||||
|
<wsdl:input name="StahnoutPruvodku" message="tns:StahnoutPruvodku">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="StahnoutPruvodkuResponse" message="tns:StahnoutPruvodkuResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="ZmenitPredpis">
|
||||||
|
<wsdl:input name="ZmenitPredpis" message="tns:ZmenitPredpis">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="ZmenitPredpisResponse" message="tns:ZmenitPredpisResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
</wsdl:portType>
|
||||||
|
<wsdl:binding name="CUERLekarSoapBinding" type="tns:CUERLekar">
|
||||||
|
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
|
||||||
|
<wsdl:operation name="SeznamPredpisu">
|
||||||
|
<soap:operation soapAction="SeznamPredpisu" style="document"/>
|
||||||
|
<wsdl:input name="SeznamPredpisu">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="SeznamPredpisuResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistInformaceOZrusenemVydeji">
|
||||||
|
<soap:operation soapAction="NacistInformaceOZrusenemVydeji" style="document"/>
|
||||||
|
<wsdl:input name="NacistInformaceOZrusenemVydeji">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistInformaceOZrusenemVydejiResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="GetAppInfo">
|
||||||
|
<soap:operation soapAction="GetAppInfo" style="document"/>
|
||||||
|
<wsdl:input name="GetAppInfo">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="GetAppInfoResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistInformaceOZrusenemPredpisu">
|
||||||
|
<soap:operation soapAction="NacistInformaceOZrusenemPredpisu" style="document"/>
|
||||||
|
<wsdl:input name="NacistInformaceOZrusenemPredpisu">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistInformaceOZrusenemPredpisuResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="ZrusitPredpis">
|
||||||
|
<soap:operation soapAction="ZrusitPredpis" style="document"/>
|
||||||
|
<wsdl:input name="ZrusitPredpis">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="ZrusitPredpisResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistCiselnikChyb">
|
||||||
|
<soap:operation soapAction="NacistCiselnikChyb" style="document"/>
|
||||||
|
<wsdl:input name="NacistCiselnikChyb">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistCiselnikChybResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistPredpis">
|
||||||
|
<soap:operation soapAction="NacistPredpis" style="document"/>
|
||||||
|
<wsdl:input name="NacistPredpis">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistPredpisResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="PrevzitVydejePredepisujiciho">
|
||||||
|
<soap:operation soapAction="PrevzitVydejePredepisujiciho" style="document"/>
|
||||||
|
<wsdl:input name="PrevzitVydejePredepisujiciho">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="PrevzitVydejePredepisujicihoResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="AppPing">
|
||||||
|
<soap:operation soapAction="AppPing" style="document"/>
|
||||||
|
<wsdl:input name="AppPing">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="AppPingResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="ZalozitPredpis">
|
||||||
|
<soap:operation soapAction="ZalozitPredpis" style="document"/>
|
||||||
|
<wsdl:input name="ZalozitPredpis">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="ZalozitPredpisResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistVerze">
|
||||||
|
<soap:operation soapAction="NacistVerze" style="document"/>
|
||||||
|
<wsdl:input name="NacistVerze">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistVerzeResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="PripravitVydejePredepisujiciho">
|
||||||
|
<soap:operation soapAction="PripravitVydejePredepisujiciho" style="document"/>
|
||||||
|
<wsdl:input name="PripravitVydejePredepisujiciho">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="PripravitVydejePredepisujicihoResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="SeznamVydejuPredepisujiciho">
|
||||||
|
<soap:operation soapAction="SeznamVydejuPredepisujiciho" style="document"/>
|
||||||
|
<wsdl:input name="SeznamVydejuPredepisujiciho">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="SeznamVydejuPredepisujicihoResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistVydej">
|
||||||
|
<soap:operation soapAction="NacistVydej" style="document"/>
|
||||||
|
<wsdl:input name="NacistVydej">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistVydejResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="AppPingZEP">
|
||||||
|
<soap:operation soapAction="AppPingZEP" style="document"/>
|
||||||
|
<wsdl:input name="AppPingZEP">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="AppPingZEPResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="StahnoutVydejePredepisujiciho">
|
||||||
|
<soap:operation soapAction="StahnoutVydejePredepisujiciho" style="document"/>
|
||||||
|
<wsdl:input name="StahnoutVydejePredepisujiciho">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="StahnoutVydejePredepisujicihoResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="StahnoutPruvodku">
|
||||||
|
<soap:operation soapAction="StahnoutPruvodku" style="document"/>
|
||||||
|
<wsdl:input name="StahnoutPruvodku">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="StahnoutPruvodkuResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="ZmenitPredpis">
|
||||||
|
<soap:operation soapAction="ZmenitPredpis" style="document"/>
|
||||||
|
<wsdl:input name="ZmenitPredpis">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="ZmenitPredpisResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
</wsdl:binding>
|
||||||
|
<wsdl:service name="CUERLekar">
|
||||||
|
<wsdl:port name="CUERLekar_Port" binding="tns:CUERLekarSoapBinding">
|
||||||
|
<soap:address location="http://backing-erp-as:8080/cuer/CUERLekar"/>
|
||||||
|
</wsdl:port>
|
||||||
|
</wsdl:service>
|
||||||
|
</wsdl:definitions>
|
||||||
@@ -0,0 +1,526 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<wsdl:definitions name="CUERLekarnik" targetNamespace="http://www.sukl.cz/erp/201704" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.sukl.cz/erp/201704" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
|
||||||
|
<!--version_201704D--><wsdl:types>
|
||||||
|
<schema xmlns="http://www.w3.org/2001/XMLSchema">
|
||||||
|
<import namespace="http://www.sukl.cz/erp/201704" schemaLocation="schema1.xsd"></import>
|
||||||
|
</schema>
|
||||||
|
</wsdl:types>
|
||||||
|
<wsdl:message name="GetAppInfo">
|
||||||
|
<wsdl:part name="AppInfoDotaz" element="tns:AppInfoDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="ChybaResponse">
|
||||||
|
<wsdl:part name="ChybaOdpoved" element="tns:Chyba">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistInformaceOZrusenemPredpisu">
|
||||||
|
<wsdl:part name="NacteniInformaceOZrusenemPredpisuDotaz" element="tns:NacteniInformaceOZrusenemPredpisuDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="ZrusitVydej">
|
||||||
|
<wsdl:part name="ZruseniVydejeDotaz" element="tns:ZruseniVydejeDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistCiselnikChybResponse">
|
||||||
|
<wsdl:part name="CisChybOdpoved" element="tns:CisChybOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistPredpis">
|
||||||
|
<wsdl:part name="NacteniPredpisuDotaz" element="tns:NacteniPredpisuDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="ZrusitVydejResponse">
|
||||||
|
<wsdl:part name="ZruseniVydejeOdpoved" element="tns:ZruseniVydejeOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="AppPingZEPResponse">
|
||||||
|
<wsdl:part name="AppPingZEPOdpoved" element="tns:AppPingZEPOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistVerze">
|
||||||
|
<wsdl:part name="VerzeDotaz" element="tns:VerzeDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistVydej">
|
||||||
|
<wsdl:part name="NacteniVydejeDotaz" element="tns:NacteniVydejeDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="ZmenitPojistovnuPredpisuResponse">
|
||||||
|
<wsdl:part name="ZmenaPojistovnyPredpisuOdpoved" element="tns:ZmenaPojistovnyPredpisuOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="ZmenitVydejResponse">
|
||||||
|
<wsdl:part name="ZmenaVydejeOdpoved" element="tns:ZmenaVydejeOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="StahnoutPruvodku">
|
||||||
|
<wsdl:part name="StazeniPruvodkyDotaz" element="tns:StazeniPruvodkyDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="SeznamPredpisuDleDokladu">
|
||||||
|
<wsdl:part name="SeznamPredpisuDleDokladuDotaz" element="tns:SeznamPredpisuDleDokladuDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistInformaceOZrusenemVydeji">
|
||||||
|
<wsdl:part name="NacteniInformaceOZrusenemVydejiDotaz" element="tns:NacteniInformaceOZrusenemVydejiDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistInformaceOZrusenemVydejiResponse">
|
||||||
|
<wsdl:part name="NacteniInformaceOZrusenemVydejiOdpoved" element="tns:NacteniInformaceOZrusenemVydejiOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistVerzeResponse">
|
||||||
|
<wsdl:part name="VerzeOdpoved" element="tns:VerzeOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="ZmenitVydej">
|
||||||
|
<wsdl:part name="ZmenaVydejeDotaz" element="tns:ZmenaVydejeDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="DigitalizovatPredpisResponse">
|
||||||
|
<wsdl:part name="DigitalizacePredpisuOdpoved" element="tns:DigitalizacePredpisuOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="AppPingResponse">
|
||||||
|
<wsdl:part name="AppPingOdpoved" element="tns:AppPingOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="ZmenitStavPredpisuResponse">
|
||||||
|
<wsdl:part name="ZmenaStavuPredpisuOdpoved" element="tns:ZmenaStavuPredpisuOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistCiselnikChyb">
|
||||||
|
<wsdl:part name="CisChybDotaz" element="tns:CisChybDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="DeblokacePredpisuResponse">
|
||||||
|
<wsdl:part name="DeblokacePredpisuOdpoved" element="tns:DeblokacePredpisuOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistVydejResponse">
|
||||||
|
<wsdl:part name="NacteniVydejeOdpoved" element="tns:NacteniVydejeOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistPredpisResponse">
|
||||||
|
<wsdl:part name="NacteniPredpisuOdpoved" element="tns:NacteniPredpisuOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="DeblokacePredpisu">
|
||||||
|
<wsdl:part name="DeblokacePredpisuDotaz" element="tns:DeblokacePredpisuDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="DigitalizovatPredpis">
|
||||||
|
<wsdl:part name="DigitalizacePredpisuDotaz" element="tns:DigitalizacePredpisuDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistInformaceOZrusenemPredpisuResponse">
|
||||||
|
<wsdl:part name="NacteniInformaceOZrusenemPredpisuOdpoved" element="tns:NacteniInformaceOZrusenemPredpisuOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="ZalozitVydejResponse">
|
||||||
|
<wsdl:part name="ZalozeniVydejeOdpoved" element="tns:ZalozeniVydejeOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="AppPing">
|
||||||
|
<wsdl:part name="AppPingDotaz" element="tns:AppPingDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="ZalozitVydej">
|
||||||
|
<wsdl:part name="ZalozeniVydejeDotaz" element="tns:ZalozeniVydejeDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="ZmenitStavPredpisu">
|
||||||
|
<wsdl:part name="ZmenaStavuPredpisuDotaz" element="tns:ZmenaStavuPredpisuDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="ZmenitPojistovnuPredpisu">
|
||||||
|
<wsdl:part name="ZmenaPojistovnyPredpisuDotaz" element="tns:ZmenaPojistovnyPredpisuDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="GetAppInfoResponse">
|
||||||
|
<wsdl:part name="AppInfoOdpoved" element="tns:AppInfoOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="AppPingZEP">
|
||||||
|
<wsdl:part name="AppPingZEPDotaz" element="tns:AppPingZEPDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="StahnoutPruvodkuResponse">
|
||||||
|
<wsdl:part name="StazeniPruvodkyOdpoved" element="tns:StazeniPruvodkyOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="SeznamPredpisuDleDokladuResponse">
|
||||||
|
<wsdl:part name="SeznamPredpisuDleDokladuOdpoved" element="tns:SeznamPredpisuDleDokladuOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:portType name="CUERLekarnik">
|
||||||
|
<wsdl:operation name="NacistInformaceOZrusenemVydeji">
|
||||||
|
<wsdl:input name="NacistInformaceOZrusenemVydeji" message="tns:NacistInformaceOZrusenemVydeji">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistInformaceOZrusenemVydejiResponse" message="tns:NacistInformaceOZrusenemVydejiResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="GetAppInfo">
|
||||||
|
<wsdl:input name="GetAppInfo" message="tns:GetAppInfo">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="GetAppInfoResponse" message="tns:GetAppInfoResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="ZmenitVydej">
|
||||||
|
<wsdl:input name="ZmenitVydej" message="tns:ZmenitVydej">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="ZmenitVydejResponse" message="tns:ZmenitVydejResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistInformaceOZrusenemPredpisu">
|
||||||
|
<wsdl:input name="NacistInformaceOZrusenemPredpisu" message="tns:NacistInformaceOZrusenemPredpisu">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistInformaceOZrusenemPredpisuResponse" message="tns:NacistInformaceOZrusenemPredpisuResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="ZrusitVydej">
|
||||||
|
<wsdl:input name="ZrusitVydej" message="tns:ZrusitVydej">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="ZrusitVydejResponse" message="tns:ZrusitVydejResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistCiselnikChyb">
|
||||||
|
<wsdl:input name="NacistCiselnikChyb" message="tns:NacistCiselnikChyb">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistCiselnikChybResponse" message="tns:NacistCiselnikChybResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistPredpis">
|
||||||
|
<wsdl:input name="NacistPredpis" message="tns:NacistPredpis">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistPredpisResponse" message="tns:NacistPredpisResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="DeblokacePredpisu">
|
||||||
|
<wsdl:input name="DeblokacePredpisu" message="tns:DeblokacePredpisu">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="DeblokacePredpisuResponse" message="tns:DeblokacePredpisuResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="DigitalizovatPredpis">
|
||||||
|
<wsdl:input name="DigitalizovatPredpis" message="tns:DigitalizovatPredpis">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="DigitalizovatPredpisResponse" message="tns:DigitalizovatPredpisResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="AppPing">
|
||||||
|
<wsdl:input name="AppPing" message="tns:AppPing">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="AppPingResponse" message="tns:AppPingResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="ZalozitVydej">
|
||||||
|
<wsdl:input name="ZalozitVydej" message="tns:ZalozitVydej">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="ZalozitVydejResponse" message="tns:ZalozitVydejResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="ZmenitStavPredpisu">
|
||||||
|
<wsdl:input name="ZmenitStavPredpisu" message="tns:ZmenitStavPredpisu">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="ZmenitStavPredpisuResponse" message="tns:ZmenitStavPredpisuResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="ZmenitPojistovnuPredpisu">
|
||||||
|
<wsdl:input name="ZmenitPojistovnuPredpisu" message="tns:ZmenitPojistovnuPredpisu">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="ZmenitPojistovnuPredpisuResponse" message="tns:ZmenitPojistovnuPredpisuResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistVerze">
|
||||||
|
<wsdl:input name="NacistVerze" message="tns:NacistVerze">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistVerzeResponse" message="tns:NacistVerzeResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistVydej">
|
||||||
|
<wsdl:input name="NacistVydej" message="tns:NacistVydej">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistVydejResponse" message="tns:NacistVydejResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="AppPingZEP">
|
||||||
|
<wsdl:input name="AppPingZEP" message="tns:AppPingZEP">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="AppPingZEPResponse" message="tns:AppPingZEPResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="StahnoutPruvodku">
|
||||||
|
<wsdl:input name="StahnoutPruvodku" message="tns:StahnoutPruvodku">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="StahnoutPruvodkuResponse" message="tns:StahnoutPruvodkuResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="SeznamPredpisuDleDokladu">
|
||||||
|
<wsdl:input name="SeznamPredpisuDleDokladu" message="tns:SeznamPredpisuDleDokladu">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="SeznamPredpisuDleDokladuResponse" message="tns:SeznamPredpisuDleDokladuResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
</wsdl:portType>
|
||||||
|
<wsdl:binding name="CUERLekarnikSoapBinding" type="tns:CUERLekarnik">
|
||||||
|
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
|
||||||
|
<wsdl:operation name="NacistInformaceOZrusenemVydeji">
|
||||||
|
<soap:operation soapAction="NacistInformaceOZrusenemVydeji" style="document"/>
|
||||||
|
<wsdl:input name="NacistInformaceOZrusenemVydeji">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistInformaceOZrusenemVydejiResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="GetAppInfo">
|
||||||
|
<soap:operation soapAction="GetAppInfo" style="document"/>
|
||||||
|
<wsdl:input name="GetAppInfo">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="GetAppInfoResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="ZmenitVydej">
|
||||||
|
<soap:operation soapAction="ZmenitVydej" style="document"/>
|
||||||
|
<wsdl:input name="ZmenitVydej">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="ZmenitVydejResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistInformaceOZrusenemPredpisu">
|
||||||
|
<soap:operation soapAction="NacistInformaceOZrusenemPredpisu" style="document"/>
|
||||||
|
<wsdl:input name="NacistInformaceOZrusenemPredpisu">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistInformaceOZrusenemPredpisuResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="ZrusitVydej">
|
||||||
|
<soap:operation soapAction="ZrusitVydej" style="document"/>
|
||||||
|
<wsdl:input name="ZrusitVydej">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="ZrusitVydejResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistCiselnikChyb">
|
||||||
|
<soap:operation soapAction="NacistCiselnikChyb" style="document"/>
|
||||||
|
<wsdl:input name="NacistCiselnikChyb">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistCiselnikChybResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistPredpis">
|
||||||
|
<soap:operation soapAction="NacistPredpis" style="document"/>
|
||||||
|
<wsdl:input name="NacistPredpis">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistPredpisResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="DeblokacePredpisu">
|
||||||
|
<soap:operation soapAction="DeblokacePredpisu" style="document"/>
|
||||||
|
<wsdl:input name="DeblokacePredpisu">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="DeblokacePredpisuResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="DigitalizovatPredpis">
|
||||||
|
<soap:operation soapAction="DigitalizovatPredpis" style="document"/>
|
||||||
|
<wsdl:input name="DigitalizovatPredpis">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="DigitalizovatPredpisResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="AppPing">
|
||||||
|
<soap:operation soapAction="AppPing" style="document"/>
|
||||||
|
<wsdl:input name="AppPing">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="AppPingResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="ZalozitVydej">
|
||||||
|
<soap:operation soapAction="ZalozitVydej" style="document"/>
|
||||||
|
<wsdl:input name="ZalozitVydej">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="ZalozitVydejResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="ZmenitStavPredpisu">
|
||||||
|
<soap:operation soapAction="ZmenitStavPredpisu" style="document"/>
|
||||||
|
<wsdl:input name="ZmenitStavPredpisu">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="ZmenitStavPredpisuResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="ZmenitPojistovnuPredpisu">
|
||||||
|
<soap:operation soapAction="ZmenitPojistovnuPredpisu" style="document"/>
|
||||||
|
<wsdl:input name="ZmenitPojistovnuPredpisu">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="ZmenitPojistovnuPredpisuResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistVerze">
|
||||||
|
<soap:operation soapAction="NacistVerze" style="document"/>
|
||||||
|
<wsdl:input name="NacistVerze">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistVerzeResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistVydej">
|
||||||
|
<soap:operation soapAction="NacistVydej" style="document"/>
|
||||||
|
<wsdl:input name="NacistVydej">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistVydejResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="AppPingZEP">
|
||||||
|
<soap:operation soapAction="AppPingZEP" style="document"/>
|
||||||
|
<wsdl:input name="AppPingZEP">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="AppPingZEPResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="StahnoutPruvodku">
|
||||||
|
<soap:operation soapAction="StahnoutPruvodku" style="document"/>
|
||||||
|
<wsdl:input name="StahnoutPruvodku">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="StahnoutPruvodkuResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="SeznamPredpisuDleDokladu">
|
||||||
|
<soap:operation soapAction="SeznamPredpisuDleDokladu" style="document"/>
|
||||||
|
<wsdl:input name="SeznamPredpisuDleDokladu">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="SeznamPredpisuDleDokladuResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
</wsdl:binding>
|
||||||
|
<wsdl:service name="CUERLekarnik">
|
||||||
|
<wsdl:port name="CUERLekarnik_Port" binding="tns:CUERLekarnikSoapBinding">
|
||||||
|
<soap:address location="http://backing-erp-as:8080/cuer/CUERLekarnik"/>
|
||||||
|
</wsdl:port>
|
||||||
|
</wsdl:service>
|
||||||
|
</wsdl:definitions>
|
||||||
@@ -0,0 +1,442 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<wsdl:definitions name="CUERPracovnikZP" targetNamespace="http://www.sukl.cz/erp/201704" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.sukl.cz/erp/201704" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
|
||||||
|
<!--version_201704B_update1--><wsdl:types>
|
||||||
|
<schema xmlns="http://www.w3.org/2001/XMLSchema">
|
||||||
|
<import namespace="http://www.sukl.cz/erp/201704" schemaLocation="schema1.xsd"></import>
|
||||||
|
</schema>
|
||||||
|
</wsdl:types>
|
||||||
|
<wsdl:message name="GetAppInfo">
|
||||||
|
<wsdl:part name="AppInfoDotaz" element="tns:AppInfoDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="ChybaResponse">
|
||||||
|
<wsdl:part name="ChybaOdpoved" element="tns:Chyba">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistInformaceOZrusenemPredpisu">
|
||||||
|
<wsdl:part name="NacteniInformaceOZrusenemPredpisuDotaz" element="tns:NacteniInformaceOZrusenemPredpisuDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistCiselnikChybResponse">
|
||||||
|
<wsdl:part name="CisChybOdpoved" element="tns:CisChybOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistPredpis">
|
||||||
|
<wsdl:part name="NacteniPredpisuDotaz" element="tns:NacteniPredpisuDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="PrevzitVydeje">
|
||||||
|
<wsdl:part name="PrevzetiVydejuDotaz" element="tns:PrevzetiVydejuDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="AppPingZEPResponse">
|
||||||
|
<wsdl:part name="AppPingZEPOdpoved" element="tns:AppPingZEPOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistVerze">
|
||||||
|
<wsdl:part name="VerzeDotaz" element="tns:VerzeDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistVydej">
|
||||||
|
<wsdl:part name="NacteniVydejeDotaz" element="tns:NacteniVydejeDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="ZmenitPojistovnuPredpisuResponse">
|
||||||
|
<wsdl:part name="ZmenaPojistovnyPredpisuOdpoved" element="tns:ZmenaPojistovnyPredpisuOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="PripravitVydeje">
|
||||||
|
<wsdl:part name="PripravaVydejuDotaz" element="tns:PripravaVydejuDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="StahnoutPruvodku">
|
||||||
|
<wsdl:part name="StazeniPruvodkyDotaz" element="tns:StazeniPruvodkyDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistInformaceOZrusenemVydeji">
|
||||||
|
<wsdl:part name="NacteniInformaceOZrusenemVydejiDotaz" element="tns:NacteniInformaceOZrusenemVydejiDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistInformaceOZrusenemVydejiResponse">
|
||||||
|
<wsdl:part name="NacteniInformaceOZrusenemVydejiOdpoved" element="tns:NacteniInformaceOZrusenemVydejiOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistVerzeResponse">
|
||||||
|
<wsdl:part name="VerzeOdpoved" element="tns:VerzeOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="AppPingResponse">
|
||||||
|
<wsdl:part name="AppPingOdpoved" element="tns:AppPingOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="ZmenitStavPredpisuResponse">
|
||||||
|
<wsdl:part name="ZmenaStavuPredpisuOdpoved" element="tns:ZmenaStavuPredpisuOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistCiselnikChyb">
|
||||||
|
<wsdl:part name="CisChybDotaz" element="tns:CisChybDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistVydejResponse">
|
||||||
|
<wsdl:part name="NacteniVydejeOdpoved" element="tns:NacteniVydejeOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="PripravitVydejeResponse">
|
||||||
|
<wsdl:part name="PripravaVydejuOdpoved" element="tns:PripravaVydejuOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistPredpisResponse">
|
||||||
|
<wsdl:part name="NacteniPredpisuOdpoved" element="tns:NacteniPredpisuOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistInformaceOZrusenemPredpisuResponse">
|
||||||
|
<wsdl:part name="NacteniInformaceOZrusenemPredpisuOdpoved" element="tns:NacteniInformaceOZrusenemPredpisuOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="AppPing">
|
||||||
|
<wsdl:part name="AppPingDotaz" element="tns:AppPingDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="ZmenitStavPredpisu">
|
||||||
|
<wsdl:part name="ZmenaStavuPredpisuDotaz" element="tns:ZmenaStavuPredpisuDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="StahnoutVydeje">
|
||||||
|
<wsdl:part name="StazeniVydejuDotaz" element="tns:StazeniVydejuDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="ZmenitPojistovnuPredpisu">
|
||||||
|
<wsdl:part name="ZmenaPojistovnyPredpisuDotaz" element="tns:ZmenaPojistovnyPredpisuDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="GetAppInfoResponse">
|
||||||
|
<wsdl:part name="AppInfoOdpoved" element="tns:AppInfoOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="AppPingZEP">
|
||||||
|
<wsdl:part name="AppPingZEPDotaz" element="tns:AppPingZEPDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="StahnoutPruvodkuResponse">
|
||||||
|
<wsdl:part name="StazeniPruvodkyOdpoved" element="tns:StazeniPruvodkyOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="StahnoutVydejeResponse">
|
||||||
|
<wsdl:part name="StazeniVydejuOdpoved" element="tns:StazeniVydejuOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="PrevzitVydejeResponse">
|
||||||
|
<wsdl:part name="PrevzetiVydejuOdpoved" element="tns:PrevzetiVydejuOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:portType name="CUERPracovnikZP">
|
||||||
|
<wsdl:operation name="NacistInformaceOZrusenemVydeji">
|
||||||
|
<wsdl:input name="NacistInformaceOZrusenemVydeji" message="tns:NacistInformaceOZrusenemVydeji">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistInformaceOZrusenemVydejiResponse" message="tns:NacistInformaceOZrusenemVydejiResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="GetAppInfo">
|
||||||
|
<wsdl:input name="GetAppInfo" message="tns:GetAppInfo">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="GetAppInfoResponse" message="tns:GetAppInfoResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistInformaceOZrusenemPredpisu">
|
||||||
|
<wsdl:input name="NacistInformaceOZrusenemPredpisu" message="tns:NacistInformaceOZrusenemPredpisu">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistInformaceOZrusenemPredpisuResponse" message="tns:NacistInformaceOZrusenemPredpisuResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistCiselnikChyb">
|
||||||
|
<wsdl:input name="NacistCiselnikChyb" message="tns:NacistCiselnikChyb">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistCiselnikChybResponse" message="tns:NacistCiselnikChybResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistPredpis">
|
||||||
|
<wsdl:input name="NacistPredpis" message="tns:NacistPredpis">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistPredpisResponse" message="tns:NacistPredpisResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="AppPing">
|
||||||
|
<wsdl:input name="AppPing" message="tns:AppPing">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="AppPingResponse" message="tns:AppPingResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="PrevzitVydeje">
|
||||||
|
<wsdl:input name="PrevzitVydeje" message="tns:PrevzitVydeje">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="PrevzitVydejeResponse" message="tns:PrevzitVydejeResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="ZmenitStavPredpisu">
|
||||||
|
<wsdl:input name="ZmenitStavPredpisu" message="tns:ZmenitStavPredpisu">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="ZmenitStavPredpisuResponse" message="tns:ZmenitStavPredpisuResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="StahnoutVydeje">
|
||||||
|
<wsdl:input name="StahnoutVydeje" message="tns:StahnoutVydeje">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="StahnoutVydejeResponse" message="tns:StahnoutVydejeResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="ZmenitPojistovnuPredpisu">
|
||||||
|
<wsdl:input name="ZmenitPojistovnuPredpisu" message="tns:ZmenitPojistovnuPredpisu">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="ZmenitPojistovnuPredpisuResponse" message="tns:ZmenitPojistovnuPredpisuResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistVerze">
|
||||||
|
<wsdl:input name="NacistVerze" message="tns:NacistVerze">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistVerzeResponse" message="tns:NacistVerzeResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistVydej">
|
||||||
|
<wsdl:input name="NacistVydej" message="tns:NacistVydej">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistVydejResponse" message="tns:NacistVydejResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="AppPingZEP">
|
||||||
|
<wsdl:input name="AppPingZEP" message="tns:AppPingZEP">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="AppPingZEPResponse" message="tns:AppPingZEPResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="PripravitVydeje">
|
||||||
|
<wsdl:input name="PripravitVydeje" message="tns:PripravitVydeje">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="PripravitVydejeResponse" message="tns:PripravitVydejeResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="StahnoutPruvodku">
|
||||||
|
<wsdl:input name="StahnoutPruvodku" message="tns:StahnoutPruvodku">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="StahnoutPruvodkuResponse" message="tns:StahnoutPruvodkuResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
</wsdl:portType>
|
||||||
|
<wsdl:binding name="CUERPracovnikZPSoapBinding" type="tns:CUERPracovnikZP">
|
||||||
|
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
|
||||||
|
<wsdl:operation name="NacistInformaceOZrusenemVydeji">
|
||||||
|
<soap:operation soapAction="NacistInformaceOZrusenemVydeji" style="document"/>
|
||||||
|
<wsdl:input name="NacistInformaceOZrusenemVydeji">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistInformaceOZrusenemVydejiResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="GetAppInfo">
|
||||||
|
<soap:operation soapAction="GetAppInfo" style="document"/>
|
||||||
|
<wsdl:input name="GetAppInfo">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="GetAppInfoResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistInformaceOZrusenemPredpisu">
|
||||||
|
<soap:operation soapAction="NacistInformaceOZrusenemPredpisu" style="document"/>
|
||||||
|
<wsdl:input name="NacistInformaceOZrusenemPredpisu">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistInformaceOZrusenemPredpisuResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistCiselnikChyb">
|
||||||
|
<soap:operation soapAction="NacistCiselnikChyb" style="document"/>
|
||||||
|
<wsdl:input name="NacistCiselnikChyb">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistCiselnikChybResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistPredpis">
|
||||||
|
<soap:operation soapAction="NacistPredpis" style="document"/>
|
||||||
|
<wsdl:input name="NacistPredpis">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistPredpisResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="AppPing">
|
||||||
|
<soap:operation soapAction="AppPing" style="document"/>
|
||||||
|
<wsdl:input name="AppPing">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="AppPingResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="PrevzitVydeje">
|
||||||
|
<soap:operation soapAction="PrevzitVydeje" style="document"/>
|
||||||
|
<wsdl:input name="PrevzitVydeje">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="PrevzitVydejeResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="ZmenitStavPredpisu">
|
||||||
|
<soap:operation soapAction="ZmenitStavPredpisu" style="document"/>
|
||||||
|
<wsdl:input name="ZmenitStavPredpisu">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="ZmenitStavPredpisuResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="StahnoutVydeje">
|
||||||
|
<soap:operation soapAction="StahnoutVydeje" style="document"/>
|
||||||
|
<wsdl:input name="StahnoutVydeje">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="StahnoutVydejeResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="ZmenitPojistovnuPredpisu">
|
||||||
|
<soap:operation soapAction="ZmenitPojistovnuPredpisu" style="document"/>
|
||||||
|
<wsdl:input name="ZmenitPojistovnuPredpisu">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="ZmenitPojistovnuPredpisuResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistVerze">
|
||||||
|
<soap:operation soapAction="NacistVerze" style="document"/>
|
||||||
|
<wsdl:input name="NacistVerze">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistVerzeResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistVydej">
|
||||||
|
<soap:operation soapAction="NacistVydej" style="document"/>
|
||||||
|
<wsdl:input name="NacistVydej">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistVydejResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="AppPingZEP">
|
||||||
|
<soap:operation soapAction="AppPingZEP" style="document"/>
|
||||||
|
<wsdl:input name="AppPingZEP">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="AppPingZEPResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="PripravitVydeje">
|
||||||
|
<soap:operation soapAction="PripravitVydeje" style="document"/>
|
||||||
|
<wsdl:input name="PripravitVydeje">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="PripravitVydejeResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="StahnoutPruvodku">
|
||||||
|
<soap:operation soapAction="StahnoutPruvodku" style="document"/>
|
||||||
|
<wsdl:input name="StahnoutPruvodku">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="StahnoutPruvodkuResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
</wsdl:binding>
|
||||||
|
<wsdl:service name="CUERPracovnikZP">
|
||||||
|
<wsdl:port name="CUERPracovnikZP_Port" binding="tns:CUERPracovnikZPSoapBinding">
|
||||||
|
<soap:address location="http://backing-erp-as:8080/cuer/CUERPracovnikZP"/>
|
||||||
|
</wsdl:port>
|
||||||
|
</wsdl:service>
|
||||||
|
</wsdl:definitions>
|
||||||
@@ -0,0 +1,190 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<wsdl:definitions name="RLPOLekar" targetNamespace="http://www.sukl.cz/erp/201704" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.sukl.cz/erp/201704" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
|
||||||
|
<!--version_201704B_update1--><wsdl:types>
|
||||||
|
<schema xmlns="http://www.w3.org/2001/XMLSchema">
|
||||||
|
<import namespace="http://www.sukl.cz/erp/201704" schemaLocation="schema1.xsd"></import>
|
||||||
|
</schema>
|
||||||
|
</wsdl:types>
|
||||||
|
<wsdl:message name="NacistVerzeResponse">
|
||||||
|
<wsdl:part name="VerzeOdpoved" element="tns:VerzeOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="GetAppInfo">
|
||||||
|
<wsdl:part name="AppInfoDotaz" element="tns:AppInfoDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="AppPingResponse">
|
||||||
|
<wsdl:part name="AppPingOdpoved" element="tns:AppPingOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="ChybaResponse">
|
||||||
|
<wsdl:part name="ChybaOdpoved" element="tns:Chyba">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistCiselnikChyb">
|
||||||
|
<wsdl:part name="CisChybDotaz" element="tns:CisChybDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistCiselnikChybResponse">
|
||||||
|
<wsdl:part name="CisChybOdpoved" element="tns:CisChybOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="AppPing">
|
||||||
|
<wsdl:part name="AppPingDotaz" element="tns:AppPingDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="AppPingZEPResponse">
|
||||||
|
<wsdl:part name="AppPingZEPOdpoved" element="tns:AppPingZEPOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="OveritPredpisResponse">
|
||||||
|
<wsdl:part name="OveritPredpisOdpoved" element="tns:OveritPredpisOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="OveritPredpis">
|
||||||
|
<wsdl:part name="OveritPredpisDotaz" element="tns:OveritPredpisDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistVerze">
|
||||||
|
<wsdl:part name="VerzeDotaz" element="tns:VerzeDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="GetAppInfoResponse">
|
||||||
|
<wsdl:part name="AppInfoOdpoved" element="tns:AppInfoOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="AppPingZEP">
|
||||||
|
<wsdl:part name="AppPingZEPDotaz" element="tns:AppPingZEPDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:portType name="RLPOLekar">
|
||||||
|
<wsdl:operation name="GetAppInfo">
|
||||||
|
<wsdl:input name="GetAppInfo" message="tns:GetAppInfo">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="GetAppInfoResponse" message="tns:GetAppInfoResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="OveritPredpis">
|
||||||
|
<wsdl:input name="OveritPredpis" message="tns:OveritPredpis">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="OveritPredpisResponse" message="tns:OveritPredpisResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistCiselnikChyb">
|
||||||
|
<wsdl:input name="NacistCiselnikChyb" message="tns:NacistCiselnikChyb">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistCiselnikChybResponse" message="tns:NacistCiselnikChybResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistVerze">
|
||||||
|
<wsdl:input name="NacistVerze" message="tns:NacistVerze">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistVerzeResponse" message="tns:NacistVerzeResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="AppPingZEP">
|
||||||
|
<wsdl:input name="AppPingZEP" message="tns:AppPingZEP">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="AppPingZEPResponse" message="tns:AppPingZEPResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="AppPing">
|
||||||
|
<wsdl:input name="AppPing" message="tns:AppPing">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="AppPingResponse" message="tns:AppPingResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
</wsdl:portType>
|
||||||
|
<wsdl:binding name="RLPOLekarSoapBinding" type="tns:RLPOLekar">
|
||||||
|
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
|
||||||
|
<wsdl:operation name="GetAppInfo">
|
||||||
|
<soap:operation soapAction="GetAppInfo" style="document"/>
|
||||||
|
<wsdl:input name="GetAppInfo">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="GetAppInfoResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="OveritPredpis">
|
||||||
|
<soap:operation soapAction="OveritPredpis" style="document"/>
|
||||||
|
<wsdl:input name="OveritPredpis">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="OveritPredpisResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistCiselnikChyb">
|
||||||
|
<soap:operation soapAction="NacistCiselnikChyb" style="document"/>
|
||||||
|
<wsdl:input name="NacistCiselnikChyb">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistCiselnikChybResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistVerze">
|
||||||
|
<soap:operation soapAction="NacistVerze" style="document"/>
|
||||||
|
<wsdl:input name="NacistVerze">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistVerzeResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="AppPingZEP">
|
||||||
|
<soap:operation soapAction="AppPingZEP" style="document"/>
|
||||||
|
<wsdl:input name="AppPingZEP">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="AppPingZEPResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="AppPing">
|
||||||
|
<soap:operation soapAction="AppPing" style="document"/>
|
||||||
|
<wsdl:input name="AppPing">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="AppPingResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
</wsdl:binding>
|
||||||
|
<wsdl:service name="RLPOLekar">
|
||||||
|
<wsdl:port name="RLPOLekar_Port" binding="tns:RLPOLekarSoapBinding">
|
||||||
|
<soap:address location="http://backing-erp-as:8080/cuer/RLPOLekar"/>
|
||||||
|
</wsdl:port>
|
||||||
|
</wsdl:service>
|
||||||
|
</wsdl:definitions>
|
||||||
@@ -0,0 +1,330 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<wsdl:definitions name="RLPOLekarnik" targetNamespace="http://www.sukl.cz/erp/201704" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.sukl.cz/erp/201704" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
|
||||||
|
<!--version_201704B_update1--><wsdl:types>
|
||||||
|
<schema xmlns="http://www.w3.org/2001/XMLSchema">
|
||||||
|
<import namespace="http://www.sukl.cz/erp/201704" schemaLocation="schema1.xsd"></import>
|
||||||
|
</schema>
|
||||||
|
</wsdl:types>
|
||||||
|
<wsdl:message name="NacistVerzeResponse">
|
||||||
|
<wsdl:part name="VerzeOdpoved" element="tns:VerzeOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="GetAppInfo">
|
||||||
|
<wsdl:part name="AppInfoDotaz" element="tns:AppInfoDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="AppPingResponse">
|
||||||
|
<wsdl:part name="AppPingOdpoved" element="tns:AppPingOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="ChybaResponse">
|
||||||
|
<wsdl:part name="ChybaOdpoved" element="tns:Chyba">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistVydejOTCResponse">
|
||||||
|
<wsdl:part name="NacteniVydejeOTCOdpoved" element="tns:NacteniVydejeOTCOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistCiselnikChyb">
|
||||||
|
<wsdl:part name="CisChybDotaz" element="tns:CisChybDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistInformaceOZrusenemVydejiOTCResponse">
|
||||||
|
<wsdl:part name="NacteniInformaceOZrusenemVydejiOTCOdpoved" element="tns:NacteniInformaceOZrusenemVydejiOTCOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="ZalozitVydejOTCResponse">
|
||||||
|
<wsdl:part name="ZalozeniVydejeOTCOdpoved" element="tns:ZalozeniVydejeOTCOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistCiselnikChybResponse">
|
||||||
|
<wsdl:part name="CisChybOdpoved" element="tns:CisChybOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="ZrusitVydejOTCResponse">
|
||||||
|
<wsdl:part name="ZruseniVydejeOTCOdpoved" element="tns:ZruseniVydejeOTCOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="AppPing">
|
||||||
|
<wsdl:part name="AppPingDotaz" element="tns:AppPingDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="AppPingZEPResponse">
|
||||||
|
<wsdl:part name="AppPingZEPOdpoved" element="tns:AppPingZEPOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="OveritVydejResponse">
|
||||||
|
<wsdl:part name="OveritVydejOdpoved" element="tns:OveritVydejOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistVerze">
|
||||||
|
<wsdl:part name="VerzeDotaz" element="tns:VerzeDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="GetAppInfoResponse">
|
||||||
|
<wsdl:part name="AppInfoOdpoved" element="tns:AppInfoOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="ZmenitVydejOTC">
|
||||||
|
<wsdl:part name="ZmenaVydejeOTCDotaz" element="tns:ZmenaVydejeOTCDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="AppPingZEP">
|
||||||
|
<wsdl:part name="AppPingZEPDotaz" element="tns:AppPingZEPDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="ZrusitVydejOTC">
|
||||||
|
<wsdl:part name="ZruseniVydejeOTCDotaz" element="tns:ZruseniVydejeOTCDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="ZalozitVydejOTC">
|
||||||
|
<wsdl:part name="ZalozeniVydejeOTCDotaz" element="tns:ZalozeniVydejeOTCDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistVydejOTC">
|
||||||
|
<wsdl:part name="NacteniVydejeOTCDotaz" element="tns:NacteniVydejeOTCDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="OveritVydej">
|
||||||
|
<wsdl:part name="OveritVydejDotaz" element="tns:OveritVydejDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="ZmenitVydejOTCResponse">
|
||||||
|
<wsdl:part name="ZmenaVydejeOTCOdpoved" element="tns:ZmenaVydejeOTCOdpoved">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:message name="NacistInformaceOZrusenemVydejiOTC">
|
||||||
|
<wsdl:part name="NacteniInformaceOZrusenemVydejiOTCDotaz" element="tns:NacteniInformaceOZrusenemVydejiOTCDotaz">
|
||||||
|
</wsdl:part>
|
||||||
|
</wsdl:message>
|
||||||
|
<wsdl:portType name="RLPOLekarnik">
|
||||||
|
<wsdl:operation name="GetAppInfo">
|
||||||
|
<wsdl:input name="GetAppInfo" message="tns:GetAppInfo">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="GetAppInfoResponse" message="tns:GetAppInfoResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistCiselnikChyb">
|
||||||
|
<wsdl:input name="NacistCiselnikChyb" message="tns:NacistCiselnikChyb">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistCiselnikChybResponse" message="tns:NacistCiselnikChybResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistVerze">
|
||||||
|
<wsdl:input name="NacistVerze" message="tns:NacistVerze">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistVerzeResponse" message="tns:NacistVerzeResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="ZmenitVydejOTC">
|
||||||
|
<wsdl:input name="ZmenitVydejOTC" message="tns:ZmenitVydejOTC">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="ZmenitVydejOTCResponse" message="tns:ZmenitVydejOTCResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="AppPingZEP">
|
||||||
|
<wsdl:input name="AppPingZEP" message="tns:AppPingZEP">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="AppPingZEPResponse" message="tns:AppPingZEPResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="ZrusitVydejOTC">
|
||||||
|
<wsdl:input name="ZrusitVydejOTC" message="tns:ZrusitVydejOTC">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="ZrusitVydejOTCResponse" message="tns:ZrusitVydejOTCResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="ZalozitVydejOTC">
|
||||||
|
<wsdl:input name="ZalozitVydejOTC" message="tns:ZalozitVydejOTC">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="ZalozitVydejOTCResponse" message="tns:ZalozitVydejOTCResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="AppPing">
|
||||||
|
<wsdl:input name="AppPing" message="tns:AppPing">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="AppPingResponse" message="tns:AppPingResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistVydejOTC">
|
||||||
|
<wsdl:input name="NacistVydejOTC" message="tns:NacistVydejOTC">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistVydejOTCResponse" message="tns:NacistVydejOTCResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="OveritVydej">
|
||||||
|
<wsdl:input name="OveritVydej" message="tns:OveritVydej">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="OveritVydejResponse" message="tns:OveritVydejResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistInformaceOZrusenemVydejiOTC">
|
||||||
|
<wsdl:input name="NacistInformaceOZrusenemVydejiOTC" message="tns:NacistInformaceOZrusenemVydejiOTC">
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistInformaceOZrusenemVydejiOTCResponse" message="tns:NacistInformaceOZrusenemVydejiOTCResponse">
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse" message="tns:ChybaResponse">
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
</wsdl:portType>
|
||||||
|
<wsdl:binding name="RLPOLekarnikSoapBinding" type="tns:RLPOLekarnik">
|
||||||
|
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
|
||||||
|
<wsdl:operation name="GetAppInfo">
|
||||||
|
<soap:operation soapAction="GetAppInfo" style="document"/>
|
||||||
|
<wsdl:input name="GetAppInfo">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="GetAppInfoResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistCiselnikChyb">
|
||||||
|
<soap:operation soapAction="NacistCiselnikChyb" style="document"/>
|
||||||
|
<wsdl:input name="NacistCiselnikChyb">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistCiselnikChybResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistVerze">
|
||||||
|
<soap:operation soapAction="NacistVerze" style="document"/>
|
||||||
|
<wsdl:input name="NacistVerze">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistVerzeResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="ZmenitVydejOTC">
|
||||||
|
<soap:operation soapAction="ZmenitVydejOTC" style="document"/>
|
||||||
|
<wsdl:input name="ZmenitVydejOTC">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="ZmenitVydejOTCResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="AppPingZEP">
|
||||||
|
<soap:operation soapAction="AppPingZEP" style="document"/>
|
||||||
|
<wsdl:input name="AppPingZEP">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="AppPingZEPResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="ZrusitVydejOTC">
|
||||||
|
<soap:operation soapAction="ZrusitVydejOTC" style="document"/>
|
||||||
|
<wsdl:input name="ZrusitVydejOTC">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="ZrusitVydejOTCResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="ZalozitVydejOTC">
|
||||||
|
<soap:operation soapAction="ZalozitVydejOTC" style="document"/>
|
||||||
|
<wsdl:input name="ZalozitVydejOTC">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="ZalozitVydejOTCResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="AppPing">
|
||||||
|
<soap:operation soapAction="AppPing" style="document"/>
|
||||||
|
<wsdl:input name="AppPing">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="AppPingResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistVydejOTC">
|
||||||
|
<soap:operation soapAction="NacistVydejOTC" style="document"/>
|
||||||
|
<wsdl:input name="NacistVydejOTC">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistVydejOTCResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="OveritVydej">
|
||||||
|
<soap:operation soapAction="OveritVydej" style="document"/>
|
||||||
|
<wsdl:input name="OveritVydej">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="OveritVydejResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
<wsdl:operation name="NacistInformaceOZrusenemVydejiOTC">
|
||||||
|
<soap:operation soapAction="NacistInformaceOZrusenemVydejiOTC" style="document"/>
|
||||||
|
<wsdl:input name="NacistInformaceOZrusenemVydejiOTC">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:input>
|
||||||
|
<wsdl:output name="NacistInformaceOZrusenemVydejiOTCResponse">
|
||||||
|
<soap:body use="literal"/>
|
||||||
|
</wsdl:output>
|
||||||
|
<wsdl:fault name="ChybaResponse">
|
||||||
|
<soap:fault name="ChybaResponse" use="literal"/>
|
||||||
|
</wsdl:fault>
|
||||||
|
</wsdl:operation>
|
||||||
|
</wsdl:binding>
|
||||||
|
<wsdl:service name="RLPOLekarnik">
|
||||||
|
<wsdl:port name="RLPOLekarnik_Port" binding="tns:RLPOLekarnikSoapBinding">
|
||||||
|
<soap:address location="http://backing-erp-as:8080/cuer/RLPOLekarnik"/>
|
||||||
|
</wsdl:port>
|
||||||
|
</wsdl:service>
|
||||||
|
</wsdl:definitions>
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,206 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<xsd:schema xmlns:erp="http://www.sukl.cz/erp/201704" xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmlns:sig="http://www.w3.org/2000/09/xmldsig#" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.w3.org/2000/09/xmldsig#" elementFormDefault="qualified">
|
||||||
|
<xsd:complexType name="SignatureType">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="SignedInfo" type="sig:SignedInfoType"/>
|
||||||
|
<xsd:element name="SignatureValue" type="sig:SignatureValueType"/>
|
||||||
|
<xsd:element name="KeyInfo" type="sig:KeyInfoType" minOccurs="0"/>
|
||||||
|
<xsd:element name="Object" type="sig:ObjectType" minOccurs="0" maxOccurs="unbounded"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="Id" type="xsd:ID"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
<xsd:complexType name="SignedInfoType">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="CanonicalizationMethod" type="sig:CanonicalizationMethodType"/>
|
||||||
|
<xsd:element name="SignatureMethod" type="sig:SignatureMethodType"/>
|
||||||
|
<xsd:element name="Reference" type="sig:ReferenceType" maxOccurs="unbounded"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="Id" type="xsd:ID"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
<xsd:complexType name="CanonicalizationMethodType" mixed="true">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:any processContents="lax" namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="Algorithm" type="xsd:anyURI" use="required"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
<xsd:complexType name="ObjectType" mixed="true">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:any processContents="lax" namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="Id" type="xsd:ID"/>
|
||||||
|
<xsd:attribute name="MimeType" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="Encoding" type="xsd:anyURI"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
<xsd:complexType name="SPKIDataType">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="SPKISexp" type="xsd:base64Binary"/>
|
||||||
|
<xsd:any processContents="lax" namespace="##other"/>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:sequence>
|
||||||
|
</xsd:complexType>
|
||||||
|
<xsd:complexType name="X509DataType">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:choice minOccurs="0" maxOccurs="unbounded">
|
||||||
|
<xsd:element name="X509IssuerSerial" type="sig:X509IssuerSerialType"/>
|
||||||
|
<xsd:element name="X509SubjectName" type="xsd:string"/>
|
||||||
|
<xsd:element name="X509Certificate" type="xsd:base64Binary"/>
|
||||||
|
<xsd:element name="X509SKI" type="xsd:base64Binary"/>
|
||||||
|
<xsd:element name="X509CRL" type="xsd:base64Binary"/>
|
||||||
|
<xsd:any processContents="lax" namespace="##other"/>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:sequence>
|
||||||
|
</xsd:complexType>
|
||||||
|
<xsd:complexType name="PGPDataType">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:choice minOccurs="0" maxOccurs="unbounded">
|
||||||
|
<xsd:element name="PGPKeyPacket" type="xsd:base64Binary"/>
|
||||||
|
<xsd:element name="PGPKeyID" type="xsd:base64Binary"/>
|
||||||
|
<xsd:any processContents="lax" namespace="##other"/>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:sequence>
|
||||||
|
</xsd:complexType>
|
||||||
|
<xsd:complexType name="TransformType" mixed="true">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:choice minOccurs="0" maxOccurs="unbounded">
|
||||||
|
<xsd:element name="XPath" type="xsd:string"/>
|
||||||
|
<xsd:any processContents="lax" namespace="##other"/>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="Algorithm" type="xsd:anyURI" use="required"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
<xsd:complexType name="KeyValueType" mixed="true">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:choice minOccurs="0" maxOccurs="unbounded">
|
||||||
|
<xsd:element ref="sig:RSAKeyValue"/>
|
||||||
|
<xsd:element ref="sig:DSAKeyValue"/>
|
||||||
|
<xsd:any processContents="lax" namespace="##other"/>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:sequence>
|
||||||
|
</xsd:complexType>
|
||||||
|
<xsd:complexType name="ManifestType">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="Reference" type="sig:ReferenceType" maxOccurs="unbounded"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="Id" type="xsd:ID"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
<xsd:complexType name="TransformsType">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="Transform" type="sig:TransformType" maxOccurs="unbounded"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
</xsd:complexType>
|
||||||
|
<xsd:complexType name="KeyInfoType" mixed="true">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:choice minOccurs="0" maxOccurs="unbounded">
|
||||||
|
<xsd:element ref="sig:MgmtData"/>
|
||||||
|
<xsd:element ref="sig:KeyValue"/>
|
||||||
|
<xsd:element ref="sig:X509Data"/>
|
||||||
|
<xsd:element ref="sig:SPKIData"/>
|
||||||
|
<xsd:element ref="sig:PGPData"/>
|
||||||
|
<xsd:element ref="sig:RetrievalMethod"/>
|
||||||
|
<xsd:element ref="sig:KeyName"/>
|
||||||
|
<xsd:any processContents="lax" namespace="##other"/>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="Id" type="xsd:ID"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
<xsd:complexType name="ReferenceType">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="Transforms" type="sig:TransformsType" minOccurs="0"/>
|
||||||
|
<xsd:element name="DigestMethod" type="sig:DigestMethodType"/>
|
||||||
|
<xsd:element name="DigestValue" type="xsd:base64Binary"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="Id" type="xsd:ID"/>
|
||||||
|
<xsd:attribute name="URI" type="xsd:anyURI"/>
|
||||||
|
<xsd:attribute name="Type" type="xsd:anyURI"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
<xsd:complexType name="X509IssuerSerialType">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="X509IssuerName" type="xsd:string"/>
|
||||||
|
<xsd:element name="X509SerialNumber" type="xsd:integer"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
</xsd:complexType>
|
||||||
|
<xsd:complexType name="RetrievalMethodType">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="Transforms" type="sig:TransformsType" minOccurs="0"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="URI" type="xsd:anyURI"/>
|
||||||
|
<xsd:attribute name="Type" type="xsd:anyURI"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
<xsd:complexType name="SignatureValueType">
|
||||||
|
<xsd:simpleContent>
|
||||||
|
<xsd:extension base="xsd:base64Binary">
|
||||||
|
<xsd:attribute name="Id" type="xsd:ID"/>
|
||||||
|
</xsd:extension>
|
||||||
|
</xsd:simpleContent>
|
||||||
|
</xsd:complexType>
|
||||||
|
<xsd:complexType name="SignatureMethodType" mixed="true">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:choice minOccurs="0" maxOccurs="unbounded">
|
||||||
|
<xsd:element name="HMACOutputLength" type="xsd:integer"/>
|
||||||
|
<xsd:any processContents="lax" namespace="##other"/>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="Algorithm" type="xsd:anyURI" use="required"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
<xsd:complexType name="DigestMethodType" mixed="true">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:any processContents="lax" namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="Algorithm" type="xsd:anyURI" use="required"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
<xsd:complexType name="RSAKeyValueType">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="Modulus" type="xsd:base64Binary"/>
|
||||||
|
<xsd:element name="Exponent" type="xsd:base64Binary"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
</xsd:complexType>
|
||||||
|
<xsd:complexType name="DSAKeyValueType">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="P" type="xsd:base64Binary" minOccurs="0"/>
|
||||||
|
<xsd:element name="Q" type="xsd:base64Binary" minOccurs="0"/>
|
||||||
|
<xsd:element name="G" type="xsd:base64Binary" minOccurs="0"/>
|
||||||
|
<xsd:element name="Y" type="xsd:base64Binary"/>
|
||||||
|
<xsd:element name="J" type="xsd:base64Binary" minOccurs="0"/>
|
||||||
|
<xsd:element name="Seed" type="xsd:base64Binary" minOccurs="0"/>
|
||||||
|
<xsd:element name="PgenCounter" type="xsd:base64Binary" minOccurs="0"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
</xsd:complexType>
|
||||||
|
<xsd:complexType name="SignaturePropertiesType">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="SignatureProperty" type="sig:SignaturePropertyType" maxOccurs="unbounded"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="Id" type="xsd:ID"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
<xsd:complexType name="SignaturePropertyType" mixed="true">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:any processContents="lax" namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="Target" type="xsd:anyURI" use="required"/>
|
||||||
|
<xsd:attribute name="Id" type="xsd:ID"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
<xsd:element name="Signature" type="sig:SignatureType"/>
|
||||||
|
<xsd:element name="SPKIData" type="sig:SPKIDataType"/>
|
||||||
|
<xsd:element name="KeyInfo" type="sig:KeyInfoType"/>
|
||||||
|
<xsd:element name="SignatureValue" type="sig:SignatureValueType"/>
|
||||||
|
<xsd:element name="KeyValue" type="sig:KeyValueType"/>
|
||||||
|
<xsd:element name="Transforms" type="sig:TransformsType"/>
|
||||||
|
<xsd:element name="DigestMethod" type="sig:DigestMethodType"/>
|
||||||
|
<xsd:element name="X509Data" type="sig:X509DataType"/>
|
||||||
|
<xsd:element name="SignatureProperty" type="sig:SignaturePropertyType"/>
|
||||||
|
<xsd:element name="KeyName" type="xsd:string"/>
|
||||||
|
<xsd:element name="RSAKeyValue" type="sig:RSAKeyValueType"/>
|
||||||
|
<xsd:element name="MgmtData" type="xsd:string"/>
|
||||||
|
<xsd:element name="Object" type="sig:ObjectType"/>
|
||||||
|
<xsd:element name="SignatureMethod" type="sig:SignatureMethodType"/>
|
||||||
|
<xsd:element name="SignatureProperties" type="sig:SignaturePropertiesType"/>
|
||||||
|
<xsd:element name="Transform" type="sig:TransformType"/>
|
||||||
|
<xsd:element name="PGPData" type="sig:PGPDataType"/>
|
||||||
|
<xsd:element name="Reference" type="sig:ReferenceType"/>
|
||||||
|
<xsd:element name="RetrievalMethod" type="sig:RetrievalMethodType"/>
|
||||||
|
<xsd:element name="DSAKeyValue" type="sig:DSAKeyValueType"/>
|
||||||
|
<xsd:element name="DigestValue" type="xsd:base64Binary"/>
|
||||||
|
<xsd:element name="CanonicalizationMethod" type="sig:CanonicalizationMethodType"/>
|
||||||
|
<xsd:element name="SignedInfo" type="sig:SignedInfoType"/>
|
||||||
|
<xsd:element name="Manifest" type="sig:ManifestType"/>
|
||||||
|
</xsd:schema>
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,93 @@
|
|||||||
|
import uuid
|
||||||
|
from datetime import datetime, timezone
|
||||||
|
from requests import Session
|
||||||
|
from requests_pkcs12 import Pkcs12Adapter
|
||||||
|
|
||||||
|
# --- Konfigurace ---
|
||||||
|
PFX_FILE = r"C:\Users\vlado\PycharmProjects\Recepty\AMBSUKL214235369G_31DEC2024.pfx"
|
||||||
|
PFX_PASSWORD = "Vlado7309208104++"
|
||||||
|
|
||||||
|
# HTTP Basic Auth - UUID lékaře (jednoznačný v ČR) + osobní heslo
|
||||||
|
API_USER = "e08c89c6-2b1a-4eba-8ed9-4e3e63618379"
|
||||||
|
API_PASS = "Buzalka@Vladimir2025"
|
||||||
|
|
||||||
|
UZIVATEL = "E08C89C6-2B1A-4EBA-8ED9-4E3E63618379"
|
||||||
|
PRACOVISTE = "00214235367"
|
||||||
|
|
||||||
|
ENDPOINTS = [
|
||||||
|
"https://lekar-soap.erecept.sukl.cz/erp/Lekar",
|
||||||
|
"https://lekar-soap.erecept.sukl.cz/erp/cuer/Lekar",
|
||||||
|
"https://lekar-soap.erecept.sukl.cz/cuer/NacistLekovyZaznam",
|
||||||
|
"https://lekar-soap.erecept.sukl.cz/erp/NacistLekovyZaznam",
|
||||||
|
"https://lekar-soap.erecept.sukl.cz/LekovyZaznam",
|
||||||
|
"https://cuer-soap.erecept.sukl.cz/cuer/Lekar",
|
||||||
|
]
|
||||||
|
|
||||||
|
# --- Pacient ---
|
||||||
|
PRIJMENI = "Buzalka"
|
||||||
|
JMENA = "Vladimír"
|
||||||
|
DATUM_NAROZENI = "1973-09-20"
|
||||||
|
|
||||||
|
POCET_ZNAKU_ATC = 7
|
||||||
|
POCET_MESICU = 60
|
||||||
|
|
||||||
|
|
||||||
|
def nacist_lekovy_zaznam():
|
||||||
|
sess = Session()
|
||||||
|
sess.mount("https://", Pkcs12Adapter(
|
||||||
|
pkcs12_filename=PFX_FILE,
|
||||||
|
pkcs12_password=PFX_PASSWORD
|
||||||
|
))
|
||||||
|
sess.auth = (API_USER, API_PASS)
|
||||||
|
|
||||||
|
id_zpravy = str(uuid.uuid4())
|
||||||
|
odeslano = datetime.now(timezone.utc).strftime("%Y-%m-%dT%H:%M:%S+00:00")
|
||||||
|
|
||||||
|
soap_body = (
|
||||||
|
'<?xml version="1.0" encoding="UTF-8"?>'
|
||||||
|
'<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">'
|
||||||
|
'<soapenv:Body>'
|
||||||
|
f'<NacistLekovyZaznamLekarDotaz xmlns="http://www.sukl.cz/erp/201912">'
|
||||||
|
f'<Doklad>'
|
||||||
|
f'<Pristupujici><Uzivatel>{UZIVATEL}</Uzivatel><Pracoviste>{PRACOVISTE}</Pracoviste></Pristupujici>'
|
||||||
|
f'<PocetZnakuATC>{POCET_ZNAKU_ATC}</PocetZnakuATC>'
|
||||||
|
f'<PocetMesicu>{POCET_MESICU}</PocetMesicu>'
|
||||||
|
f'<Pacient><Totoznost><Jmeno><Prijmeni>{PRIJMENI}</Prijmeni><Jmena>{JMENA}</Jmena></Jmeno>'
|
||||||
|
f'<DatumNarozeni>{DATUM_NAROZENI}</DatumNarozeni></Totoznost></Pacient>'
|
||||||
|
f'</Doklad>'
|
||||||
|
f'<Zprava><ID_Zpravy>{id_zpravy}</ID_Zpravy><Verze>202501A</Verze>'
|
||||||
|
f'<Odeslano>{odeslano}</Odeslano><SW_Klienta>MEDICUS_____</SW_Klienta></Zprava>'
|
||||||
|
f'</NacistLekovyZaznamLekarDotaz>'
|
||||||
|
'</soapenv:Body>'
|
||||||
|
'</soapenv:Envelope>'
|
||||||
|
)
|
||||||
|
|
||||||
|
headers = {
|
||||||
|
"Content-Type": 'text/xml; charset="UTF-8"',
|
||||||
|
"SOAPAction": '"NacistLekovyZaznam"',
|
||||||
|
"User-Agent": "Medicus"
|
||||||
|
}
|
||||||
|
|
||||||
|
# Zkusíme stáhnout WSDL ze serverů
|
||||||
|
wsdl_urls = [
|
||||||
|
"https://lekar-soap.erecept.sukl.cz/cuer/Lekar?wsdl",
|
||||||
|
"https://cuer-soap.erecept.sukl.cz/?wsdl",
|
||||||
|
"https://cuer-soap.erecept.sukl.cz/?singleWsdl",
|
||||||
|
]
|
||||||
|
for url in wsdl_urls:
|
||||||
|
print(f"\n--- WSDL: {url} ---")
|
||||||
|
try:
|
||||||
|
resp = sess.get(url, timeout=10)
|
||||||
|
print(f"HTTP {resp.status_code} | {len(resp.content)} bytů")
|
||||||
|
if resp.status_code == 200:
|
||||||
|
fname = url.replace("https://","").replace("/","_").replace("?","_") + ".xml"
|
||||||
|
with open(fname, "wb") as f:
|
||||||
|
f.write(resp.content)
|
||||||
|
print(f"Uloženo: {fname}")
|
||||||
|
print(resp.text[:1000])
|
||||||
|
except Exception as e:
|
||||||
|
print(f"CHYBA: {e}")
|
||||||
|
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
nacist_lekovy_zaznam()
|
||||||
@@ -0,0 +1,99 @@
|
|||||||
|
import uuid
|
||||||
|
from datetime import datetime, timezone, timedelta
|
||||||
|
from requests import Session
|
||||||
|
from requests_pkcs12 import Pkcs12Adapter
|
||||||
|
|
||||||
|
# --- Konfigurace ---
|
||||||
|
PFX_FILE = r"C:\Users\vlado\PycharmProjects\Recepty\AMBSUKL214235369G_31DEC2024.pfx"
|
||||||
|
PFX_PASSWORD = "Vlado7309208104++"
|
||||||
|
|
||||||
|
API_USER = "e08c89c6-2b1a-4eba-8ed9-4e3e63618379"
|
||||||
|
API_PASS = "Buzalka@Vladimir2025"
|
||||||
|
|
||||||
|
UZIVATEL = "E08C89C6-2B1A-4EBA-8ED9-4E3E63618379"
|
||||||
|
PRACOVISTE = "00214235367"
|
||||||
|
|
||||||
|
ENDPOINT = "https://cuer-soap.erecept.sukl.cz/"
|
||||||
|
|
||||||
|
# --- Filtr ---
|
||||||
|
CP_PACIENTA = "7309208104" # rodné číslo pacienta (bez lomítka)
|
||||||
|
DATUM_OD = (datetime.now() - timedelta(days=365)).strftime("%Y-%m-%d")
|
||||||
|
DATUM_DO = datetime.now().strftime("%Y-%m-%d")
|
||||||
|
LIMIT = 100
|
||||||
|
|
||||||
|
|
||||||
|
def seznam_predpisu():
|
||||||
|
sess = Session()
|
||||||
|
sess.mount("https://", Pkcs12Adapter(
|
||||||
|
pkcs12_filename=PFX_FILE,
|
||||||
|
pkcs12_password=PFX_PASSWORD
|
||||||
|
))
|
||||||
|
sess.auth = (API_USER, API_PASS)
|
||||||
|
|
||||||
|
id_zpravy = str(uuid.uuid4())
|
||||||
|
odeslano = datetime.now(timezone.utc).strftime("%Y-%m-%dT%H:%M:%S+00:00")
|
||||||
|
|
||||||
|
filtr_pacient = ""
|
||||||
|
if CP_PACIENTA:
|
||||||
|
filtr_pacient = f"<CP_Pacienta>{CP_PACIENTA}</CP_Pacienta>"
|
||||||
|
|
||||||
|
soap_body = (
|
||||||
|
'<?xml version="1.0" encoding="UTF-8"?>'
|
||||||
|
'<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">'
|
||||||
|
'<soapenv:Body>'
|
||||||
|
'<SeznamPredpisuDotaz xmlns="http://www.sukl.cz/erp/201704">'
|
||||||
|
'<Doklad>'
|
||||||
|
f'<Pristupujici><Uzivatel>{UZIVATEL}</Uzivatel><Pracoviste>{PRACOVISTE}</Pracoviste></Pristupujici>'
|
||||||
|
f'<Filtr>'
|
||||||
|
f'<DatumOd>{DATUM_OD}</DatumOd>'
|
||||||
|
f'<DatumDo>{DATUM_DO}</DatumDo>'
|
||||||
|
f'<Limit>{LIMIT}</Limit>'
|
||||||
|
f'{filtr_pacient}'
|
||||||
|
f'</Filtr>'
|
||||||
|
'</Doklad>'
|
||||||
|
f'<Zprava>'
|
||||||
|
f'<ID_Zpravy>{id_zpravy}</ID_Zpravy>'
|
||||||
|
f'<Verze>202501A</Verze>'
|
||||||
|
f'<Odeslano>{odeslano}</Odeslano>'
|
||||||
|
f'<SW_Klienta>MEDICUS_____</SW_Klienta>'
|
||||||
|
f'</Zprava>'
|
||||||
|
'</SeznamPredpisuDotaz>'
|
||||||
|
'</soapenv:Body>'
|
||||||
|
'</soapenv:Envelope>'
|
||||||
|
)
|
||||||
|
|
||||||
|
headers = {
|
||||||
|
"Content-Type": 'text/xml; charset="UTF-8"',
|
||||||
|
"SOAPAction": '"SeznamPredpisu"',
|
||||||
|
"User-Agent": "Medicus"
|
||||||
|
}
|
||||||
|
|
||||||
|
print(f"=== SOAP REQUEST ===\n{soap_body}\n===================\n")
|
||||||
|
print(f"Datum od: {DATUM_OD}, do: {DATUM_DO}, limit: {LIMIT}")
|
||||||
|
if CP_PACIENTA:
|
||||||
|
print(f"Filtr pacienta (RC): {CP_PACIENTA}")
|
||||||
|
print(f"ID zprávy: {id_zpravy}")
|
||||||
|
print(f"Endpoint: {ENDPOINT}\n")
|
||||||
|
|
||||||
|
resp = sess.post(ENDPOINT, data=soap_body.encode("utf-8"), headers=headers, timeout=30)
|
||||||
|
|
||||||
|
print(f"HTTP status: {resp.status_code}")
|
||||||
|
|
||||||
|
output_file = f"seznam_predpisu_{id_zpravy}.xml"
|
||||||
|
with open(output_file, "wb") as f:
|
||||||
|
f.write(resp.content)
|
||||||
|
print(f"Odpověď uložena do: {output_file}")
|
||||||
|
|
||||||
|
text = resp.text
|
||||||
|
if "Fault" in text or "fault" in text:
|
||||||
|
print("\n!!! SOAP Fault v odpovědi !!!")
|
||||||
|
print(text[:2000])
|
||||||
|
else:
|
||||||
|
print("Dotaz proběhl úspěšně.")
|
||||||
|
print(f"Velikost odpovědi: {len(resp.content):,} bytů")
|
||||||
|
print("\n--- Odpověď (prvních 3000 znaků) ---")
|
||||||
|
print(text[:3000])
|
||||||
|
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
seznam_predpisu()
|
||||||
@@ -0,0 +1,66 @@
|
|||||||
|
import uuid
|
||||||
|
from datetime import datetime, timezone
|
||||||
|
from requests import Session
|
||||||
|
from requests_pkcs12 import Pkcs12Adapter
|
||||||
|
|
||||||
|
PFX_FILE = r"C:\Users\vlado\PycharmProjects\Recepty\AMBSUKL214235369G_31DEC2024.pfx"
|
||||||
|
PFX_PASSWORD = "Vlado7309208104++"
|
||||||
|
API_USER = "e08c89c6-2b1a-4eba-8ed9-4e3e63618379"
|
||||||
|
API_PASS = "Buzalka@Vladimir2025"
|
||||||
|
|
||||||
|
sess = Session()
|
||||||
|
sess.mount("https://", Pkcs12Adapter(pkcs12_filename=PFX_FILE, pkcs12_password=PFX_PASSWORD))
|
||||||
|
sess.auth = (API_USER, API_PASS)
|
||||||
|
|
||||||
|
id_zpravy = str(uuid.uuid4())
|
||||||
|
odeslano = datetime.now(timezone.utc).strftime("%Y-%m-%dT%H:%M:%S+01:00")
|
||||||
|
|
||||||
|
# Přesně tělo z Medicusu
|
||||||
|
soap_body = (
|
||||||
|
'<?xml version="1.0" encoding="UTF-8"?>'
|
||||||
|
'<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">'
|
||||||
|
'<soapenv:Body>'
|
||||||
|
'<NacistLekovyZaznamLekarDotaz xmlns="http://www.sukl.cz/erp/201912">'
|
||||||
|
'<Doklad><Pristupujici>'
|
||||||
|
'<Uzivatel>E08C89C6-2B1A-4EBA-8ED9-4E3E63618379</Uzivatel>'
|
||||||
|
'<Pracoviste>00214235367</Pracoviste>'
|
||||||
|
'</Pristupujici>'
|
||||||
|
'<PocetZnakuATC>7</PocetZnakuATC>'
|
||||||
|
'<PocetMesicu>60</PocetMesicu>'
|
||||||
|
'<Pacient><Totoznost><Jmeno>'
|
||||||
|
'<Prijmeni>Buzalka</Prijmeni>'
|
||||||
|
'<Jmena>Vladim\u00edr</Jmena>'
|
||||||
|
'</Jmeno>'
|
||||||
|
'<DatumNarozeni>1973-09-20</DatumNarozeni>'
|
||||||
|
'</Totoznost></Pacient></Doklad>'
|
||||||
|
f'<Zprava><ID_Zpravy>{id_zpravy}</ID_Zpravy>'
|
||||||
|
'<Verze>202501A</Verze>'
|
||||||
|
f'<Odeslano>{odeslano}</Odeslano>'
|
||||||
|
'<SW_Klienta>MEDICUS_____</SW_Klienta></Zprava>'
|
||||||
|
'</NacistLekovyZaznamLekarDotaz>'
|
||||||
|
'</soapenv:Body>'
|
||||||
|
'</soapenv:Envelope>'
|
||||||
|
)
|
||||||
|
|
||||||
|
headers = {
|
||||||
|
"Content-Type": 'text/xml; charset="UTF-8"',
|
||||||
|
"SOAPAction": '"NacistLekovyZaznam"',
|
||||||
|
"User-Agent": "Medicus"
|
||||||
|
}
|
||||||
|
|
||||||
|
endpoints = [
|
||||||
|
"https://cuer-soap.erecept.sukl.cz/",
|
||||||
|
"https://rlpo-soap.erecept.sukl.cz/",
|
||||||
|
"https://common-soap.erecept.sukl.cz/",
|
||||||
|
"https://lz-soap.erecept.sukl.cz/",
|
||||||
|
"https://lekar-soap.erecept.sukl.cz/cuer/Lekar",
|
||||||
|
]
|
||||||
|
|
||||||
|
for ep in endpoints:
|
||||||
|
print(f"\n--- {ep} ---")
|
||||||
|
try:
|
||||||
|
resp = sess.post(ep, data=soap_body.encode("utf-8"), headers=headers, timeout=10)
|
||||||
|
print(f"HTTP {resp.status_code} | {len(resp.content)} bytů")
|
||||||
|
print(resp.text[:300])
|
||||||
|
except Exception as e:
|
||||||
|
print(f"CHYBA: {e}")
|
||||||
@@ -0,0 +1,13 @@
|
|||||||
|
User-Agent: Medicus
|
||||||
|
Host: lekar-soap.erecept.sukl.cz
|
||||||
|
SOAPAction: "NacistLekovyZaznam"
|
||||||
|
Content-Type: text/xml; charset="UTF-8"
|
||||||
|
Authorization: Basic ZTA4Yzg5YzYtMmIxYS00ZWJhLThlZDktNGUzZTYzNjE4Mzc5OkJ1emFsa2FAVmxhZGltaXIyMDI1
|
||||||
|
Content-Length: 802
|
||||||
|
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
|
||||||
|
<soapenv:Body>
|
||||||
|
<NacistLekovyZaznamLekarDotaz xmlns="http://www.sukl.cz/erp/201912"><Doklad><Pristupujici><Uzivatel>E08C89C6-2B1A-4EBA-8ED9-4E3E63618379</Uzivatel><Pracoviste>00214235367</Pracoviste></Pristupujici><PocetZnakuATC>7</PocetZnakuATC><PocetMesicu>60</PocetMesicu><Pacient><Totoznost><Jmeno><Prijmeni>Buzalka</Prijmeni><Jmena>Vladimír</Jmena></Jmeno><DatumNarozeni>1973-09-20</DatumNarozeni></Totoznost></Pacient></Doklad><Zprava><ID_Zpravy>2c59d819-ad1c-43b2-92fa-efdaf187f029</ID_Zpravy><Verze>202501A</Verze><Odeslano>2026-03-24T06:26:52+01:00</Odeslano><SW_Klienta>MEDICUS_____</SW_Klienta></Zprava></NacistLekovyZaznamLekarDotaz>
|
||||||
|
</soapenv:Body>
|
||||||
|
</soapenv:Envelope>
|
||||||
@@ -0,0 +1,13 @@
|
|||||||
|
User-Agent: Medicus
|
||||||
|
Host: lekar-soap.erecept.sukl.cz
|
||||||
|
SOAPAction: "NacistLekovyZaznam"
|
||||||
|
Content-Type: text/xml; charset="UTF-8"
|
||||||
|
Authorization: Basic ZTA4Yzg5YzYtMmIxYS00ZWJhLThlZDktNGUzZTYzNjE4Mzc5OkJ1emFsa2FAVmxhZGltaXIyMDI1
|
||||||
|
Content-Length: 802
|
||||||
|
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
|
||||||
|
<soapenv:Body>
|
||||||
|
<NacistLekovyZaznamLekarDotaz xmlns="http://www.sukl.cz/erp/201912"><Doklad><Pristupujici><Uzivatel>E08C89C6-2B1A-4EBA-8ED9-4E3E63618379</Uzivatel><Pracoviste>00214235367</Pracoviste></Pristupujici><PocetZnakuATC>7</PocetZnakuATC><PocetMesicu>60</PocetMesicu><Pacient><Totoznost><Jmeno><Prijmeni>Buzalka</Prijmeni><Jmena>Vladimír</Jmena></Jmeno><DatumNarozeni>1973-09-20</DatumNarozeni></Totoznost></Pacient></Doklad><Zprava><ID_Zpravy>dabda2ad-df61-41db-bd46-a969eced026b</ID_Zpravy><Verze>202501A</Verze><Odeslano>2026-03-27T06:35:14+01:00</Odeslano><SW_Klienta>MEDICUS_____</SW_Klienta></Zprava></NacistLekovyZaznamLekarDotaz>
|
||||||
|
</soapenv:Body>
|
||||||
|
</soapenv:Envelope>
|
||||||
Reference in New Issue
Block a user