Revert "commit"

This commit is contained in:
2024-10-02 08:59:41 +00:00
parent 298156bc8d
commit a39d888c67
2987 changed files with 174 additions and 13775 deletions

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="utf-8"?>
<ReferenceGroup xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ID="989a503a-5fd5-4ee5-a11c-ca8bc4a12267" xmlns="urn:schemas-microsoft-com:xml-wcfservicemap">
<ClientOptions>
<GenerateAsynchronousMethods>false</GenerateAsynchronousMethods>
<GenerateTaskBasedAsynchronousMethod>true</GenerateTaskBasedAsynchronousMethod>
<EnableDataBinding>true</EnableDataBinding>
<ExcludedTypes />
<ImportXmlTypes>false</ImportXmlTypes>
<GenerateInternalTypes>false</GenerateInternalTypes>
<GenerateMessageContracts>false</GenerateMessageContracts>
<NamespaceMappings />
<CollectionMappings />
<GenerateSerializableTypes>true</GenerateSerializableTypes>
<Serializer>Auto</Serializer>
<UseSerializerForFaults>true</UseSerializerForFaults>
<ReferenceAllAssemblies>true</ReferenceAllAssemblies>
<ReferencedAssemblies />
<ReferencedDataContractTypes />
<ServiceContractMappings />
</ClientOptions>
<MetadataSources>
<MetadataSource Address="http://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl" Protocol="http" SourceId="1" />
</MetadataSources>
<Metadata>
<MetadataFile FileName="checkVatService.wsdl" MetadataType="Wsdl" ID="0a327b60-71aa-476e-b5af-9c60b166ea2a" SourceId="1" SourceUrl="http://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl" />
</Metadata>
<Extensions>
<ExtensionFile FileName="configuration91.svcinfo" Name="configuration91.svcinfo" />
<ExtensionFile FileName="configuration.svcinfo" Name="configuration.svcinfo" />
</Extensions>
</ReferenceGroup>

View File

