notebookvb
This commit is contained in:
@@ -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:tns="http://www.sukl.cz/erp/201912" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" targetNamespace="http://www.sukl.cz/erp/201912" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
|
||||
<wsdl:types>
|
||||
<schema xmlns="http://www.w3.org/2001/XMLSchema">
|
||||
<import namespace="http://www.sukl.cz/erp/201912" schemaLocation="Cuer2Schema.xsd"></import>
|
||||
</schema>
|
||||
</wsdl:types>
|
||||
<wsdl:message name="NacistLekovyZaznamSoapIn">
|
||||
<wsdl:part name="dotaz" element="tns:NacistLekovyZaznamLekarDotaz" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="NacistLekovyZaznamSoapOut">
|
||||
<wsdl:part name="NacistLekovyZaznamResult" element="tns:NacistLekovyZaznamOdpoved" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="OverDuplicitySoapIn">
|
||||
<wsdl:part name="dotaz" element="tns:OverDuplicityDotaz" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="OverDuplicitySoapOut">
|
||||
<wsdl:part name="OverDuplicityResult" element="tns:OverDuplicityOdpoved" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="ZjistitPoznamkyHvlpSoapIn">
|
||||
<wsdl:part name="dotaz" element="tns:ZjistitPoznamkyHvlpDotaz" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="ZjistitPoznamkyHvlpSoapOut">
|
||||
<wsdl:part name="ZjistitPoznamkyHvlpResult" element="tns:ZjistitPoznamkyHvlpOdpoved" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="GetAppInfoSoapIn">
|
||||
<wsdl:part name="AppInfoDotaz" element="tns:AppInfoDotaz" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="GetAppInfoSoapOut">
|
||||
<wsdl:part name="GetAppInfoResult" element="tns:AppInfoOdpoved" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="AppPingSoapIn">
|
||||
<wsdl:part name="AppPingDotaz" element="tns:AppPingDotaz" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="AppPingSoapOut">
|
||||
<wsdl:part name="AppPingResult" element="tns:AppPingOdpoved" />
|
||||
</wsdl:message>
|
||||
<wsdl:portType name="CUERLekarServiceSoap">
|
||||
<wsdl:operation name="NacistLekovyZaznam">
|
||||
<wsdl:input message="tns:NacistLekovyZaznamSoapIn" />
|
||||
<wsdl:output message="tns:NacistLekovyZaznamSoapOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="OverDuplicity">
|
||||
<wsdl:input message="tns:OverDuplicitySoapIn" />
|
||||
<wsdl:output message="tns:OverDuplicitySoapOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="ZjistitPoznamkyHvlp">
|
||||
<wsdl:input message="tns:ZjistitPoznamkyHvlpSoapIn" />
|
||||
<wsdl:output message="tns:ZjistitPoznamkyHvlpSoapOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="GetAppInfo">
|
||||
<wsdl:input message="tns:GetAppInfoSoapIn" />
|
||||
<wsdl:output message="tns:GetAppInfoSoapOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="AppPing">
|
||||
<wsdl:input message="tns:AppPingSoapIn" />
|
||||
<wsdl:output message="tns:AppPingSoapOut" />
|
||||
</wsdl:operation>
|
||||
</wsdl:portType>
|
||||
<wsdl:binding name="CUERLekarServiceSoap" type="tns:CUERLekarServiceSoap">
|
||||
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
||||
<wsdl:operation name="NacistLekovyZaznam">
|
||||
<soap:operation soapAction="NacistLekovyZaznam" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="OverDuplicity">
|
||||
<soap:operation soapAction="OverDuplicity" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="ZjistitPoznamkyHvlp">
|
||||
<soap:operation soapAction="ZjistitPoznamkyHvlp" 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: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:binding>
|
||||
<wsdl:binding name="CUERLekarServiceSoap12" type="tns:CUERLekarServiceSoap">
|
||||
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
||||
<wsdl:operation name="NacistLekovyZaznam">
|
||||
<soap12:operation soapAction="NacistLekovyZaznam" style="document" />
|
||||
<wsdl:input>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="OverDuplicity">
|
||||
<soap12:operation soapAction="OverDuplicity" style="document" />
|
||||
<wsdl:input>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="ZjistitPoznamkyHvlp">
|
||||
<soap12:operation soapAction="ZjistitPoznamkyHvlp" 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: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:binding>
|
||||
<wsdl:service name="CUERLekarService">
|
||||
<wsdl:port name="CUERLekarServiceSoap" binding="tns:CUERLekarServiceSoap">
|
||||
<soap:address location="http://localhost:49646/Cuer/CUERLekarService.asmx" />
|
||||
</wsdl:port>
|
||||
<wsdl:port name="CUERLekarServiceSoap12" binding="tns:CUERLekarServiceSoap12">
|
||||
<soap12:address location="http://localhost:49646/Cuer/CUERLekarService.asmx" />
|
||||
</wsdl:port>
|
||||
</wsdl:service>
|
||||
</wsdl:definitions>
|
||||
@@ -0,0 +1,248 @@
|
||||
<?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/201912" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" targetNamespace="http://www.sukl.cz/erp/201912" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
|
||||
<wsdl:types>
|
||||
<schema xmlns="http://www.w3.org/2001/XMLSchema">
|
||||
<import namespace="http://www.sukl.cz/erp/201912" schemaLocation="Cuer2Schema.xsd"></import>
|
||||
</schema>
|
||||
</wsdl:types>
|
||||
<wsdl:message name="NacistLekovyZaznamSoapIn">
|
||||
<wsdl:part name="dotaz" element="tns:NacistLekovyZaznamLekarnikDotaz" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="NacistLekovyZaznamSoapOut">
|
||||
<wsdl:part name="NacistLekovyZaznamResult" element="tns:NacistLekovyZaznamOdpoved" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="ZalozitElektronickyZaznamSVydejemSoapIn">
|
||||
<wsdl:part name="ZalozitElektronickyZaznamSVydejemDotaz" element="tns:ZalozitElektronickyZaznamSVydejemDotaz" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="ZalozitElektronickyZaznamSVydejemSoapOut">
|
||||
<wsdl:part name="ZalozitElektronickyZaznamSVydejemResult" element="tns:UlozitElektronickyZaznamSVydejemOdpoved" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="ZmenitElektronickyZaznamSVydejemSoapIn">
|
||||
<wsdl:part name="ZmenitElektronickyZaznamSVydejemDotaz" element="tns:ZmenitElektronickyZaznamSVydejemDotaz" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="ZmenitElektronickyZaznamSVydejemSoapOut">
|
||||
<wsdl:part name="ZmenitElektronickyZaznamSVydejemResult" element="tns:ZmenitElektronickyZaznamSVydejemOdpoved" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="ZrusitElektronickyZaznamSVydejemSoapIn">
|
||||
<wsdl:part name="ZrusitElektronickyZaznamSVydejemDotaz" element="tns:ZrusitElektronickyZaznamSVydejemDotaz" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="ZrusitElektronickyZaznamSVydejemSoapOut">
|
||||
<wsdl:part name="ZrusitElektronickyZaznamSVydejemResult" element="tns:ZrusitElektronickyZaznamSVydejemOdpoved" />
|
||||
</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="ZjistitPoznamkyHvlpSoapIn">
|
||||
<wsdl:part name="dotaz" element="tns:ZjistitPoznamkyHvlpDotaz" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="ZjistitPoznamkyHvlpSoapOut">
|
||||
<wsdl:part name="ZjistitPoznamkyHvlpResult" element="tns:ZjistitPoznamkyHvlpOdpoved" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="GetAppInfoSoapIn">
|
||||
<wsdl:part name="AppInfoDotaz" element="tns:AppInfoDotaz" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="GetAppInfoSoapOut">
|
||||
<wsdl:part name="GetAppInfoResult" element="tns:AppInfoOdpoved" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="AppPingSoapIn">
|
||||
<wsdl:part name="AppPingDotaz" element="tns:AppPingDotaz" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="AppPingSoapOut">
|
||||
<wsdl:part name="AppPingResult" element="tns:AppPingOdpoved" />
|
||||
</wsdl:message>
|
||||
<wsdl:portType name="CUERLekarnikServiceSoap">
|
||||
<wsdl:operation name="NacistLekovyZaznam">
|
||||
<wsdl:input message="tns:NacistLekovyZaznamSoapIn" />
|
||||
<wsdl:output message="tns:NacistLekovyZaznamSoapOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="ZalozitElektronickyZaznamSVydejem">
|
||||
<wsdl:input message="tns:ZalozitElektronickyZaznamSVydejemSoapIn" />
|
||||
<wsdl:output message="tns:ZalozitElektronickyZaznamSVydejemSoapOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="ZmenitElektronickyZaznamSVydejem">
|
||||
<wsdl:input message="tns:ZmenitElektronickyZaznamSVydejemSoapIn" />
|
||||
<wsdl:output message="tns:ZmenitElektronickyZaznamSVydejemSoapOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="ZrusitElektronickyZaznamSVydejem">
|
||||
<wsdl:input message="tns:ZrusitElektronickyZaznamSVydejemSoapIn" />
|
||||
<wsdl:output message="tns:ZrusitElektronickyZaznamSVydejemSoapOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="NacistDoplatkyLimitPojistence">
|
||||
<wsdl:input message="tns:NacistDoplatkyLimitPojistenceSoapIn" />
|
||||
<wsdl:output message="tns:NacistDoplatkyLimitPojistenceSoapOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="ZjistitPoznamkyHvlp">
|
||||
<wsdl:input message="tns:ZjistitPoznamkyHvlpSoapIn" />
|
||||
<wsdl:output message="tns:ZjistitPoznamkyHvlpSoapOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="GetAppInfo">
|
||||
<wsdl:input message="tns:GetAppInfoSoapIn" />
|
||||
<wsdl:output message="tns:GetAppInfoSoapOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="AppPing">
|
||||
<wsdl:input message="tns:AppPingSoapIn" />
|
||||
<wsdl:output message="tns:AppPingSoapOut" />
|
||||
</wsdl:operation>
|
||||
</wsdl:portType>
|
||||
<wsdl:binding name="CUERLekarnikServiceSoap" type="tns:CUERLekarnikServiceSoap">
|
||||
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
||||
<wsdl:operation name="NacistLekovyZaznam">
|
||||
<soap:operation soapAction="NacistLekovyZaznam" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="ZalozitElektronickyZaznamSVydejem">
|
||||
<soap:operation soapAction="ZalozitElektronickyZaznamSVydejem" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="ZmenitElektronickyZaznamSVydejem">
|
||||
<soap:operation soapAction="ZmenitElektronickyZaznamSVydejem" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="ZrusitElektronickyZaznamSVydejem">
|
||||
<soap:operation soapAction="ZrusitElektronickyZaznamSVydejem" 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="ZjistitPoznamkyHvlp">
|
||||
<soap:operation soapAction="ZjistitPoznamkyHvlp" 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: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:binding>
|
||||
<wsdl:binding name="CUERLekarnikServiceSoap12" type="tns:CUERLekarnikServiceSoap">
|
||||
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
||||
<wsdl:operation name="NacistLekovyZaznam">
|
||||
<soap12:operation soapAction="NacistLekovyZaznam" style="document" />
|
||||
<wsdl:input>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="ZalozitElektronickyZaznamSVydejem">
|
||||
<soap12:operation soapAction="ZalozitElektronickyZaznamSVydejem" style="document" />
|
||||
<wsdl:input>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="ZmenitElektronickyZaznamSVydejem">
|
||||
<soap12:operation soapAction="ZmenitElektronickyZaznamSVydejem" style="document" />
|
||||
<wsdl:input>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="ZrusitElektronickyZaznamSVydejem">
|
||||
<soap12:operation soapAction="ZrusitElektronickyZaznamSVydejem" 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="ZjistitPoznamkyHvlp">
|
||||
<soap12:operation soapAction="ZjistitPoznamkyHvlp" 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: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:binding>
|
||||
<wsdl:service name="CUERLekarnikService">
|
||||
<wsdl:port name="CUERLekarnikServiceSoap" binding="tns:CUERLekarnikServiceSoap">
|
||||
<soap:address location="http://localhost:49646/Cuer/CUERLekarnikService.asmx" />
|
||||
</wsdl:port>
|
||||
<wsdl:port name="CUERLekarnikServiceSoap12" binding="tns:CUERLekarnikServiceSoap12">
|
||||
<soap12:address location="http://localhost:49646/Cuer/CUERLekarnikService.asmx" />
|
||||
</wsdl:port>
|
||||
</wsdl:service>
|
||||
</wsdl:definitions>
|
||||
File diff suppressed because it is too large
Load Diff
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>
|
||||
Reference in New Issue
Block a user