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>
|
||||
Reference in New Issue
Block a user