@@ -0,0 +1,461 @@
'------------------------------------------------------------------------------
' <auto-generated>
' Dieser Code wurde von einem Tool generiert.
' Laufzeitversion:4.0.30319.42000
'
' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
' der Code erneut generiert wird.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Imports System.Runtime.Serialization
Namespace EU_UID_Pruefung
<System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0"), _
System.Runtime.Serialization.DataContractAttribute(Name:="matchCode", [Namespace]:="urn:ec.europa.eu:taxud:vies:services:checkVat:types")> _
Public Enum matchCode As Integer
<System.Runtime.Serialization.EnumMemberAttribute(Value:="1")> _
_1 = 0
<System.Runtime.Serialization.EnumMemberAttribute(Value:="2")> _
_2 = 1
<System.Runtime.Serialization.EnumMemberAttribute(Value:="3")> _
_3 = 2
End Enum
<System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0"), _
System.ServiceModel.ServiceContractAttribute([Namespace]:="urn:ec.europa.eu:taxud:vies:services:checkVat", ConfigurationName:="EU_UID_Pruefung.checkVatPortType")> _
Public Interface checkVatPortType
<System.ServiceModel.OperationContractAttribute(Action:="", ReplyAction:="*")> _
Function checkVat(ByVal request As EU_UID_Pruefung.checkVatRequest) As EU_UID_Pruefung.checkVatResponse
<System.ServiceModel.OperationContractAttribute(Action:="", ReplyAction:="*")> _
Function checkVatAsync(ByVal request As EU_UID_Pruefung.checkVatRequest) As System.Threading.Tasks.Task(Of EU_UID_Pruefung.checkVatResponse)
<System.ServiceModel.OperationContractAttribute(Action:="", ReplyAction:="*")> _
Function checkVatApprox(ByVal request As EU_UID_Pruefung.checkVatApproxRequest) As EU_UID_Pruefung.checkVatApproxResponse
<System.ServiceModel.OperationContractAttribute(Action:="", ReplyAction:="*")> _
Function checkVatApproxAsync(ByVal request As EU_UID_Pruefung.checkVatApproxRequest) As System.Threading.Tasks.Task(Of EU_UID_Pruefung.checkVatApproxResponse)
End Interface
<System.Diagnostics.DebuggerStepThroughAttribute(), _
System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0"), _
System.ServiceModel.MessageContractAttribute(IsWrapped:=false)> _
Partial Public Class checkVatRequest
<System.ServiceModel.MessageBodyMemberAttribute(Name:="checkVat", [Namespace]:="urn:ec.europa.eu:taxud:vies:services:checkVat:types", Order:=0)> _
Public Body As EU_UID_Pruefung.checkVatRequestBody
Public Sub New()
MyBase.New
End Sub
Public Sub New(ByVal Body As EU_UID_Pruefung.checkVatRequestBody)
MyBase.New
Me.Body = Body
End Sub
End Class
<System.Diagnostics.DebuggerStepThroughAttribute(), _
System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0"), _
System.Runtime.Serialization.DataContractAttribute([Namespace]:="urn:ec.europa.eu:taxud:vies:services:checkVat:types")> _
Partial Public Class checkVatRequestBody
<System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue:=false, Order:=0)> _
Public countryCode As String
<System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue:=false, Order:=1)> _
Public vatNumber As String
Public Sub New()
MyBase.New
End Sub
Public Sub New(ByVal countryCode As String, ByVal vatNumber As String)
MyBase.New
Me.countryCode = countryCode
Me.vatNumber = vatNumber
End Sub
End Class
<System.Diagnostics.DebuggerStepThroughAttribute(), _
System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0"), _
System.ServiceModel.MessageContractAttribute(IsWrapped:=false)> _
Partial Public Class checkVatResponse
<System.ServiceModel.MessageBodyMemberAttribute(Name:="checkVatResponse", [Namespace]:="urn:ec.europa.eu:taxud:vies:services:checkVat:types", Order:=0)> _
Public Body As EU_UID_Pruefung.checkVatResponseBody
Public Sub New()
MyBase.New
End Sub
Public Sub New(ByVal Body As EU_UID_Pruefung.checkVatResponseBody)
MyBase.New
Me.Body = Body
End Sub
End Class
<System.Diagnostics.DebuggerStepThroughAttribute(), _
System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0"), _
System.Runtime.Serialization.DataContractAttribute([Namespace]:="urn:ec.europa.eu:taxud:vies:services:checkVat:types")> _
Partial Public Class checkVatResponseBody
<System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue:=false, Order:=0)> _
Public countryCode As String
<System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue:=false, Order:=1)> _
Public vatNumber As String
<System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue:=false, Order:=2)> _
Public requestDate As String
<System.Runtime.Serialization.DataMemberAttribute(Order:=3)> _
Public valid As Boolean
<System.Runtime.Serialization.DataMemberAttribute(Order:=4)> _
Public name As String
<System.Runtime.Serialization.DataMemberAttribute(Order:=5)> _
Public address As String
Public Sub New()
MyBase.New
End Sub
Public Sub New(ByVal countryCode As String, ByVal vatNumber As String, ByVal requestDate As String, ByVal valid As Boolean, ByVal name As String, ByVal address As String)
MyBase.New
Me.countryCode = countryCode
Me.vatNumber = vatNumber
Me.requestDate = requestDate
Me.valid = valid
Me.name = name
Me.address = address
End Sub
End Class
<System.Diagnostics.DebuggerStepThroughAttribute(), _
System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0"), _
System.ServiceModel.MessageContractAttribute(IsWrapped:=false)> _
Partial Public Class checkVatApproxRequest
<System.ServiceModel.MessageBodyMemberAttribute(Name:="checkVatApprox", [Namespace]:="urn:ec.europa.eu:taxud:vies:services:checkVat:types", Order:=0)> _
Public Body As EU_UID_Pruefung.checkVatApproxRequestBody
Public Sub New()
MyBase.New
End Sub
Public Sub New(ByVal Body As EU_UID_Pruefung.checkVatApproxRequestBody)
MyBase.New
Me.Body = Body
End Sub
End Class
<System.Diagnostics.DebuggerStepThroughAttribute(), _
System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0"), _
System.Runtime.Serialization.DataContractAttribute([Namespace]:="urn:ec.europa.eu:taxud:vies:services:checkVat:types")> _
Partial Public Class checkVatApproxRequestBody
<System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue:=false, Order:=0)> _
Public countryCode As String
<System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue:=false, Order:=1)> _
Public vatNumber As String
<System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue:=false, Order:=2)> _
Public traderName As String
<System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue:=false, Order:=3)> _
Public traderCompanyType As String
<System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue:=false, Order:=4)> _
Public traderStreet As String
<System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue:=false, Order:=5)> _
Public traderPostcode As String
<System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue:=false, Order:=6)> _
Public traderCity As String
<System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue:=false, Order:=7)> _
Public requesterCountryCode As String
<System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue:=false, Order:=8)> _
Public requesterVatNumber As String
Public Sub New()
MyBase.New
End Sub
Public Sub New(ByVal countryCode As String, ByVal vatNumber As String, ByVal traderName As String, ByVal traderCompanyType As String, ByVal traderStreet As String, ByVal traderPostcode As String, ByVal traderCity As String, ByVal requesterCountryCode As String, ByVal requesterVatNumber As String)
MyBase.New
Me.countryCode = countryCode
Me.vatNumber = vatNumber
Me.traderName = traderName
Me.traderCompanyType = traderCompanyType
Me.traderStreet = traderStreet
Me.traderPostcode = traderPostcode
Me.traderCity = traderCity
Me.requesterCountryCode = requesterCountryCode
Me.requesterVatNumber = requesterVatNumber
End Sub
End Class
<System.Diagnostics.DebuggerStepThroughAttribute(), _
System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0"), _
System.ServiceModel.MessageContractAttribute(IsWrapped:=false)> _
Partial Public Class checkVatApproxResponse
<System.ServiceModel.MessageBodyMemberAttribute(Name:="checkVatApproxResponse", [Namespace]:="urn:ec.europa.eu:taxud:vies:services:checkVat:types", Order:=0)> _
Public Body As EU_UID_Pruefung.checkVatApproxResponseBody
Public Sub New()
MyBase.New
End Sub
Public Sub New(ByVal Body As EU_UID_Pruefung.checkVatApproxResponseBody)
MyBase.New
Me.Body = Body
End Sub
End Class
<System.Diagnostics.DebuggerStepThroughAttribute(), _
System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0"), _
System.Runtime.Serialization.DataContractAttribute([Namespace]:="urn:ec.europa.eu:taxud:vies:services:checkVat:types")> _
Partial Public Class checkVatApproxResponseBody
<System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue:=false, Order:=0)> _
Public countryCode As String
<System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue:=false, Order:=1)> _
Public vatNumber As String
<System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue:=false, Order:=2)> _
Public requestDate As String
<System.Runtime.Serialization.DataMemberAttribute(Order:=3)> _
Public valid As Boolean
<System.Runtime.Serialization.DataMemberAttribute(Order:=4)> _
Public traderName As String
<System.Runtime.Serialization.DataMemberAttribute(Order:=5)> _
Public traderCompanyType As String
<System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue:=false, Order:=6)> _
Public traderAddress As String
<System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue:=false, Order:=7)> _
Public traderStreet As String
<System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue:=false, Order:=8)> _
Public traderPostcode As String
<System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue:=false, Order:=9)> _
Public traderCity As String
<System.Runtime.Serialization.DataMemberAttribute(Order:=10)> _
Public traderNameMatch As EU_UID_Pruefung.matchCode
<System.Runtime.Serialization.DataMemberAttribute(Order:=11)> _
Public traderCompanyTypeMatch As EU_UID_Pruefung.matchCode
<System.Runtime.Serialization.DataMemberAttribute(Order:=12)> _
Public traderStreetMatch As EU_UID_Pruefung.matchCode
<System.Runtime.Serialization.DataMemberAttribute(Order:=13)> _
Public traderPostcodeMatch As EU_UID_Pruefung.matchCode
<System.Runtime.Serialization.DataMemberAttribute(Order:=14)> _
Public traderCityMatch As EU_UID_Pruefung.matchCode
<System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue:=false, Order:=15)> _
Public requestIdentifier As String
Public Sub New()
MyBase.New
End Sub
Public Sub New( _
ByVal countryCode As String, _
ByVal vatNumber As String, _
ByVal requestDate As String, _
ByVal valid As Boolean, _
ByVal traderName As String, _
ByVal traderCompanyType As String, _
ByVal traderAddress As String, _
ByVal traderStreet As String, _
ByVal traderPostcode As String, _
ByVal traderCity As String, _
ByVal traderNameMatch As EU_UID_Pruefung.matchCode, _
ByVal traderCompanyTypeMatch As EU_UID_Pruefung.matchCode, _
ByVal traderStreetMatch As EU_UID_Pruefung.matchCode, _
ByVal traderPostcodeMatch As EU_UID_Pruefung.matchCode, _
ByVal traderCityMatch As EU_UID_Pruefung.matchCode, _
ByVal requestIdentifier As String)
MyBase.New
Me.countryCode = countryCode
Me.vatNumber = vatNumber
Me.requestDate = requestDate
Me.valid = valid
Me.traderName = traderName
Me.traderCompanyType = traderCompanyType
Me.traderAddress = traderAddress
Me.traderStreet = traderStreet
Me.traderPostcode = traderPostcode
Me.traderCity = traderCity
Me.traderNameMatch = traderNameMatch
Me.traderCompanyTypeMatch = traderCompanyTypeMatch
Me.traderStreetMatch = traderStreetMatch
Me.traderPostcodeMatch = traderPostcodeMatch
Me.traderCityMatch = traderCityMatch
Me.requestIdentifier = requestIdentifier
End Sub
End Class
<System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")> _
Public Interface checkVatPortTypeChannel
Inherits EU_UID_Pruefung.checkVatPortType, System.ServiceModel.IClientChannel
End Interface
<System.Diagnostics.DebuggerStepThroughAttribute(), _
System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")> _
Partial Public Class checkVatPortTypeClient
Inherits System.ServiceModel.ClientBase(Of EU_UID_Pruefung.checkVatPortType)
Implements EU_UID_Pruefung.checkVatPortType
Public Sub New()
MyBase.New
End Sub
Public Sub New(ByVal endpointConfigurationName As String)
MyBase.New(endpointConfigurationName)
End Sub
Public Sub New(ByVal endpointConfigurationName As String, ByVal remoteAddress As String)
MyBase.New(endpointConfigurationName, remoteAddress)
End Sub
Public Sub New(ByVal endpointConfigurationName As String, ByVal remoteAddress As System.ServiceModel.EndpointAddress)
MyBase.New(endpointConfigurationName, remoteAddress)
End Sub
Public Sub New(ByVal binding As System.ServiceModel.Channels.Binding, ByVal remoteAddress As System.ServiceModel.EndpointAddress)
MyBase.New(binding, remoteAddress)
End Sub
<System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)> _
Function EU_UID_Pruefung_checkVatPortType_checkVat(ByVal request As EU_UID_Pruefung.checkVatRequest) As EU_UID_Pruefung.checkVatResponse Implements EU_UID_Pruefung.checkVatPortType.checkVat
Return MyBase.Channel.checkVat(request)
End Function
Public Function checkVat(ByRef countryCode As String, ByRef vatNumber As String, <System.Runtime.InteropServices.OutAttribute()> ByRef valid As Boolean, <System.Runtime.InteropServices.OutAttribute()> ByRef name As String, <System.Runtime.InteropServices.OutAttribute()> ByRef address As String) As String
Dim inValue As EU_UID_Pruefung.checkVatRequest = New EU_UID_Pruefung.checkVatRequest()
inValue.Body = New EU_UID_Pruefung.checkVatRequestBody()
inValue.Body.countryCode = countryCode
inValue.Body.vatNumber = vatNumber
Dim retVal As EU_UID_Pruefung.checkVatResponse = CType(Me,EU_UID_Pruefung.checkVatPortType).checkVat(inValue)
countryCode = retVal.Body.countryCode
vatNumber = retVal.Body.vatNumber
valid = retVal.Body.valid
name = retVal.Body.name
address = retVal.Body.address
Return retVal.Body.requestDate
End Function
<System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)> _
Function EU_UID_Pruefung_checkVatPortType_checkVatAsync(ByVal request As EU_UID_Pruefung.checkVatRequest) As System.Threading.Tasks.Task(Of EU_UID_Pruefung.checkVatResponse) Implements EU_UID_Pruefung.checkVatPortType.checkVatAsync
Return MyBase.Channel.checkVatAsync(request)
End Function
Public Function checkVatAsync(ByVal countryCode As String, ByVal vatNumber As String) As System.Threading.Tasks.Task(Of EU_UID_Pruefung.checkVatResponse)
Dim inValue As EU_UID_Pruefung.checkVatRequest = New EU_UID_Pruefung.checkVatRequest()
inValue.Body = New EU_UID_Pruefung.checkVatRequestBody()
inValue.Body.countryCode = countryCode
inValue.Body.vatNumber = vatNumber
Return CType(Me,EU_UID_Pruefung.checkVatPortType).checkVatAsync(inValue)
End Function
<System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)> _
Function EU_UID_Pruefung_checkVatPortType_checkVatApprox(ByVal request As EU_UID_Pruefung.checkVatApproxRequest) As EU_UID_Pruefung.checkVatApproxResponse Implements EU_UID_Pruefung.checkVatPortType.checkVatApprox
Return MyBase.Channel.checkVatApprox(request)
End Function
Public Function checkVatApprox( _
ByRef countryCode As String, _
ByRef vatNumber As String, _
ByRef traderName As String, _
ByRef traderCompanyType As String, _
ByRef traderStreet As String, _
ByRef traderPostcode As String, _
ByRef traderCity As String, _
ByVal requesterCountryCode As String, _
ByVal requesterVatNumber As String, _
<System.Runtime.InteropServices.OutAttribute()> ByRef valid As Boolean, _
<System.Runtime.InteropServices.OutAttribute()> ByRef traderAddress As String, _
<System.Runtime.InteropServices.OutAttribute()> ByRef traderNameMatch As EU_UID_Pruefung.matchCode, _
<System.Runtime.InteropServices.OutAttribute()> ByRef traderCompanyTypeMatch As EU_UID_Pruefung.matchCode, _
<System.Runtime.InteropServices.OutAttribute()> ByRef traderStreetMatch As EU_UID_Pruefung.matchCode, _
<System.Runtime.InteropServices.OutAttribute()> ByRef traderPostcodeMatch As EU_UID_Pruefung.matchCode, _
<System.Runtime.InteropServices.OutAttribute()> ByRef traderCityMatch As EU_UID_Pruefung.matchCode, _
<System.Runtime.InteropServices.OutAttribute()> ByRef requestIdentifier As String) As String
Dim inValue As EU_UID_Pruefung.checkVatApproxRequest = New EU_UID_Pruefung.checkVatApproxRequest()
inValue.Body = New EU_UID_Pruefung.checkVatApproxRequestBody()
inValue.Body.countryCode = countryCode
inValue.Body.vatNumber = vatNumber
inValue.Body.traderName = traderName
inValue.Body.traderCompanyType = traderCompanyType
inValue.Body.traderStreet = traderStreet
inValue.Body.traderPostcode = traderPostcode
inValue.Body.traderCity = traderCity
inValue.Body.requesterCountryCode = requesterCountryCode
inValue.Body.requesterVatNumber = requesterVatNumber
Dim retVal As EU_UID_Pruefung.checkVatApproxResponse = CType(Me,EU_UID_Pruefung.checkVatPortType).checkVatApprox(inValue)
countryCode = retVal.Body.countryCode
vatNumber = retVal.Body.vatNumber
valid = retVal.Body.valid
traderName = retVal.Body.traderName
traderCompanyType = retVal.Body.traderCompanyType
traderAddress = retVal.Body.traderAddress
traderStreet = retVal.Body.traderStreet
traderPostcode = retVal.Body.traderPostcode
traderCity = retVal.Body.traderCity
traderNameMatch = retVal.Body.traderNameMatch
traderCompanyTypeMatch = retVal.Body.traderCompanyTypeMatch
traderStreetMatch = retVal.Body.traderStreetMatch
traderPostcodeMatch = retVal.Body.traderPostcodeMatch
traderCityMatch = retVal.Body.traderCityMatch
requestIdentifier = retVal.Body.requestIdentifier
Return retVal.Body.requestDate
End Function
<System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)> _
Function EU_UID_Pruefung_checkVatPortType_checkVatApproxAsync(ByVal request As EU_UID_Pruefung.checkVatApproxRequest) As System.Threading.Tasks.Task(Of EU_UID_Pruefung.checkVatApproxResponse) Implements EU_UID_Pruefung.checkVatPortType.checkVatApproxAsync
Return MyBase.Channel.checkVatApproxAsync(request)
End Function
Public Function checkVatApproxAsync(ByVal countryCode As String, ByVal vatNumber As String, ByVal traderName As String, ByVal traderCompanyType As String, ByVal traderStreet As String, ByVal traderPostcode As String, ByVal traderCity As String, ByVal requesterCountryCode As String, ByVal requesterVatNumber As String) As System.Threading.Tasks.Task(Of EU_UID_Pruefung.checkVatApproxResponse)
Dim inValue As EU_UID_Pruefung.checkVatApproxRequest = New EU_UID_Pruefung.checkVatApproxRequest()
inValue.Body = New EU_UID_Pruefung.checkVatApproxRequestBody()
inValue.Body.countryCode = countryCode
inValue.Body.vatNumber = vatNumber
inValue.Body.traderName = traderName
inValue.Body.traderCompanyType = traderCompanyType
inValue.Body.traderStreet = traderStreet
inValue.Body.traderPostcode = traderPostcode
inValue.Body.traderCity = traderCity
inValue.Body.requesterCountryCode = requesterCountryCode
inValue.Body.requesterVatNumber = requesterVatNumber
Return CType(Me,EU_UID_Pruefung.checkVatPortType).checkVatApproxAsync(inValue)
End Function
End Class
End Namespace

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="checkVatApproxResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>SDL.EU_UID_Pruefung.checkVatApproxResponse, Service References.EU_UID_Pruefung.Reference.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="checkVatResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>SDL.EU_UID_Pruefung.checkVatResponse, Service References.EU_UID_Pruefung.Reference.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="matchCode" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>SDL.EU_UID_Pruefung.matchCode, Service References.EU_UID_Pruefung.Reference.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@@ -0,0 +1,161 @@
<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:impl="urn:ec.europa.eu:taxud:vies:services:checkVat" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns1="urn:ec.europa.eu:taxud:vies:services:checkVat:types" targetNamespace="urn:ec.europa.eu:taxud:vies:services:checkVat" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<xsd:documentation>
The objective of this Internet site is to allow persons involved in the intra-Community supply of goods or of services to obtain confirmation of the validity of the VAT identification number of any specified person, in accordance to article 31 of Council Regulation (EC) No. 904/2010 of 7 October 2010. \n
Any other use and any extraction and use of the data which is not in conformity with the objective of this site is strictly forbidden.
Any retransmission of the contents of this site, whether for a commercial purpose or otherwise, as well as any more general use other than as far as is necessary to support the activity of a legitimate user (for example: to draw up their own invoices) is expressly forbidden. In addition, any copying or reproduction of the contents of this site is strictly forbidden.
The European Commission maintains this website to enhance the access by taxable persons making intra-Community supplies to verification of their customers' VAT identification numbers. Our goal is to supply instantaneous and accurate information.
However the Commission accepts no responsibility or liability whatsoever with regard to the information obtained using this site. This information:
- is obtained from Member States' databases over which the Commission services have no control and for which the Commission assumes no responsibility; it is the responsibility of the Member States to keep their databases complete, accurate and up to date;
- is not professional or legal advice (if you need specific advice, you should always consult a suitably qualified professional);
- does not in itself give a right to exempt intra-Community supplies from Value Added Tax;
- does not change any obligations imposed on taxable persons in relation to intra-Community supplies.
It is our goal to minimise disruption caused by technical errors. However some data or information on our site may have been created or structured in files or formats which are not error-free and we cannot guarantee that our service will not be interrupted or otherwise affected by such problems. The Commission accepts no responsibility with regard to such problems incurred as a result of using this site or any linked external sites.
This disclaimer is not intended to limit the liability of the Commission in contravention of any requirements laid down in applicable national law nor to exclude its liability for matters which may not be excluded under that law.
Collecting or handling personal data falls under the Data Protection Notice. This data protection declaration explains the Processing in the VIES-on-the-web Internet Website of VAT Identification Numbers for intra-Community Transaction on Goods or Services. Details of your legal rights associated with the collection, processing and use of this data are also provided: http://ec.europa.eu/dpo-register/details.htm?id=40647 .
Usage:
The countryCode input parameter must follow the pattern [A-Z]{2}
The vatNumber input parameter must follow the pattern [0-9A-Za-z\+\*\.]{2,12}
In case of problems, the returned FaultString can take the following specific values:
- INVALID_INPUT: The provided CountryCode is invalid or the VAT number is empty;
- GLOBAL_MAX_CONCURRENT_REQ: Your Request for VAT validation has not been processed; the maximum number of concurrent requests has been reached. Please re-submit your request later or contact TAXUD-VIESWEB@ec.europa.eu for further information": Your request cannot be processed due to high traffic on the web application. Please try again later;
- MS_MAX_CONCURRENT_REQ: Your Request for VAT validation has not been processed; the maximum number of concurrent requests for this Member State has been reached. Please re-submit your request later or contact TAXUD-VIESWEB@ec.europa.eu for further information": Your request cannot be processed due to high traffic towards the Member State you are trying to reach. Please try again later.
- SERVICE_UNAVAILABLE: an error was encountered either at the network level or the Web application level, try again later;
- MS_UNAVAILABLE: The application at the Member State is not replying or not available. Please refer to the Technical Information page to check the status of the requested Member State, try again later;
- TIMEOUT: The application did not receive a reply within the allocated time period, try again later.
</xsd:documentation>
<wsdl:types>
<xsd:schema xmlns="urn:ec.europa.eu:taxud:vies:services:checkVat:types" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="urn:ec.europa.eu:taxud:vies:services:checkVat:types">
<xsd:element name="checkVat">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="countryCode" type="xsd:string" />
<xsd:element name="vatNumber" type="xsd:string" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="checkVatResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="countryCode" type="xsd:string" />
<xsd:element name="vatNumber" type="xsd:string" />
<xsd:element name="requestDate" type="xsd:date" />
<xsd:element name="valid" type="xsd:boolean" />
<xsd:element minOccurs="0" maxOccurs="1" name="name" nillable="true" type="xsd:string" />
<xsd:element minOccurs="0" maxOccurs="1" name="address" nillable="true" type="xsd:string" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="checkVatApprox">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="countryCode" type="xsd:string" />
<xsd:element name="vatNumber" type="xsd:string" />
<xsd:element minOccurs="0" maxOccurs="1" name="traderName" type="xsd:string" />
<xsd:element minOccurs="0" maxOccurs="1" name="traderCompanyType" type="tns1:companyTypeCode" />
<xsd:element minOccurs="0" maxOccurs="1" name="traderStreet" type="xsd:string" />
<xsd:element minOccurs="0" maxOccurs="1" name="traderPostcode" type="xsd:string" />
<xsd:element minOccurs="0" maxOccurs="1" name="traderCity" type="xsd:string" />
<xsd:element minOccurs="0" maxOccurs="1" name="requesterCountryCode" type="xsd:string" />
<xsd:element minOccurs="0" maxOccurs="1" name="requesterVatNumber" type="xsd:string" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="checkVatApproxResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="countryCode" type="xsd:string" />
<xsd:element name="vatNumber" type="xsd:string" />
<xsd:element name="requestDate" type="xsd:date" />
<xsd:element name="valid" type="xsd:boolean" />
<xsd:element minOccurs="0" maxOccurs="1" name="traderName" nillable="true" type="xsd:string" />
<xsd:element minOccurs="0" maxOccurs="1" name="traderCompanyType" nillable="true" type="tns1:companyTypeCode" />
<xsd:element minOccurs="0" maxOccurs="1" name="traderAddress" type="xsd:string" />
<xsd:element minOccurs="0" maxOccurs="1" name="traderStreet" type="xsd:string" />
<xsd:element minOccurs="0" maxOccurs="1" name="traderPostcode" type="xsd:string" />
<xsd:element minOccurs="0" maxOccurs="1" name="traderCity" type="xsd:string" />
<xsd:element minOccurs="0" maxOccurs="1" name="traderNameMatch" type="tns1:matchCode" />
<xsd:element minOccurs="0" maxOccurs="1" name="traderCompanyTypeMatch" type="tns1:matchCode" />
<xsd:element minOccurs="0" maxOccurs="1" name="traderStreetMatch" type="tns1:matchCode" />
<xsd:element minOccurs="0" maxOccurs="1" name="traderPostcodeMatch" type="tns1:matchCode" />
<xsd:element minOccurs="0" maxOccurs="1" name="traderCityMatch" type="tns1:matchCode" />
<xsd:element name="requestIdentifier" type="xsd:string" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:simpleType name="companyTypeCode">
<xsd:restriction base="xsd:string">
<xsd:pattern value="[A-Z]{2}\-[1-9][0-9]?" />
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="matchCode">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="1">
<xsd:annotation>
<xsd:documentation>VALID</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="2">
<xsd:annotation>
<xsd:documentation>INVALID</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="3">
<xsd:annotation>
<xsd:documentation>NOT_PROCESSED</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:schema>
</wsdl:types>
<wsdl:message name="checkVatRequest">
<wsdl:part name="parameters" element="tns1:checkVat" />
</wsdl:message>
<wsdl:message name="checkVatApproxResponse">
<wsdl:part name="parameters" element="tns1:checkVatApproxResponse" />
</wsdl:message>
<wsdl:message name="checkVatApproxRequest">
<wsdl:part name="parameters" element="tns1:checkVatApprox" />
</wsdl:message>
<wsdl:message name="checkVatResponse">
<wsdl:part name="parameters" element="tns1:checkVatResponse" />
</wsdl:message>
<wsdl:portType name="checkVatPortType">
<wsdl:operation name="checkVat">
<wsdl:input name="checkVatRequest" message="impl:checkVatRequest" />
<wsdl:output name="checkVatResponse" message="impl:checkVatResponse" />
</wsdl:operation>
<wsdl:operation name="checkVatApprox">
<wsdl:input name="checkVatApproxRequest" message="impl:checkVatApproxRequest" />
<wsdl:output name="checkVatApproxResponse" message="impl:checkVatApproxResponse" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="checkVatBinding" type="impl:checkVatPortType">
<wsdlsoap:binding transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="checkVat">
<wsdlsoap:operation soapAction="" />
<wsdl:input name="checkVatRequest">
<wsdlsoap:body use="literal" />
</wsdl:input>
<wsdl:output name="checkVatResponse">
<wsdlsoap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="checkVatApprox">
<wsdlsoap:operation soapAction="" />
<wsdl:input name="checkVatApproxRequest">
<wsdlsoap:body use="literal" />
</wsdl:input>
<wsdl:output name="checkVatApproxResponse">
<wsdlsoap:body use="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="checkVatService">
<wsdl:port name="checkVatPort" binding="impl:checkVatBinding">
<wsdlsoap:address location="http://ec.europa.eu/taxation_customs/vies/services/checkVatService" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<configurationSnapshot xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:schemas-microsoft-com:xml-wcfconfigurationsnapshot">
<behaviors />
<bindings>
<binding digest="System.ServiceModel.Configuration.BasicHttpBindingElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089:&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-16&quot;?&gt;&lt;Data name=&quot;checkVatBinding&quot; /&gt;" bindingType="basicHttpBinding" name="checkVatBinding" />
</bindings>
<endpoints>
<endpoint normalizedDigest="&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-16&quot;?&gt;&lt;Data address=&quot;http://ec.europa.eu/taxation_customs/vies/services/checkVatService&quot; binding=&quot;basicHttpBinding&quot; bindingConfiguration=&quot;checkVatBinding&quot; contract=&quot;EU_UID_Pruefung.checkVatPortType&quot; name=&quot;checkVatPort&quot; /&gt;" digest="&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-16&quot;?&gt;&lt;Data address=&quot;http://ec.europa.eu/taxation_customs/vies/services/checkVatService&quot; binding=&quot;basicHttpBinding&quot; bindingConfiguration=&quot;checkVatBinding&quot; contract=&quot;EU_UID_Pruefung.checkVatPortType&quot; name=&quot;checkVatPort&quot; /&gt;" contractName="EU_UID_Pruefung.checkVatPortType" name="checkVatPort" />
</endpoints>
</configurationSnapshot>

