<?xml version="1.0" encoding="utf-8"?><wsdl:definitions name="RKSVNet" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://tempuri.org/" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"><wsp:Policy wsu:Id="MyEndPoint_policy"><wsp:ExactlyOne><wsp:All><wsrm:RMAssertion xmlns:wsrm="http://schemas.xmlsoap.org/ws/2005/02/rm/policy"><wsrm:InactivityTimeout Milliseconds="300000"/><wsrm:AcknowledgementInterval Milliseconds="200"/></wsrm:RMAssertion><sp:TransportBinding xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"><wsp:Policy><sp:TransportToken><wsp:Policy><sp:HttpsToken RequireClientCertificate="false"/></wsp:Policy></sp:TransportToken><sp:AlgorithmSuite><wsp:Policy><sp:Basic256/></wsp:Policy></sp:AlgorithmSuite><sp:Layout><wsp:Policy><sp:Strict/></wsp:Policy></sp:Layout></wsp:Policy></sp:TransportBinding><wsaw:UsingAddressing/></wsp:All></wsp:ExactlyOne></wsp:Policy><wsdl:types><xs:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:import namespace="http://schemas.datacontract.org/2004/07/RKSV.Net.Server"/><xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element name="SignSHA2"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="username" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="password" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="companyGUID" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="cashboxID" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="base64sha" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="signatureResult" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="SignSHA2Response"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SignSHA2Result" nillable="true" type="q1:RetVal" xmlns:q1="http://schemas.datacontract.org/2004/07/RKSV.Net.Server"/><xs:element minOccurs="0" name="signatureResult" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="SignReceipt"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="username" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="password" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="companyGUID" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="cashboxID" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="receipt" nillable="true" type="q2:RKSVReceipt" xmlns:q2="http://schemas.datacontract.org/2004/07/RKSV.Net.Server"/><xs:element minOccurs="0" name="jwsCompactResult" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="SignReceiptResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SignReceiptResult" nillable="true" type="q3:RetVal" xmlns:q3="http://schemas.datacontract.org/2004/07/RKSV.Net.Server"/><xs:element minOccurs="0" name="jwsCompactResult" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetCashboxes"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="username" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="password" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="companyGUID" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="cashboxes" nillable="true" type="q4:ArrayOfstring" xmlns:q4="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetCashboxesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetCashboxesResult" nillable="true" type="q5:RetVal" xmlns:q5="http://schemas.datacontract.org/2004/07/RKSV.Net.Server"/><xs:element minOccurs="0" name="cashboxes" nillable="true" type="q6:ArrayOfstring" xmlns:q6="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetCashboxCertificate"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="username" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="password" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="companyGUID" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="cashboxID" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="certificate" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetCashboxCertificateResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetCashboxCertificateResult" nillable="true" type="q7:RetVal" xmlns:q7="http://schemas.datacontract.org/2004/07/RKSV.Net.Server"/><xs:element minOccurs="0" name="certificate" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetCashboxCertificateWithSerial"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="username" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="password" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="companyGUID" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="cashboxID" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="certificate" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="serialNumber" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetCashboxCertificateWithSerialResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetCashboxCertificateWithSerialResult" nillable="true" type="q8:RetVal" xmlns:q8="http://schemas.datacontract.org/2004/07/RKSV.Net.Server"/><xs:element minOccurs="0" name="certificate" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="serialNumber" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="ChangePassword"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="username" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="password" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="companyGUID" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="newPassword" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="ChangePasswordResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChangePasswordResult" nillable="true" type="q9:RetVal" xmlns:q9="http://schemas.datacontract.org/2004/07/RKSV.Net.Server"/></xs:sequence></xs:complexType></xs:element><xs:element name="ChangeAesKey"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="username" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="password" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="companyGUID" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="kassaId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="aesKeyBase64" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="ChangeAesKeyResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChangeAesKeyResult" nillable="true" type="q10:RetVal" xmlns:q10="http://schemas.datacontract.org/2004/07/RKSV.Net.Server"/></xs:sequence></xs:complexType></xs:element><xs:element name="CreateCashboxes"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="username" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="password" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="companyGUID" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="cashboxId" nillable="true" type="q11:ArrayOfstring" xmlns:q11="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="aesKeys" nillable="true" type="q12:ArrayOfstring" xmlns:q12="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:complexType></xs:element><xs:element name="CreateCashboxesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CreateCashboxesResult" nillable="true" type="q13:RetVal" xmlns:q13="http://schemas.datacontract.org/2004/07/RKSV.Net.Server"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetSignatureLimit"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="username" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="password" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="companyGUID" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="cashboxId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="currentValue" type="xs:long"/><xs:element minOccurs="0" name="currentLimitValue" type="xs:long"/><xs:element minOccurs="0" name="validThrough" type="xs:dateTime"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetSignatureLimitResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetSignatureLimitResult" nillable="true" type="q14:RetVal" xmlns:q14="http://schemas.datacontract.org/2004/07/RKSV.Net.Server"/><xs:element minOccurs="0" name="currentValue" type="xs:long"/><xs:element minOccurs="0" name="currentLimitValue" type="xs:long"/><xs:element minOccurs="0" name="validThrough" type="xs:dateTime"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetDEPExport"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="username" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="password" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="companyGUID" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="cashboxId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="emailAddress" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="from" type="xs:dateTime"/><xs:element minOccurs="0" name="to" type="xs:dateTime"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetDEPExportResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetDEPExportResult" nillable="true" type="q15:RetVal" xmlns:q15="http://schemas.datacontract.org/2004/07/RKSV.Net.Server"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetServiceVersion"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="GetServiceVersionResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetServiceVersionResult" nillable="true" type="q16:RetVal" xmlns:q16="http://schemas.datacontract.org/2004/07/RKSV.Net.Server"/></xs:sequence></xs:complexType></xs:element><xs:element name="ConvertJWSCompactToQrJpeg"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="username" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="password" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="companyGUID" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="jwsCompactResult" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="qrJpeg" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="ConvertJWSCompactToQrJpegResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ConvertJWSCompactToQrJpegResult" nillable="true" type="q17:RetVal" xmlns:q17="http://schemas.datacontract.org/2004/07/RKSV.Net.Server"/><xs:element minOccurs="0" name="qrJpeg" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element></xs:schema><xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/"><xs:element name="anyType" nillable="true" type="xs:anyType"/><xs:element name="anyURI" nillable="true" type="xs:anyURI"/><xs:element name="base64Binary" nillable="true" type="xs:base64Binary"/><xs:element name="boolean" nillable="true" type="xs:boolean"/><xs:element name="byte" nillable="true" type="xs:byte"/><xs:element name="dateTime" nillable="true" type="xs:dateTime"/><xs:element name="decimal" nillable="true" type="xs:decimal"/><xs:element name="double" nillable="true" type="xs:double"/><xs:element name="float" nillable="true" type="xs:float"/><xs:element name="int" nillable="true" type="xs:int"/><xs:element name="long" nillable="true" type="xs:long"/><xs:element name="QName" nillable="true" type="xs:QName"/><xs:element name="short" nillable="true" type="xs:short"/><xs:element name="string" nillable="true" type="xs:string"/><xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte"/><xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt"/><xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong"/><xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort"/><xs:element name="char" nillable="true" type="tns:char"/><xs:simpleType name="char"><xs:restriction base="xs:int"/></xs:simpleType><xs:element name="duration" nillable="true" type="tns:duration"/><xs:simpleType name="duration"><xs:restriction base="xs:duration"><xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?"/><xs:minInclusive value="-P10675199DT2H48M5.4775808S"/><xs:maxInclusive value="P10675199DT2H48M5.4775807S"/></xs:restriction></xs:simpleType><xs:element name="guid" nillable="true" type="tns:guid"/><xs:simpleType name="guid"><xs:restriction base="xs:string"><xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}"/></xs:restriction></xs:simpleType><xs:attribute name="FactoryType" type="xs:QName"/><xs:attribute name="Id" type="xs:ID"/><xs:attribute name="Ref" type="xs:IDREF"/></xs:schema><xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/RKSV.Net.Server" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.datacontract.org/2004/07/RKSV.Net.Server"><xs:complexType name="RetVal"><xs:sequence><xs:element minOccurs="0" name="Passed" type="xs:boolean"/><xs:element minOccurs="0" name="Status" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="RetVal" nillable="true" type="tns:RetVal"/><xs:complexType name="RKSVReceipt"><xs:sequence><xs:element minOccurs="0" name="BelegDatumUhrzeit" type="xs:dateTime"/><xs:element minOccurs="0" name="Belegnummer" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="BetragSatzBesonders" type="xs:decimal"/><xs:element minOccurs="0" name="BetragSatzErmaessigt1" type="xs:decimal"/><xs:element minOccurs="0" name="BetragSatzErmaessigt2" type="xs:decimal"/><xs:element minOccurs="0" name="BetragSatzNormal" type="xs:decimal"/><xs:element minOccurs="0" name="BetragSatzNull" type="xs:decimal"/><xs:element minOccurs="0" name="JWSHeader" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="JWSPayload" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="JWSSignature" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="JWSToken" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="KassenIdentifikation" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SigBeleg" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SigVorrigerBeleg" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="StandUmsatzZaehlerAES" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="StandUmsatzZaehlerPlain" type="xs:decimal"/><xs:element minOccurs="0" name="ZertifikatSeriennummer" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="RKSVReceipt" nillable="true" type="tns:RKSVReceipt"/></xs:schema><xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"><xs:complexType name="ArrayOfstring"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="ArrayOfstring" nillable="true" type="tns:ArrayOfstring"/></xs:schema></wsdl:types><wsdl:message name="IRKSVNet_SignSHA2_InputMessage"><wsdl:part name="parameters" element="tns:SignSHA2"/></wsdl:message><wsdl:message name="IRKSVNet_SignSHA2_OutputMessage"><wsdl:part name="parameters" element="tns:SignSHA2Response"/></wsdl:message><wsdl:message name="IRKSVNet_SignReceipt_InputMessage"><wsdl:part name="parameters" element="tns:SignReceipt"/></wsdl:message><wsdl:message name="IRKSVNet_SignReceipt_OutputMessage"><wsdl:part name="parameters" element="tns:SignReceiptResponse"/></wsdl:message><wsdl:message name="IRKSVNet_GetCashboxes_InputMessage"><wsdl:part name="parameters" element="tns:GetCashboxes"/></wsdl:message><wsdl:message name="IRKSVNet_GetCashboxes_OutputMessage"><wsdl:part name="parameters" element="tns:GetCashboxesResponse"/></wsdl:message><wsdl:message name="IRKSVNet_GetCashboxCertificate_InputMessage"><wsdl:part name="parameters" element="tns:GetCashboxCertificate"/></wsdl:message><wsdl:message name="IRKSVNet_GetCashboxCertificate_OutputMessage"><wsdl:part name="parameters" element="tns:GetCashboxCertificateResponse"/></wsdl:message><wsdl:message name="IRKSVNet_GetCashboxCertificateWithSerial_InputMessage"><wsdl:part name="parameters" element="tns:GetCashboxCertificateWithSerial"/></wsdl:message><wsdl:message name="IRKSVNet_GetCashboxCertificateWithSerial_OutputMessage"><wsdl:part name="parameters" element="tns:GetCashboxCertificateWithSerialResponse"/></wsdl:message><wsdl:message name="IRKSVNet_ChangePassword_InputMessage"><wsdl:part name="parameters" element="tns:ChangePassword"/></wsdl:message><wsdl:message name="IRKSVNet_ChangePassword_OutputMessage"><wsdl:part name="parameters" element="tns:ChangePasswordResponse"/></wsdl:message><wsdl:message name="IRKSVNet_ChangeAesKey_InputMessage"><wsdl:part name="parameters" element="tns:ChangeAesKey"/></wsdl:message><wsdl:message name="IRKSVNet_ChangeAesKey_OutputMessage"><wsdl:part name="parameters" element="tns:ChangeAesKeyResponse"/></wsdl:message><wsdl:message name="IRKSVNet_CreateCashboxes_InputMessage"><wsdl:part name="parameters" element="tns:CreateCashboxes"/></wsdl:message><wsdl:message name="IRKSVNet_CreateCashboxes_OutputMessage"><wsdl:part name="parameters" element="tns:CreateCashboxesResponse"/></wsdl:message><wsdl:message name="IRKSVNet_GetSignatureLimit_InputMessage"><wsdl:part name="parameters" element="tns:GetSignatureLimit"/></wsdl:message><wsdl:message name="IRKSVNet_GetSignatureLimit_OutputMessage"><wsdl:part name="parameters" element="tns:GetSignatureLimitResponse"/></wsdl:message><wsdl:message name="IRKSVNet_GetDEPExport_InputMessage"><wsdl:part name="parameters" element="tns:GetDEPExport"/></wsdl:message><wsdl:message name="IRKSVNet_GetDEPExport_OutputMessage"><wsdl:part name="parameters" element="tns:GetDEPExportResponse"/></wsdl:message><wsdl:message name="IRKSVNet_GetServiceVersion_InputMessage"><wsdl:part name="parameters" element="tns:GetServiceVersion"/></wsdl:message><wsdl:message name="IRKSVNet_GetServiceVersion_OutputMessage"><wsdl:part name="parameters" element="tns:GetServiceVersionResponse"/></wsdl:message><wsdl:message name="IRKSVNet_ConvertJWSCompactToQrJpeg_InputMessage"><wsdl:part name="parameters" element="tns:ConvertJWSCompactToQrJpeg"/></wsdl:message><wsdl:message name="IRKSVNet_ConvertJWSCompactToQrJpeg_OutputMessage"><wsdl:part name="parameters" element="tns:ConvertJWSCompactToQrJpegResponse"/></wsdl:message><wsdl:portType msc:usingSession="true" name="IRKSVNet"><wsdl:operation msc:isInitiating="true" msc:isTerminating="false" name="SignSHA2"><wsdl:input wsaw:Action="http://tempuri.org/IRKSVNet/SignSHA2" message="tns:IRKSVNet_SignSHA2_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/IRKSVNet/SignSHA2Response" message="tns:IRKSVNet_SignSHA2_OutputMessage"/></wsdl:operation><wsdl:operation msc:isInitiating="true" msc:isTerminating="false" name="SignReceipt"><wsdl:input wsaw:Action="http://tempuri.org/IRKSVNet/SignReceipt" message="tns:IRKSVNet_SignReceipt_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/IRKSVNet/SignReceiptResponse" message="tns:IRKSVNet_SignReceipt_OutputMessage"/></wsdl:operation><wsdl:operation msc:isInitiating="true" msc:isTerminating="false" name="GetCashboxes"><wsdl:input wsaw:Action="http://tempuri.org/IRKSVNet/GetCashboxes" message="tns:IRKSVNet_GetCashboxes_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/IRKSVNet/GetCashboxesResponse" message="tns:IRKSVNet_GetCashboxes_OutputMessage"/></wsdl:operation><wsdl:operation msc:isInitiating="true" msc:isTerminating="false" name="GetCashboxCertificate"><wsdl:input wsaw:Action="http://tempuri.org/IRKSVNet/GetCashboxCertificate" message="tns:IRKSVNet_GetCashboxCertificate_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/IRKSVNet/GetCashboxCertificateResponse" message="tns:IRKSVNet_GetCashboxCertificate_OutputMessage"/></wsdl:operation><wsdl:operation msc:isInitiating="true" msc:isTerminating="false" name="GetCashboxCertificateWithSerial"><wsdl:input wsaw:Action="http://tempuri.org/IRKSVNet/GetCashboxCertificateWithSerial" message="tns:IRKSVNet_GetCashboxCertificateWithSerial_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/IRKSVNet/GetCashboxCertificateWithSerialResponse" message="tns:IRKSVNet_GetCashboxCertificateWithSerial_OutputMessage"/></wsdl:operation><wsdl:operation msc:isInitiating="true" msc:isTerminating="false" name="ChangePassword"><wsdl:input wsaw:Action="http://tempuri.org/IRKSVNet/ChangePassword" message="tns:IRKSVNet_ChangePassword_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/IRKSVNet/ChangePasswordResponse" message="tns:IRKSVNet_ChangePassword_OutputMessage"/></wsdl:operation><wsdl:operation msc:isInitiating="true" msc:isTerminating="false" name="ChangeAesKey"><wsdl:input wsaw:Action="http://tempuri.org/IRKSVNet/ChangeAesKey" message="tns:IRKSVNet_ChangeAesKey_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/IRKSVNet/ChangeAesKeyResponse" message="tns:IRKSVNet_ChangeAesKey_OutputMessage"/></wsdl:operation><wsdl:operation msc:isInitiating="true" msc:isTerminating="false" name="CreateCashboxes"><wsdl:input wsaw:Action="http://tempuri.org/IRKSVNet/CreateCashboxes" message="tns:IRKSVNet_CreateCashboxes_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/IRKSVNet/CreateCashboxesResponse" message="tns:IRKSVNet_CreateCashboxes_OutputMessage"/></wsdl:operation><wsdl:operation msc:isInitiating="true" msc:isTerminating="false" name="GetSignatureLimit"><wsdl:input wsaw:Action="http://tempuri.org/IRKSVNet/GetSignatureLimit" message="tns:IRKSVNet_GetSignatureLimit_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/IRKSVNet/GetSignatureLimitResponse" message="tns:IRKSVNet_GetSignatureLimit_OutputMessage"/></wsdl:operation><wsdl:operation msc:isInitiating="true" msc:isTerminating="false" name="GetDEPExport"><wsdl:input wsaw:Action="http://tempuri.org/IRKSVNet/GetDEPExport" message="tns:IRKSVNet_GetDEPExport_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/IRKSVNet/GetDEPExportResponse" message="tns:IRKSVNet_GetDEPExport_OutputMessage"/></wsdl:operation><wsdl:operation msc:isInitiating="true" msc:isTerminating="false" name="GetServiceVersion"><wsdl:input wsaw:Action="http://tempuri.org/IRKSVNet/GetServiceVersion" message="tns:IRKSVNet_GetServiceVersion_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/IRKSVNet/GetServiceVersionResponse" message="tns:IRKSVNet_GetServiceVersion_OutputMessage"/></wsdl:operation><wsdl:operation msc:isInitiating="true" msc:isTerminating="false" name="ConvertJWSCompactToQrJpeg"><wsdl:input wsaw:Action="http://tempuri.org/IRKSVNet/ConvertJWSCompactToQrJpeg" message="tns:IRKSVNet_ConvertJWSCompactToQrJpeg_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/IRKSVNet/ConvertJWSCompactToQrJpegResponse" message="tns:IRKSVNet_ConvertJWSCompactToQrJpeg_OutputMessage"/></wsdl:operation></wsdl:portType><wsdl:binding name="MyEndPoint" type="tns:IRKSVNet"><wsp:PolicyReference URI="#MyEndPoint_policy"/><soap12:binding transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="SignSHA2"><soap12:operation soapAction="http://tempuri.org/IRKSVNet/SignSHA2" style="document"/><wsdl:input><soap12:body use="literal"/></wsdl:input><wsdl:output><soap12:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SignReceipt"><soap12:operation soapAction="http://tempuri.org/IRKSVNet/SignReceipt" style="document"/><wsdl:input><soap12:body use="literal"/></wsdl:input><wsdl:output><soap12:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetCashboxes"><soap12:operation soapAction="http://tempuri.org/IRKSVNet/GetCashboxes" style="document"/><wsdl:input><soap12:body use="literal"/></wsdl:input><wsdl:output><soap12:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetCashboxCertificate"><soap12:operation soapAction="http://tempuri.org/IRKSVNet/GetCashboxCertificate" style="document"/><wsdl:input><soap12:body use="literal"/></wsdl:input><wsdl:output><soap12:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetCashboxCertificateWithSerial"><soap12:operation soapAction="http://tempuri.org/IRKSVNet/GetCashboxCertificateWithSerial" style="document"/><wsdl:input><soap12:body use="literal"/></wsdl:input><wsdl:output><soap12:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ChangePassword"><soap12:operation soapAction="http://tempuri.org/IRKSVNet/ChangePassword" style="document"/><wsdl:input><soap12:body use="literal"/></wsdl:input><wsdl:output><soap12:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ChangeAesKey"><soap12:operation soapAction="http://tempuri.org/IRKSVNet/ChangeAesKey" style="document"/><wsdl:input><soap12:body use="literal"/></wsdl:input><wsdl:output><soap12:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="CreateCashboxes"><soap12:operation soapAction="http://tempuri.org/IRKSVNet/CreateCashboxes" style="document"/><wsdl:input><soap12:body use="literal"/></wsdl:input><wsdl:output><soap12:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetSignatureLimit"><soap12:operation soapAction="http://tempuri.org/IRKSVNet/GetSignatureLimit" style="document"/><wsdl:input><soap12:body use="literal"/></wsdl:input><wsdl:output><soap12:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetDEPExport"><soap12:operation soapAction="http://tempuri.org/IRKSVNet/GetDEPExport" style="document"/><wsdl:input><soap12:body use="literal"/></wsdl:input><wsdl:output><soap12:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetServiceVersion"><soap12:operation soapAction="http://tempuri.org/IRKSVNet/GetServiceVersion" style="document"/><wsdl:input><soap12:body use="literal"/></wsdl:input><wsdl:output><soap12:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ConvertJWSCompactToQrJpeg"><soap12:operation soapAction="http://tempuri.org/IRKSVNet/ConvertJWSCompactToQrJpeg" 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="RKSVNet"><wsdl:port name="MyEndPoint" binding="tns:MyEndPoint"><soap12:address location="https://rkscloud.globaltrust.eu/RKSV/RKSVNet.svc"/><wsa10:EndpointReference><wsa10:Address>https://rkscloud.globaltrust.eu/RKSV/RKSVNet.svc</wsa10:Address></wsa10:EndpointReference></wsdl:port></wsdl:service></wsdl:definitions>