View File

@@ -0,0 +1,201 @@
<?xml version="1.0" encoding="utf-8"?>
<SavedWcfConfigurationInformation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="9.1" CheckSum="YPl+mqDDkHT9bT/qNaPGmzoe8yI=">
<bindingConfigurations>
<bindingConfiguration bindingType="basicHttpBinding" name="checkVatBinding">
<properties>
<property path="/name" isComplexType="false" isExplicitlyDefined="true" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>checkVatBinding</serializedValue>
</property>
<property path="/closeTimeout" isComplexType="false" isExplicitlyDefined="true" clrType="System.TimeSpan, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
</property>
<property path="/openTimeout" isComplexType="false" isExplicitlyDefined="true" clrType="System.TimeSpan, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
</property>
<property path="/receiveTimeout" isComplexType="false" isExplicitlyDefined="true" clrType="System.TimeSpan, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
</property>
<property path="/sendTimeout" isComplexType="false" isExplicitlyDefined="true" clrType="System.TimeSpan, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
</property>
<property path="/allowCookies" isComplexType="false" isExplicitlyDefined="true" clrType="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
</property>
<property path="/bypassProxyOnLocal" isComplexType="false" isExplicitlyDefined="true" clrType="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
</property>
<property path="/hostNameComparisonMode" isComplexType="false" isExplicitlyDefined="false" clrType="System.ServiceModel.HostNameComparisonMode, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>StrongWildcard</serializedValue>
</property>
<property path="/maxBufferPoolSize" isComplexType="false" isExplicitlyDefined="true" clrType="System.Int64, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
</property>
<property path="/maxBufferSize" isComplexType="false" isExplicitlyDefined="false" clrType="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>65536</serializedValue>
</property>
<property path="/maxReceivedMessageSize" isComplexType="false" isExplicitlyDefined="true" clrType="System.Int64, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
</property>
<property path="/proxyAddress" isComplexType="false" isExplicitlyDefined="false" clrType="System.Uri, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
</property>
<property path="/readerQuotas" isComplexType="true" isExplicitlyDefined="false" clrType="System.ServiceModel.Configuration.XmlDictionaryReaderQuotasElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>System.ServiceModel.Configuration.XmlDictionaryReaderQuotasElement</serializedValue>
</property>
<property path="/readerQuotas/maxDepth" isComplexType="false" isExplicitlyDefined="false" clrType="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>0</serializedValue>
</property>
<property path="/readerQuotas/maxStringContentLength" isComplexType="false" isExplicitlyDefined="false" clrType="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>0</serializedValue>
</property>
<property path="/readerQuotas/maxArrayLength" isComplexType="false" isExplicitlyDefined="false" clrType="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>0</serializedValue>
</property>
<property path="/readerQuotas/maxBytesPerRead" isComplexType="false" isExplicitlyDefined="false" clrType="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>0</serializedValue>
</property>
<property path="/readerQuotas/maxNameTableCharCount" isComplexType="false" isExplicitlyDefined="false" clrType="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>0</serializedValue>
</property>
<property path="/textEncoding" isComplexType="false" isExplicitlyDefined="false" clrType="System.Text.Encoding, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>System.Text.UTF8Encoding</serializedValue>
</property>
<property path="/transferMode" isComplexType="false" isExplicitlyDefined="false" clrType="System.ServiceModel.TransferMode, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>Buffered</serializedValue>
</property>
<property path="/useDefaultWebProxy" isComplexType="false" isExplicitlyDefined="true" clrType="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
</property>
<property path="/messageEncoding" isComplexType="false" isExplicitlyDefined="false" clrType="System.ServiceModel.WSMessageEncoding, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>Text</serializedValue>
</property>
<property path="/security" isComplexType="true" isExplicitlyDefined="false" clrType="System.ServiceModel.Configuration.BasicHttpSecurityElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>System.ServiceModel.Configuration.BasicHttpSecurityElement</serializedValue>
</property>
<property path="/security/mode" isComplexType="false" isExplicitlyDefined="false" clrType="System.ServiceModel.BasicHttpSecurityMode, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>None</serializedValue>
</property>
<property path="/security/transport" isComplexType="true" isExplicitlyDefined="false" clrType="System.ServiceModel.Configuration.HttpTransportSecurityElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>System.ServiceModel.Configuration.HttpTransportSecurityElement</serializedValue>
</property>
<property path="/security/transport/clientCredentialType" isComplexType="false" isExplicitlyDefined="false" clrType="System.ServiceModel.HttpClientCredentialType, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>None</serializedValue>
</property>
<property path="/security/transport/proxyCredentialType" isComplexType="false" isExplicitlyDefined="false" clrType="System.ServiceModel.HttpProxyCredentialType, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>None</serializedValue>
</property>
<property path="/security/transport/extendedProtectionPolicy" isComplexType="true" isExplicitlyDefined="false" clrType="System.Security.Authentication.ExtendedProtection.Configuration.ExtendedProtectionPolicyElement, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>System.Security.Authentication.ExtendedProtection.Configuration.ExtendedProtectionPolicyElement</serializedValue>
</property>
<property path="/security/transport/extendedProtectionPolicy/policyEnforcement" isComplexType="false" isExplicitlyDefined="false" clrType="System.Security.Authentication.ExtendedProtection.PolicyEnforcement, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>Never</serializedValue>
</property>
<property path="/security/transport/extendedProtectionPolicy/protectionScenario" isComplexType="false" isExplicitlyDefined="false" clrType="System.Security.Authentication.ExtendedProtection.ProtectionScenario, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>TransportSelected</serializedValue>
</property>
<property path="/security/transport/extendedProtectionPolicy/customServiceNames" isComplexType="true" isExplicitlyDefined="false" clrType="System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElementCollection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>(Auflistung)</serializedValue>
</property>
<property path="/security/transport/realm" isComplexType="false" isExplicitlyDefined="false" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
</property>
<property path="/security/message" isComplexType="true" isExplicitlyDefined="false" clrType="System.ServiceModel.Configuration.BasicHttpMessageSecurityElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>System.ServiceModel.Configuration.BasicHttpMessageSecurityElement</serializedValue>
</property>
<property path="/security/message/clientCredentialType" isComplexType="false" isExplicitlyDefined="false" clrType="System.ServiceModel.BasicHttpMessageCredentialType, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>UserName</serializedValue>
</property>
<property path="/security/message/algorithmSuite" isComplexType="false" isExplicitlyDefined="false" clrType="System.ServiceModel.Security.SecurityAlgorithmSuite, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>Default</serializedValue>
</property>
</properties>
</bindingConfiguration>
</bindingConfigurations>
<endpoints>
<endpoint name="checkVatPort" contract="EU_UID_Pruefung.checkVatPortType" bindingType="basicHttpBinding" address="http://ec.europa.eu/taxation_customs/vies/services/checkVatService" bindingConfiguration="checkVatBinding">
<properties>
<property path="/address" isComplexType="false" isExplicitlyDefined="true" clrType="System.Uri, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>http://ec.europa.eu/taxation_customs/vies/services/checkVatService</serializedValue>
</property>
<property path="/behaviorConfiguration" isComplexType="false" isExplicitlyDefined="false" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
</property>
<property path="/binding" isComplexType="false" isExplicitlyDefined="true" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>basicHttpBinding</serializedValue>
</property>
<property path="/bindingConfiguration" isComplexType="false" isExplicitlyDefined="true" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>checkVatBinding</serializedValue>
</property>
<property path="/contract" isComplexType="false" isExplicitlyDefined="true" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>EU_UID_Pruefung.checkVatPortType</serializedValue>
</property>
<property path="/headers" isComplexType="true" isExplicitlyDefined="false" clrType="System.ServiceModel.Configuration.AddressHeaderCollectionElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>System.ServiceModel.Configuration.AddressHeaderCollectionElement</serializedValue>
</property>
<property path="/headers/headers" isComplexType="false" isExplicitlyDefined="true" clrType="System.ServiceModel.Channels.AddressHeaderCollection, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>&lt;Header /&gt;</serializedValue>
</property>
<property path="/identity" isComplexType="true" isExplicitlyDefined="false" clrType="System.ServiceModel.Configuration.IdentityElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>System.ServiceModel.Configuration.IdentityElement</serializedValue>
</property>
<property path="/identity/userPrincipalName" isComplexType="true" isExplicitlyDefined="false" clrType="System.ServiceModel.Configuration.UserPrincipalNameElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>System.ServiceModel.Configuration.UserPrincipalNameElement</serializedValue>
</property>
<property path="/identity/userPrincipalName/value" isComplexType="false" isExplicitlyDefined="false" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
</property>
<property path="/identity/servicePrincipalName" isComplexType="true" isExplicitlyDefined="false" clrType="System.ServiceModel.Configuration.ServicePrincipalNameElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>System.ServiceModel.Configuration.ServicePrincipalNameElement</serializedValue>
</property>
<property path="/identity/servicePrincipalName/value" isComplexType="false" isExplicitlyDefined="false" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
</property>
<property path="/identity/dns" isComplexType="true" isExplicitlyDefined="false" clrType="System.ServiceModel.Configuration.DnsElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>System.ServiceModel.Configuration.DnsElement</serializedValue>
</property>
<property path="/identity/dns/value" isComplexType="false" isExplicitlyDefined="false" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
</property>
<property path="/identity/rsa" isComplexType="true" isExplicitlyDefined="false" clrType="System.ServiceModel.Configuration.RsaElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>System.ServiceModel.Configuration.RsaElement</serializedValue>
</property>
<property path="/identity/rsa/value" isComplexType="false" isExplicitlyDefined="false" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
</property>
<property path="/identity/certificate" isComplexType="true" isExplicitlyDefined="false" clrType="System.ServiceModel.Configuration.CertificateElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>System.ServiceModel.Configuration.CertificateElement</serializedValue>
</property>
<property path="/identity/certificate/encodedValue" isComplexType="false" isExplicitlyDefined="false" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
</property>
<property path="/identity/certificateReference" isComplexType="true" isExplicitlyDefined="false" clrType="System.ServiceModel.Configuration.CertificateReferenceElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>System.ServiceModel.Configuration.CertificateReferenceElement</serializedValue>
</property>
<property path="/identity/certificateReference/storeName" isComplexType="false" isExplicitlyDefined="false" clrType="System.Security.Cryptography.X509Certificates.StoreName, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>My</serializedValue>
</property>
<property path="/identity/certificateReference/storeLocation" isComplexType="false" isExplicitlyDefined="false" clrType="System.Security.Cryptography.X509Certificates.StoreLocation, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>LocalMachine</serializedValue>
</property>
<property path="/identity/certificateReference/x509FindType" isComplexType="false" isExplicitlyDefined="false" clrType="System.Security.Cryptography.X509Certificates.X509FindType, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>FindBySubjectDistinguishedName</serializedValue>
</property>
<property path="/identity/certificateReference/findValue" isComplexType="false" isExplicitlyDefined="false" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
</property>
<property path="/identity/certificateReference/isChainIncluded" isComplexType="false" isExplicitlyDefined="false" clrType="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>False</serializedValue>
</property>
<property path="/name" isComplexType="false" isExplicitlyDefined="true" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>checkVatPort</serializedValue>
</property>
<property path="/kind" isComplexType="false" isExplicitlyDefined="false" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
</property>
<property path="/endpointConfiguration" isComplexType="false" isExplicitlyDefined="false" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
</property>
</properties>
</endpoint>
</endpoints>
</SavedWcfConfigurationInformation>

View File

@@ -0,0 +1,868 @@
<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:tns="http://tempuri.org/" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="RKSVServer" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:types>
<xs:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
<xs:import namespace="http://schemas.datacontract.org/2004/07/RKSV.Light.Common" />
<xs:import namespace="http://schemas.datacontract.org/2004/07/RKSVCompleteServer" />
<xs:element name="IsCardReaderPresent">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="readername" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="IsCardReaderPresentResponse">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="IsCardReaderPresentResult" type="xs:boolean" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="IsCardNumberPresent">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="cardnumber" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="IsCardNumberPresentResponse">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="IsCardNumberPresentResult" type="xs:boolean" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="GetCardReaders">
<xs:complexType>
<xs:sequence />
</xs:complexType>
</xs:element>
<xs:element name="GetCardReadersResponse">
<xs:complexType>
<xs:sequence>
<xs:element xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="GetCardReadersResult" nillable="true" type="q1:ArrayOfstring" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="GetCardInReader">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="reader" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="GetCardInReaderResponse">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="GetCardInReaderResult" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="GetReadersCount">
<xs:complexType>
<xs:sequence />
</xs:complexType>
</xs:element>
<xs:element name="GetReadersCountResponse">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="GetReadersCountResult" type="xs:int" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="GetReaderAt">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="position" type="xs:int" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="GetReaderAtResponse">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="GetReaderAtResult" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="GetCardCertificate">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="readerName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="certificateBase64" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="certificateChainBase64" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="GetCardCertificateResponse">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="GetCardCertificateResult" type="xs:boolean" />
<xs:element minOccurs="0" name="certificateBase64" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="certificateChainBase64" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="RKSVJwsToImage">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="jws" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="qrCode" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="ocraCode" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="RKSVJwsToImageResponse">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="RKSVJwsToImageResult" type="xs:boolean" />
<xs:element minOccurs="0" name="qrCode" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="ocraCode" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="SaveImageToFile">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="base64image" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="path" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="mimetype" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="SaveImageToFileResponse">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="SaveImageToFileResult" type="xs:boolean" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="VerifyJWS">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="jwsCompact" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="certificateBase64" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="VerifyJWSResponse">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="VerifyJWSResult" type="xs:boolean" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="ExportJWS">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="certificate" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="certificateChain" nillable="true" type="xs:string" />
<xs:element xmlns:q2="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="jwsCompactReceipts" nillable="true" type="q2:ArrayOfstring" />
<xs:element minOccurs="0" name="exportResult" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="ExportJWSResponse">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="ExportJWSResult" type="xs:boolean" />
<xs:element minOccurs="0" name="exportResult" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="ExportJWSDetails">
<xs:complexType>
<xs:sequence>
<xs:element xmlns:q3="http://schemas.datacontract.org/2004/07/RKSV.Light.Common" minOccurs="0" name="dbCredentials" nillable="true" type="q3:DBUserCredentials" />
<xs:element minOccurs="0" name="exportResult" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="ExportJWSDetailsResponse">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="ExportJWSDetailsResult" type="xs:boolean" />
<xs:element minOccurs="0" name="exportResult" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="ExportJWSToFile">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="certificate" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="certificateChain" nillable="true" type="xs:string" />
<xs:element xmlns:q4="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="jwsCompactReceipts" nillable="true" type="q4:ArrayOfstring" />
<xs:element minOccurs="0" name="path" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="ExportJWSToFileResponse">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="ExportJWSToFileResult" type="xs:boolean" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="SignReceipt">
<xs:complexType>
<xs:sequence>
<xs:element xmlns:q5="http://schemas.datacontract.org/2004/07/RKSV.Light.Common" minOccurs="0" name="dbCredentials" nillable="true" type="q5:DBUserCredentials" />
<xs:element minOccurs="0" name="sInvoiceNumber" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sInvoiceDateTime" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sAmountNormal" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sAmountDiscount1" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sAmountDiscount2" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sAmountUnique" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sAmountZero" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sSalesCounter" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sJWSCompactresult" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sQRImageBase64" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sQrString" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sAntwort" 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" type="xs:boolean" />
<xs:element minOccurs="0" name="sJWSCompactresult" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sQRImageBase64" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sQrString" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sAntwort" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="SignReceiptWithDetails">
<xs:complexType>
<xs:sequence>
<xs:element xmlns:q6="http://schemas.datacontract.org/2004/07/RKSV.Light.Common" minOccurs="0" name="dbCredentials" nillable="true" type="q6:DBUserCredentials" />
<xs:element minOccurs="0" name="sInvoiceNumber" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sInvoiceDateTime" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sAmountNormal" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sAmountDiscount1" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sAmountDiscount2" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sAmountUnique" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sAmountZero" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sSalesCounter" nillable="true" type="xs:string" />
<xs:element xmlns:q7="http://schemas.datacontract.org/2004/07/RKSVCompleteServer" minOccurs="0" name="details" nillable="true" type="q7:ReceiptDetails" />
<xs:element minOccurs="0" name="sJWSCompactresult" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sQRImageBase64" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sQrString" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sAntwort" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="SignReceiptWithDetailsResponse">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="SignReceiptWithDetailsResult" type="xs:boolean" />
<xs:element minOccurs="0" name="sJWSCompactresult" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sQRImageBase64" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sQrString" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sAntwort" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="SignTrainReceipt">
<xs:complexType>
<xs:sequence>
<xs:element xmlns:q8="http://schemas.datacontract.org/2004/07/RKSV.Light.Common" minOccurs="0" name="dbCredentials" nillable="true" type="q8:DBUserCredentials" />
<xs:element minOccurs="0" name="sInvoiceNumber" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sInvoiceDateTime" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sAmountNormal" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sAmountDiscount1" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sAmountDiscount2" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sAmountUnique" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sAmountZero" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sJWSCompactresult" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sQRImageBase64" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sQrString" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sAntwort" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="SignTrainReceiptResponse">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="SignTrainReceiptResult" type="xs:boolean" />
<xs:element minOccurs="0" name="sJWSCompactresult" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sQRImageBase64" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sQrString" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sAntwort" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="SignStornoReceiptWithDetails">
<xs:complexType>
<xs:sequence>
<xs:element xmlns:q9="http://schemas.datacontract.org/2004/07/RKSV.Light.Common" minOccurs="0" name="dbCredentials" nillable="true" type="q9:DBUserCredentials" />
<xs:element minOccurs="0" name="sInvoiceNumber" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sInvoiceDateTime" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sAmountNormal" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sAmountDiscount1" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sAmountDiscount2" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sAmountUnique" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sAmountZero" nillable="true" type="xs:string" />
<xs:element xmlns:q10="http://schemas.datacontract.org/2004/07/RKSVCompleteServer" minOccurs="0" name="details" nillable="true" type="q10:ReceiptDetails" />
<xs:element minOccurs="0" name="sJWSCompactresult" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sQRImageBase64" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sQrString" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sAntwort" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="SignStornoReceiptWithDetailsResponse">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="SignStornoReceiptWithDetailsResult" type="xs:boolean" />
<xs:element minOccurs="0" name="sJWSCompactresult" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sQRImageBase64" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sQrString" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sAntwort" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="SignStornoReceipt">
<xs:complexType>
<xs:sequence>
<xs:element xmlns:q11="http://schemas.datacontract.org/2004/07/RKSV.Light.Common" minOccurs="0" name="dbCredentials" nillable="true" type="q11:DBUserCredentials" />
<xs:element minOccurs="0" name="sInvoiceNumber" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sInvoiceDateTime" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sAmountNormal" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sAmountDiscount1" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sAmountDiscount2" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sAmountUnique" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sAmountZero" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sJWSCompactresult" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sQRImageBase64" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sQrString" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sAntwort" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="SignStornoReceiptResponse">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="SignStornoReceiptResult" type="xs:boolean" />
<xs:element minOccurs="0" name="sJWSCompactresult" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sQRImageBase64" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sQrString" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sAntwort" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="JWSCompactToQrString">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="jwsCompact" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="qrString" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="JWSCompactToQrStringResponse">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="JWSCompactToQrStringResult" type="xs:boolean" />
<xs:element minOccurs="0" name="qrString" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="AddPositionsToReceipt">
<xs:complexType>
<xs:sequence>
<xs:element xmlns:q12="http://schemas.datacontract.org/2004/07/RKSV.Light.Common" minOccurs="0" name="dbCredentials" nillable="true" type="q12:DBUserCredentials" />
<xs:element xmlns:q13="http://schemas.datacontract.org/2004/07/RKSVCompleteServer" minOccurs="0" name="details" nillable="true" type="q13:ReceiptDetails" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="AddPositionsToReceiptResponse">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="AddPositionsToReceiptResult" type="xs:boolean" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<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 xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/Arrays" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<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:complexType name="ArrayOfdecimal">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="decimal" type="xs:decimal" />
</xs:sequence>
</xs:complexType>
<xs:element name="ArrayOfdecimal" nillable="true" type="tns:ArrayOfdecimal" />
</xs:schema>
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/RKSV.Light.Common" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/RKSV.Light.Common" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexType name="DBUserCredentials">
<xs:sequence>
<xs:element minOccurs="0" name="CashboxID" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="CompanyGUID" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="CompanyIVNR" type="xs:long" />
<xs:element minOccurs="0" name="Database" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="IsAdmin" type="xs:boolean" />
<xs:element minOccurs="0" name="IsKeyAdmin" type="xs:boolean" />
<xs:element minOccurs="0" name="IsUser" type="xs:boolean" />
<xs:element minOccurs="0" name="Password" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Server" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="UserIVNR" type="xs:long" />
<xs:element minOccurs="0" name="Username" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:element name="DBUserCredentials" nillable="true" type="tns:DBUserCredentials" />
</xs:schema>
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/RKSVCompleteServer" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/RKSVCompleteServer" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
<xs:complexType name="ReceiptDetails">
<xs:sequence>
<xs:element minOccurs="0" name="CashboxId" nillable="true" type="xs:string" />
<xs:element xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="ItemNumber" nillable="true" type="q1:ArrayOfstring" />
<xs:element xmlns:q2="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="PositionsAmount" nillable="true" type="q2:ArrayOfdecimal" />
<xs:element xmlns:q3="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="PositionsName" nillable="true" type="q3:ArrayOfstring" />
<xs:element xmlns:q4="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="PositionsPrice" nillable="true" type="q4:ArrayOfdecimal" />
<xs:element xmlns:q5="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="PositionsTax" nillable="true" type="q5:ArrayOfdecimal" />
<xs:element xmlns:q6="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="PositionsTotal" nillable="true" type="q6:ArrayOfdecimal" />
<xs:element minOccurs="0" name="ReceiptNumber" nillable="true" type="xs:string" />
<xs:element xmlns:q7="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="UnitOfMeasure" nillable="true" type="q7:ArrayOfstring" />
</xs:sequence>
</xs:complexType>
<xs:element name="ReceiptDetails" nillable="true" type="tns:ReceiptDetails" />
</xs:schema>
</wsdl:types>
<wsdl:message name="IRKSVWcf_IsCardReaderPresent_InputMessage">
<wsdl:part name="parameters" element="tns:IsCardReaderPresent" />
</wsdl:message>
<wsdl:message name="IRKSVWcf_IsCardReaderPresent_OutputMessage">
<wsdl:part name="parameters" element="tns:IsCardReaderPresentResponse" />
</wsdl:message>
<wsdl:message name="IRKSVWcf_IsCardNumberPresent_InputMessage">
<wsdl:part name="parameters" element="tns:IsCardNumberPresent" />
</wsdl:message>
<wsdl:message name="IRKSVWcf_IsCardNumberPresent_OutputMessage">
<wsdl:part name="parameters" element="tns:IsCardNumberPresentResponse" />
</wsdl:message>
<wsdl:message name="IRKSVWcf_GetCardReaders_InputMessage">
<wsdl:part name="parameters" element="tns:GetCardReaders" />
</wsdl:message>
<wsdl:message name="IRKSVWcf_GetCardReaders_OutputMessage">
<wsdl:part name="parameters" element="tns:GetCardReadersResponse" />
</wsdl:message>
<wsdl:message name="IRKSVWcf_GetCardInReader_InputMessage">
<wsdl:part name="parameters" element="tns:GetCardInReader" />
</wsdl:message>
<wsdl:message name="IRKSVWcf_GetCardInReader_OutputMessage">
<wsdl:part name="parameters" element="tns:GetCardInReaderResponse" />
</wsdl:message>
<wsdl:message name="IRKSVWcf_GetReadersCount_InputMessage">
<wsdl:part name="parameters" element="tns:GetReadersCount" />
</wsdl:message>
<wsdl:message name="IRKSVWcf_GetReadersCount_OutputMessage">
<wsdl:part name="parameters" element="tns:GetReadersCountResponse" />
</wsdl:message>
<wsdl:message name="IRKSVWcf_GetReaderAt_InputMessage">
<wsdl:part name="parameters" element="tns:GetReaderAt" />
</wsdl:message>
<wsdl:message name="IRKSVWcf_GetReaderAt_OutputMessage">
<wsdl:part name="parameters" element="tns:GetReaderAtResponse" />
</wsdl:message>
<wsdl:message name="IRKSVWcf_GetCardCertificate_InputMessage">
<wsdl:part name="parameters" element="tns:GetCardCertificate" />
</wsdl:message>
<wsdl:message name="IRKSVWcf_GetCardCertificate_OutputMessage">
<wsdl:part name="parameters" element="tns:GetCardCertificateResponse" />
</wsdl:message>
<wsdl:message name="IRKSVWcf_RKSVJwsToImage_InputMessage">
<wsdl:part name="parameters" element="tns:RKSVJwsToImage" />
</wsdl:message>
<wsdl:message name="IRKSVWcf_RKSVJwsToImage_OutputMessage">
<wsdl:part name="parameters" element="tns:RKSVJwsToImageResponse" />
</wsdl:message>
<wsdl:message name="IRKSVWcf_SaveImageToFile_InputMessage">
<wsdl:part name="parameters" element="tns:SaveImageToFile" />
</wsdl:message>
<wsdl:message name="IRKSVWcf_SaveImageToFile_OutputMessage">
<wsdl:part name="parameters" element="tns:SaveImageToFileResponse" />
</wsdl:message>
<wsdl:message name="IRKSVWcf_VerifyJWS_InputMessage">
<wsdl:part name="parameters" element="tns:VerifyJWS" />
</wsdl:message>
<wsdl:message name="IRKSVWcf_VerifyJWS_OutputMessage">
<wsdl:part name="parameters" element="tns:VerifyJWSResponse" />
</wsdl:message>
<wsdl:message name="IRKSVWcf_ExportJWS_InputMessage">
<wsdl:part name="parameters" element="tns:ExportJWS" />
</wsdl:message>
<wsdl:message name="IRKSVWcf_ExportJWS_OutputMessage">
<wsdl:part name="parameters" element="tns:ExportJWSResponse" />
</wsdl:message>
<wsdl:message name="IRKSVWcf_ExportJWSDetails_InputMessage">
<wsdl:part name="parameters" element="tns:ExportJWSDetails" />
</wsdl:message>
<wsdl:message name="IRKSVWcf_ExportJWSDetails_OutputMessage">
<wsdl:part name="parameters" element="tns:ExportJWSDetailsResponse" />
</wsdl:message>
<wsdl:message name="IRKSVWcf_ExportJWSToFile_InputMessage">
<wsdl:part name="parameters" element="tns:ExportJWSToFile" />
</wsdl:message>
<wsdl:message name="IRKSVWcf_ExportJWSToFile_OutputMessage">
<wsdl:part name="parameters" element="tns:ExportJWSToFileResponse" />
</wsdl:message>
<wsdl:message name="IRKSVWcf_SignReceipt_InputMessage">
<wsdl:part name="parameters" element="tns:SignReceipt" />
</wsdl:message>
<wsdl:message name="IRKSVWcf_SignReceipt_OutputMessage">
<wsdl:part name="parameters" element="tns:SignReceiptResponse" />
</wsdl:message>
<wsdl:message name="IRKSVWcf_SignReceiptWithDetails_InputMessage">
<wsdl:part name="parameters" element="tns:SignReceiptWithDetails" />
</wsdl:message>
<wsdl:message name="IRKSVWcf_SignReceiptWithDetails_OutputMessage">
<wsdl:part name="parameters" element="tns:SignReceiptWithDetailsResponse" />
</wsdl:message>
<wsdl:message name="IRKSVWcf_SignTrainReceipt_InputMessage">
<wsdl:part name="parameters" element="tns:SignTrainReceipt" />
</wsdl:message>
<wsdl:message name="IRKSVWcf_SignTrainReceipt_OutputMessage">
<wsdl:part name="parameters" element="tns:SignTrainReceiptResponse" />
</wsdl:message>
<wsdl:message name="IRKSVWcf_SignStornoReceiptWithDetails_InputMessage">
<wsdl:part name="parameters" element="tns:SignStornoReceiptWithDetails" />
</wsdl:message>
<wsdl:message name="IRKSVWcf_SignStornoReceiptWithDetails_OutputMessage">
<wsdl:part name="parameters" element="tns:SignStornoReceiptWithDetailsResponse" />
</wsdl:message>
<wsdl:message name="IRKSVWcf_SignStornoReceipt_InputMessage">
<wsdl:part name="parameters" element="tns:SignStornoReceipt" />
</wsdl:message>
<wsdl:message name="IRKSVWcf_SignStornoReceipt_OutputMessage">
<wsdl:part name="parameters" element="tns:SignStornoReceiptResponse" />
</wsdl:message>
<wsdl:message name="IRKSVWcf_JWSCompactToQrString_InputMessage">
<wsdl:part name="parameters" element="tns:JWSCompactToQrString" />
</wsdl:message>
<wsdl:message name="IRKSVWcf_JWSCompactToQrString_OutputMessage">
<wsdl:part name="parameters" element="tns:JWSCompactToQrStringResponse" />
</wsdl:message>
<wsdl:message name="IRKSVWcf_AddPositionsToReceipt_InputMessage">
<wsdl:part name="parameters" element="tns:AddPositionsToReceipt" />
</wsdl:message>
<wsdl:message name="IRKSVWcf_AddPositionsToReceipt_OutputMessage">
<wsdl:part name="parameters" element="tns:AddPositionsToReceiptResponse" />
</wsdl:message>
<wsdl:portType name="IRKSVWcf">
<wsdl:operation name="IsCardReaderPresent">
<wsdl:input wsaw:Action="http://tempuri.org/IRKSVWcf/IsCardReaderPresent" message="tns:IRKSVWcf_IsCardReaderPresent_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IRKSVWcf/IsCardReaderPresentResponse" message="tns:IRKSVWcf_IsCardReaderPresent_OutputMessage" />
</wsdl:operation>
<wsdl:operation name="IsCardNumberPresent">
<wsdl:input wsaw:Action="http://tempuri.org/IRKSVWcf/IsCardNumberPresent" message="tns:IRKSVWcf_IsCardNumberPresent_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IRKSVWcf/IsCardNumberPresentResponse" message="tns:IRKSVWcf_IsCardNumberPresent_OutputMessage" />
</wsdl:operation>
<wsdl:operation name="GetCardReaders">
<wsdl:input wsaw:Action="http://tempuri.org/IRKSVWcf/GetCardReaders" message="tns:IRKSVWcf_GetCardReaders_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IRKSVWcf/GetCardReadersResponse" message="tns:IRKSVWcf_GetCardReaders_OutputMessage" />
</wsdl:operation>
<wsdl:operation name="GetCardInReader">
<wsdl:input wsaw:Action="http://tempuri.org/IRKSVWcf/GetCardInReader" message="tns:IRKSVWcf_GetCardInReader_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IRKSVWcf/GetCardInReaderResponse" message="tns:IRKSVWcf_GetCardInReader_OutputMessage" />
</wsdl:operation>
<wsdl:operation name="GetReadersCount">
<wsdl:input wsaw:Action="http://tempuri.org/IRKSVWcf/GetReadersCount" message="tns:IRKSVWcf_GetReadersCount_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IRKSVWcf/GetReadersCountResponse" message="tns:IRKSVWcf_GetReadersCount_OutputMessage" />
</wsdl:operation>
<wsdl:operation name="GetReaderAt">
<wsdl:input wsaw:Action="http://tempuri.org/IRKSVWcf/GetReaderAt" message="tns:IRKSVWcf_GetReaderAt_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IRKSVWcf/GetReaderAtResponse" message="tns:IRKSVWcf_GetReaderAt_OutputMessage" />
</wsdl:operation>
<wsdl:operation name="GetCardCertificate">
<wsdl:input wsaw:Action="http://tempuri.org/IRKSVWcf/GetCardCertificate" message="tns:IRKSVWcf_GetCardCertificate_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IRKSVWcf/GetCardCertificateResponse" message="tns:IRKSVWcf_GetCardCertificate_OutputMessage" />
</wsdl:operation>
<wsdl:operation name="RKSVJwsToImage">
<wsdl:input wsaw:Action="http://tempuri.org/IRKSVWcf/RKSVJwsToImage" message="tns:IRKSVWcf_RKSVJwsToImage_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IRKSVWcf/RKSVJwsToImageResponse" message="tns:IRKSVWcf_RKSVJwsToImage_OutputMessage" />
</wsdl:operation>
<wsdl:operation name="SaveImageToFile">
<wsdl:input wsaw:Action="http://tempuri.org/IRKSVWcf/SaveImageToFile" message="tns:IRKSVWcf_SaveImageToFile_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IRKSVWcf/SaveImageToFileResponse" message="tns:IRKSVWcf_SaveImageToFile_OutputMessage" />
</wsdl:operation>
<wsdl:operation name="VerifyJWS">
<wsdl:input wsaw:Action="http://tempuri.org/IRKSVWcf/VerifyJWS" message="tns:IRKSVWcf_VerifyJWS_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IRKSVWcf/VerifyJWSResponse" message="tns:IRKSVWcf_VerifyJWS_OutputMessage" />
</wsdl:operation>
<wsdl:operation name="ExportJWS">
<wsdl:input wsaw:Action="http://tempuri.org/IRKSVWcf/ExportJWS" message="tns:IRKSVWcf_ExportJWS_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IRKSVWcf/ExportJWSResponse" message="tns:IRKSVWcf_ExportJWS_OutputMessage" />
</wsdl:operation>
<wsdl:operation name="ExportJWSDetails">
<wsdl:input wsaw:Action="http://tempuri.org/IRKSVWcf/ExportJWSDetails" message="tns:IRKSVWcf_ExportJWSDetails_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IRKSVWcf/ExportJWSDetailsResponse" message="tns:IRKSVWcf_ExportJWSDetails_OutputMessage" />
</wsdl:operation>
<wsdl:operation name="ExportJWSToFile">
<wsdl:input wsaw:Action="http://tempuri.org/IRKSVWcf/ExportJWSToFile" message="tns:IRKSVWcf_ExportJWSToFile_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IRKSVWcf/ExportJWSToFileResponse" message="tns:IRKSVWcf_ExportJWSToFile_OutputMessage" />
</wsdl:operation>
<wsdl:operation name="SignReceipt">
<wsdl:input wsaw:Action="http://tempuri.org/IRKSVWcf/SignReceipt" message="tns:IRKSVWcf_SignReceipt_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IRKSVWcf/SignReceiptResponse" message="tns:IRKSVWcf_SignReceipt_OutputMessage" />
</wsdl:operation>
<wsdl:operation name="SignReceiptWithDetails">
<wsdl:input wsaw:Action="http://tempuri.org/IRKSVWcf/SignReceiptWithDetails" message="tns:IRKSVWcf_SignReceiptWithDetails_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IRKSVWcf/SignReceiptWithDetailsResponse" message="tns:IRKSVWcf_SignReceiptWithDetails_OutputMessage" />
</wsdl:operation>
<wsdl:operation name="SignTrainReceipt">
<wsdl:input wsaw:Action="http://tempuri.org/IRKSVWcf/SignTrainReceipt" message="tns:IRKSVWcf_SignTrainReceipt_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IRKSVWcf/SignTrainReceiptResponse" message="tns:IRKSVWcf_SignTrainReceipt_OutputMessage" />
</wsdl:operation>
<wsdl:operation name="SignStornoReceiptWithDetails">
<wsdl:input wsaw:Action="http://tempuri.org/IRKSVWcf/SignStornoReceiptWithDetails" message="tns:IRKSVWcf_SignStornoReceiptWithDetails_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IRKSVWcf/SignStornoReceiptWithDetailsResponse" message="tns:IRKSVWcf_SignStornoReceiptWithDetails_OutputMessage" />
</wsdl:operation>
<wsdl:operation name="SignStornoReceipt">
<wsdl:input wsaw:Action="http://tempuri.org/IRKSVWcf/SignStornoReceipt" message="tns:IRKSVWcf_SignStornoReceipt_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IRKSVWcf/SignStornoReceiptResponse" message="tns:IRKSVWcf_SignStornoReceipt_OutputMessage" />
</wsdl:operation>
<wsdl:operation name="JWSCompactToQrString">
<wsdl:input wsaw:Action="http://tempuri.org/IRKSVWcf/JWSCompactToQrString" message="tns:IRKSVWcf_JWSCompactToQrString_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IRKSVWcf/JWSCompactToQrStringResponse" message="tns:IRKSVWcf_JWSCompactToQrString_OutputMessage" />
</wsdl:operation>
<wsdl:operation name="AddPositionsToReceipt">
<wsdl:input wsaw:Action="http://tempuri.org/IRKSVWcf/AddPositionsToReceipt" message="tns:IRKSVWcf_AddPositionsToReceipt_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IRKSVWcf/AddPositionsToReceiptResponse" message="tns:IRKSVWcf_AddPositionsToReceipt_OutputMessage" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="BasicHttpBinding_IRKSVWcf" type="tns:IRKSVWcf">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="IsCardReaderPresent">
<soap:operation soapAction="http://tempuri.org/IRKSVWcf/IsCardReaderPresent" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="IsCardNumberPresent">
<soap:operation soapAction="http://tempuri.org/IRKSVWcf/IsCardNumberPresent" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetCardReaders">
<soap:operation soapAction="http://tempuri.org/IRKSVWcf/GetCardReaders" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetCardInReader">
<soap:operation soapAction="http://tempuri.org/IRKSVWcf/GetCardInReader" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetReadersCount">
<soap:operation soapAction="http://tempuri.org/IRKSVWcf/GetReadersCount" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetReaderAt">
<soap:operation soapAction="http://tempuri.org/IRKSVWcf/GetReaderAt" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetCardCertificate">
<soap:operation soapAction="http://tempuri.org/IRKSVWcf/GetCardCertificate" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="RKSVJwsToImage">
<soap:operation soapAction="http://tempuri.org/IRKSVWcf/RKSVJwsToImage" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="SaveImageToFile">
<soap:operation soapAction="http://tempuri.org/IRKSVWcf/SaveImageToFile" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="VerifyJWS">
<soap:operation soapAction="http://tempuri.org/IRKSVWcf/VerifyJWS" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="ExportJWS">
<soap:operation soapAction="http://tempuri.org/IRKSVWcf/ExportJWS" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="ExportJWSDetails">
<soap:operation soapAction="http://tempuri.org/IRKSVWcf/ExportJWSDetails" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="ExportJWSToFile">
<soap:operation soapAction="http://tempuri.org/IRKSVWcf/ExportJWSToFile" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="SignReceipt">
<soap:operation soapAction="http://tempuri.org/IRKSVWcf/SignReceipt" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="SignReceiptWithDetails">
<soap:operation soapAction="http://tempuri.org/IRKSVWcf/SignReceiptWithDetails" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="SignTrainReceipt">
<soap:operation soapAction="http://tempuri.org/IRKSVWcf/SignTrainReceipt" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="SignStornoReceiptWithDetails">
<soap:operation soapAction="http://tempuri.org/IRKSVWcf/SignStornoReceiptWithDetails" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="SignStornoReceipt">
<soap:operation soapAction="http://tempuri.org/IRKSVWcf/SignStornoReceipt" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="JWSCompactToQrString">
<soap:operation soapAction="http://tempuri.org/IRKSVWcf/JWSCompactToQrString" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="AddPositionsToReceipt">
<soap:operation soapAction="http://tempuri.org/IRKSVWcf/AddPositionsToReceipt" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="RKSVServer">
<wsdl:port name="BasicHttpBinding_IRKSVWcf" binding="tns:BasicHttpBinding_IRKSVWcf">
<soap:address location="http://localhost:8733/Design_Time_Addresses/RKSVCompleteServer/Service1/" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="utf-8"?>
<ReferenceGroup xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ID="4df81eed-53b9-4d66-b7c5-f8b1ba9a9861" xmlns="urn:schemas-microsoft-com:xml-wcfservicemap">
<ClientOptions>
<GenerateAsynchronousMethods>false</GenerateAsynchronousMethods>
<GenerateTaskBasedAsynchronousMethod>true</GenerateTaskBasedAsynchronousMethod>
<EnableDataBinding>true</EnableDataBinding>
<ExcludedTypes />
<ImportXmlTypes>false</ImportXmlTypes>
<GenerateInternalTypes>false</GenerateInternalTypes>
<GenerateMessageContracts>false</GenerateMessageContracts>
<NamespaceMappings />
<CollectionMappings />
<GenerateSerializableTypes>true</GenerateSerializableTypes>
<Serializer>Auto</Serializer>
<UseSerializerForFaults>true</UseSerializerForFaults>
<ReferenceAllAssemblies>true</ReferenceAllAssemblies>
<ReferencedAssemblies />
<ReferencedDataContractTypes />
<ServiceContractMappings />
</ClientOptions>
<MetadataSources>
<MetadataSource Address="http://192.168.0.106:8733/Design_Time_Addresses/RKSVCompleteServer/Service1/?singleWsdl" Protocol="http" SourceId="1" />
</MetadataSources>
<Metadata>
<MetadataFile FileName="RKSVServer.wsdl" MetadataType="Wsdl" ID="e24dd4ba-83af-4ca7-bf4b-e0c7537d5ff3" SourceId="1" SourceUrl="http://192.168.0.106:8733/Design_Time_Addresses/RKSVCompleteServer/Service1/?singleWsdl" />
</Metadata>
<Extensions>
<ExtensionFile FileName="configuration91.svcinfo" Name="configuration91.svcinfo" />
<ExtensionFile FileName="configuration.svcinfo" Name="configuration.svcinfo" />
</Extensions>
</ReferenceGroup>

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="ExportJWSDetailsResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>SDL.RKSVServer.ExportJWSDetailsResponse, Service References.RKSVServer.Reference.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="ExportJWSResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>SDL.RKSVServer.ExportJWSResponse, Service References.RKSVServer.Reference.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="GetCardCertificateResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>SDL.RKSVServer.GetCardCertificateResponse, Service References.RKSVServer.Reference.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="JWSCompactToQrStringResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>SDL.RKSVServer.JWSCompactToQrStringResponse, Service References.RKSVServer.Reference.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="RKSVJwsToImageResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>SDL.RKSVServer.RKSVJwsToImageResponse, Service References.RKSVServer.Reference.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="SignReceiptResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>SDL.RKSVServer.SignReceiptResponse, Service References.RKSVServer.Reference.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="SignReceiptWithDetailsResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>SDL.RKSVServer.SignReceiptWithDetailsResponse, Service References.RKSVServer.Reference.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="SignStornoReceiptResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>SDL.RKSVServer.SignStornoReceiptResponse, Service References.RKSVServer.Reference.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="SignStornoReceiptWithDetailsResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>SDL.RKSVServer.SignStornoReceiptWithDetailsResponse, Service References.RKSVServer.Reference.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="SignTrainReceiptResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>SDL.RKSVServer.SignTrainReceiptResponse, Service References.RKSVServer.Reference.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<configurationSnapshot xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:schemas-microsoft-com:xml-wcfconfigurationsnapshot">
<behaviors />
<bindings>
<binding digest="System.ServiceModel.Configuration.BasicHttpBindingElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089:&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-16&quot;?&gt;&lt;Data name=&quot;BasicHttpBinding_IRKSVWcf&quot; /&gt;" bindingType="basicHttpBinding" name="BasicHttpBinding_IRKSVWcf" />
</bindings>
<endpoints>
<endpoint normalizedDigest="&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-16&quot;?&gt;&lt;Data address=&quot;http://localhost:8733/Design_Time_Addresses/RKSVCompleteServer/Service1/&quot; binding=&quot;basicHttpBinding&quot; bindingConfiguration=&quot;BasicHttpBinding_IRKSVWcf&quot; contract=&quot;RKSVServer.IRKSVWcf&quot; name=&quot;BasicHttpBinding_IRKSVWcf&quot; /&gt;" digest="&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-16&quot;?&gt;&lt;Data address=&quot;http://localhost:8733/Design_Time_Addresses/RKSVCompleteServer/Service1/&quot; binding=&quot;basicHttpBinding&quot; bindingConfiguration=&quot;BasicHttpBinding_IRKSVWcf&quot; contract=&quot;RKSVServer.IRKSVWcf&quot; name=&quot;BasicHttpBinding_IRKSVWcf&quot; /&gt;" contractName="RKSVServer.IRKSVWcf" name="BasicHttpBinding_IRKSVWcf" />
</endpoints>
</configurationSnapshot>

View File

@@ -0,0 +1,201 @@
<?xml version="1.0" encoding="utf-8"?>
<SavedWcfConfigurationInformation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="9.1" CheckSum="dSAmRu3w2upNwVq+m/M4wzERAHM=">
<bindingConfigurations>
<bindingConfiguration bindingType="basicHttpBinding" name="BasicHttpBinding_IRKSVWcf">
<properties>
<property path="/name" isComplexType="false" isExplicitlyDefined="true" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>BasicHttpBinding_IRKSVWcf</serializedValue>
</property>
<property path="/closeTimeout" isComplexType="false" isExplicitlyDefined="true" clrType="System.TimeSpan, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
</property>
<property path="/openTimeout" isComplexType="false" isExplicitlyDefined="true" clrType="System.TimeSpan, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
</property>
<property path="/receiveTimeout" isComplexType="false" isExplicitlyDefined="true" clrType="System.TimeSpan, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
</property>
<property path="/sendTimeout" isComplexType="false" isExplicitlyDefined="true" clrType="System.TimeSpan, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
</property>
<property path="/allowCookies" isComplexType="false" isExplicitlyDefined="true" clrType="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
</property>
<property path="/bypassProxyOnLocal" isComplexType="false" isExplicitlyDefined="true" clrType="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
</property>
<property path="/hostNameComparisonMode" isComplexType="false" isExplicitlyDefined="false" clrType="System.ServiceModel.HostNameComparisonMode, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>StrongWildcard</serializedValue>
</property>
<property path="/maxBufferPoolSize" isComplexType="false" isExplicitlyDefined="true" clrType="System.Int64, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
</property>
<property path="/maxBufferSize" isComplexType="false" isExplicitlyDefined="false" clrType="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>65536</serializedValue>
</property>
<property path="/maxReceivedMessageSize" isComplexType="false" isExplicitlyDefined="true" clrType="System.Int64, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
</property>
<property path="/proxyAddress" isComplexType="false" isExplicitlyDefined="false" clrType="System.Uri, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
</property>
<property path="/readerQuotas" isComplexType="true" isExplicitlyDefined="false" clrType="System.ServiceModel.Configuration.XmlDictionaryReaderQuotasElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>System.ServiceModel.Configuration.XmlDictionaryReaderQuotasElement</serializedValue>
</property>
<property path="/readerQuotas/maxDepth" isComplexType="false" isExplicitlyDefined="false" clrType="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>0</serializedValue>
</property>
<property path="/readerQuotas/maxStringContentLength" isComplexType="false" isExplicitlyDefined="false" clrType="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>0</serializedValue>
</property>
<property path="/readerQuotas/maxArrayLength" isComplexType="false" isExplicitlyDefined="false" clrType="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>0</serializedValue>
</property>
<property path="/readerQuotas/maxBytesPerRead" isComplexType="false" isExplicitlyDefined="false" clrType="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>0</serializedValue>
</property>
<property path="/readerQuotas/maxNameTableCharCount" isComplexType="false" isExplicitlyDefined="false" clrType="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>0</serializedValue>
</property>
<property path="/textEncoding" isComplexType="false" isExplicitlyDefined="false" clrType="System.Text.Encoding, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>System.Text.UTF8Encoding</serializedValue>
</property>
<property path="/transferMode" isComplexType="false" isExplicitlyDefined="false" clrType="System.ServiceModel.TransferMode, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>Buffered</serializedValue>
</property>
<property path="/useDefaultWebProxy" isComplexType="false" isExplicitlyDefined="true" clrType="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
</property>
<property path="/messageEncoding" isComplexType="false" isExplicitlyDefined="false" clrType="System.ServiceModel.WSMessageEncoding, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>Text</serializedValue>
</property>
<property path="/security" isComplexType="true" isExplicitlyDefined="false" clrType="System.ServiceModel.Configuration.BasicHttpSecurityElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>System.ServiceModel.Configuration.BasicHttpSecurityElement</serializedValue>
</property>
<property path="/security/mode" isComplexType="false" isExplicitlyDefined="false" clrType="System.ServiceModel.BasicHttpSecurityMode, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>None</serializedValue>
</property>
<property path="/security/transport" isComplexType="true" isExplicitlyDefined="false" clrType="System.ServiceModel.Configuration.HttpTransportSecurityElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>System.ServiceModel.Configuration.HttpTransportSecurityElement</serializedValue>
</property>
<property path="/security/transport/clientCredentialType" isComplexType="false" isExplicitlyDefined="false" clrType="System.ServiceModel.HttpClientCredentialType, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>None</serializedValue>
</property>
<property path="/security/transport/proxyCredentialType" isComplexType="false" isExplicitlyDefined="false" clrType="System.ServiceModel.HttpProxyCredentialType, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>None</serializedValue>
</property>
<property path="/security/transport/extendedProtectionPolicy" isComplexType="true" isExplicitlyDefined="false" clrType="System.Security.Authentication.ExtendedProtection.Configuration.ExtendedProtectionPolicyElement, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>System.Security.Authentication.ExtendedProtection.Configuration.ExtendedProtectionPolicyElement</serializedValue>
</property>
<property path="/security/transport/extendedProtectionPolicy/policyEnforcement" isComplexType="false" isExplicitlyDefined="false" clrType="System.Security.Authentication.ExtendedProtection.PolicyEnforcement, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>Never</serializedValue>
</property>
<property path="/security/transport/extendedProtectionPolicy/protectionScenario" isComplexType="false" isExplicitlyDefined="false" clrType="System.Security.Authentication.ExtendedProtection.ProtectionScenario, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>TransportSelected</serializedValue>
</property>
<property path="/security/transport/extendedProtectionPolicy/customServiceNames" isComplexType="true" isExplicitlyDefined="false" clrType="System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElementCollection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>(Auflistung)</serializedValue>
</property>
<property path="/security/transport/realm" isComplexType="false" isExplicitlyDefined="false" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
</property>
<property path="/security/message" isComplexType="true" isExplicitlyDefined="false" clrType="System.ServiceModel.Configuration.BasicHttpMessageSecurityElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>System.ServiceModel.Configuration.BasicHttpMessageSecurityElement</serializedValue>
</property>
<property path="/security/message/clientCredentialType" isComplexType="false" isExplicitlyDefined="false" clrType="System.ServiceModel.BasicHttpMessageCredentialType, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>UserName</serializedValue>
</property>
<property path="/security/message/algorithmSuite" isComplexType="false" isExplicitlyDefined="false" clrType="System.ServiceModel.Security.SecurityAlgorithmSuite, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>Default</serializedValue>
</property>
</properties>
</bindingConfiguration>
</bindingConfigurations>
<endpoints>
<endpoint name="BasicHttpBinding_IRKSVWcf" contract="RKSVServer.IRKSVWcf" bindingType="basicHttpBinding" address="http://localhost:8733/Design_Time_Addresses/RKSVCompleteServer/Service1/" bindingConfiguration="BasicHttpBinding_IRKSVWcf">
<properties>
<property path="/address" isComplexType="false" isExplicitlyDefined="true" clrType="System.Uri, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>http://localhost:8733/Design_Time_Addresses/RKSVCompleteServer/Service1/</serializedValue>
</property>
<property path="/behaviorConfiguration" isComplexType="false" isExplicitlyDefined="false" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
</property>
<property path="/binding" isComplexType="false" isExplicitlyDefined="true" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>basicHttpBinding</serializedValue>
</property>
<property path="/bindingConfiguration" isComplexType="false" isExplicitlyDefined="true" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>BasicHttpBinding_IRKSVWcf</serializedValue>
</property>
<property path="/contract" isComplexType="false" isExplicitlyDefined="true" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>RKSVServer.IRKSVWcf</serializedValue>
</property>
<property path="/headers" isComplexType="true" isExplicitlyDefined="false" clrType="System.ServiceModel.Configuration.AddressHeaderCollectionElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>System.ServiceModel.Configuration.AddressHeaderCollectionElement</serializedValue>
</property>
<property path="/headers/headers" isComplexType="false" isExplicitlyDefined="true" clrType="System.ServiceModel.Channels.AddressHeaderCollection, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>&lt;Header /&gt;</serializedValue>
</property>
<property path="/identity" isComplexType="true" isExplicitlyDefined="false" clrType="System.ServiceModel.Configuration.IdentityElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>System.ServiceModel.Configuration.IdentityElement</serializedValue>
</property>
<property path="/identity/userPrincipalName" isComplexType="true" isExplicitlyDefined="false" clrType="System.ServiceModel.Configuration.UserPrincipalNameElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>System.ServiceModel.Configuration.UserPrincipalNameElement</serializedValue>
</property>
<property path="/identity/userPrincipalName/value" isComplexType="false" isExplicitlyDefined="false" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
</property>
<property path="/identity/servicePrincipalName" isComplexType="true" isExplicitlyDefined="false" clrType="System.ServiceModel.Configuration.ServicePrincipalNameElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>System.ServiceModel.Configuration.ServicePrincipalNameElement</serializedValue>
</property>
<property path="/identity/servicePrincipalName/value" isComplexType="false" isExplicitlyDefined="false" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
</property>
<property path="/identity/dns" isComplexType="true" isExplicitlyDefined="false" clrType="System.ServiceModel.Configuration.DnsElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>System.ServiceModel.Configuration.DnsElement</serializedValue>
</property>
<property path="/identity/dns/value" isComplexType="false" isExplicitlyDefined="false" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
</property>
<property path="/identity/rsa" isComplexType="true" isExplicitlyDefined="false" clrType="System.ServiceModel.Configuration.RsaElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>System.ServiceModel.Configuration.RsaElement</serializedValue>
</property>
<property path="/identity/rsa/value" isComplexType="false" isExplicitlyDefined="false" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
</property>
<property path="/identity/certificate" isComplexType="true" isExplicitlyDefined="false" clrType="System.ServiceModel.Configuration.CertificateElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>System.ServiceModel.Configuration.CertificateElement</serializedValue>
</property>
<property path="/identity/certificate/encodedValue" isComplexType="false" isExplicitlyDefined="false" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
</property>
<property path="/identity/certificateReference" isComplexType="true" isExplicitlyDefined="false" clrType="System.ServiceModel.Configuration.CertificateReferenceElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>System.ServiceModel.Configuration.CertificateReferenceElement</serializedValue>
</property>
<property path="/identity/certificateReference/storeName" isComplexType="false" isExplicitlyDefined="false" clrType="System.Security.Cryptography.X509Certificates.StoreName, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>My</serializedValue>
</property>
<property path="/identity/certificateReference/storeLocation" isComplexType="false" isExplicitlyDefined="false" clrType="System.Security.Cryptography.X509Certificates.StoreLocation, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>LocalMachine</serializedValue>
</property>
<property path="/identity/certificateReference/x509FindType" isComplexType="false" isExplicitlyDefined="false" clrType="System.Security.Cryptography.X509Certificates.X509FindType, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>FindBySubjectDistinguishedName</serializedValue>
</property>
<property path="/identity/certificateReference/findValue" isComplexType="false" isExplicitlyDefined="false" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
</property>
<property path="/identity/certificateReference/isChainIncluded" isComplexType="false" isExplicitlyDefined="false" clrType="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>False</serializedValue>
</property>
<property path="/name" isComplexType="false" isExplicitlyDefined="true" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>BasicHttpBinding_IRKSVWcf</serializedValue>
</property>
<property path="/kind" isComplexType="false" isExplicitlyDefined="false" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
</property>
<property path="/endpointConfiguration" isComplexType="false" isExplicitlyDefined="false" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
</property>
</properties>
</endpoint>
</endpoints>
</SavedWcfConfigurationInformation>