初始化CRICS
This commit is contained in:
1058
WebSite/Service References/ServiceReference1/Reference.cs
Normal file
1058
WebSite/Service References/ServiceReference1/Reference.cs
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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="44bfa2bd-56b1-4611-83eb-3454cc7bc2ba" xmlns="urn:schemas-microsoft-com:xml-wcfservicemap">
|
||||
<ClientOptions>
|
||||
<GenerateAsynchronousMethods>false</GenerateAsynchronousMethods>
|
||||
<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://pms.boonlive-rcu.com:89/blwws.asmx" Protocol="http" SourceId="1" />
|
||||
</MetadataSources>
|
||||
<Metadata>
|
||||
<MetadataFile FileName="blwws.wsdl" MetadataType="Wsdl" ID="24d685fd-b553-43f5-8342-3918209553b2" SourceId="1" SourceUrl="http://pms.boonlive-rcu.com:89/blwws.asmx?wsdl" />
|
||||
<MetadataFile FileName="blwws.disco" MetadataType="Disco" ID="7f6a27dc-836d-4413-a458-912f44bb42a4" SourceId="1" SourceUrl="http://pms.boonlive-rcu.com:89/blwws.asmx?disco" />
|
||||
</Metadata>
|
||||
<Extensions>
|
||||
<ExtensionFile FileName="configuration91.svcinfo" Name="configuration91.svcinfo" />
|
||||
<ExtensionFile FileName="configuration.svcinfo" Name="configuration.svcinfo" />
|
||||
</Extensions>
|
||||
</ReferenceGroup>
|
||||
6
WebSite/Service References/ServiceReference1/blwws.disco
Normal file
6
WebSite/Service References/ServiceReference1/blwws.disco
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<discovery xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/disco/">
|
||||
<contractRef ref="http://pms.boonlive-rcu.com:89/blwws.asmx?wsdl" docRef="http://pms.boonlive-rcu.com:89/blwws.asmx" xmlns="http://schemas.xmlsoap.org/disco/scl/" />
|
||||
<soap address="http://pms.boonlive-rcu.com:89/blwws.asmx" xmlns:q1="http://www.blw.com/" binding="q1:blwwsSoap" xmlns="http://schemas.xmlsoap.org/disco/soap/" />
|
||||
<soap address="http://pms.boonlive-rcu.com:89/blwws.asmx" xmlns:q2="http://www.blw.com/" binding="q2:blwwsSoap12" xmlns="http://schemas.xmlsoap.org/disco/soap/" />
|
||||
</discovery>
|
||||
456
WebSite/Service References/ServiceReference1/blwws.wsdl
Normal file
456
WebSite/Service References/ServiceReference1/blwws.wsdl
Normal file
@@ -0,0 +1,456 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://www.blw.com/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://www.blw.com/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
|
||||
<wsdl:types>
|
||||
<s:schema elementFormDefault="qualified" targetNamespace="http://www.blw.com/">
|
||||
<s:element name="CheckIn">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="0" maxOccurs="1" name="key" type="s:string" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="code" type="s:string" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="roomNumber" type="s:string" />
|
||||
<s:element minOccurs="1" maxOccurs="1" name="checkInDate" type="s:dateTime" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="xmlString" type="s:string" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="errorMsg" type="s:string" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="phoneNumber" type="s:string" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="idNumber" type="s:string" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="CheckInResponse">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="1" maxOccurs="1" name="CheckInResult" type="s:boolean" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="errorMsg" type="s:string" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="CheckIn2">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="0" maxOccurs="1" name="key" type="s:string" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="code" type="s:string" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="roomNumber" type="s:string" />
|
||||
<s:element minOccurs="1" maxOccurs="1" name="checkInDate" type="s:dateTime" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="xmlString" type="s:string" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="errorMsg" type="s:string" />
|
||||
<s:element minOccurs="1" maxOccurs="1" name="checkInID" type="s:long" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="phoneNumber" type="s:string" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="idNumber" type="s:string" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="CheckIn2Response">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="1" maxOccurs="1" name="CheckIn2Result" type="s:boolean" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="errorMsg" type="s:string" />
|
||||
<s:element minOccurs="1" maxOccurs="1" name="checkInID" type="s:long" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="UploadPhoto">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="0" maxOccurs="1" name="key" type="s:string" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="code" type="s:string" />
|
||||
<s:element minOccurs="1" maxOccurs="1" name="checkInID" type="s:long" />
|
||||
<s:element minOccurs="1" maxOccurs="1" name="idType" type="s:int" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="idCard" type="s:string" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
|
||||
<s:element minOccurs="1" maxOccurs="1" name="sex" type="s:int" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="birthday" type="s:string" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="photoUrl" type="s:string" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="photo" type="s:base64Binary" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="errorMsg" type="s:string" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="UploadPhotoResponse">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="1" maxOccurs="1" name="UploadPhotoResult" type="s:boolean" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="errorMsg" type="s:string" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="ChangePhoneNumber">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="0" maxOccurs="1" name="key" type="s:string" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="code" type="s:string" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="roomNumber" type="s:string" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="phoneNumber" type="s:string" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="idNumber" type="s:string" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="errorMsg" type="s:string" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="ChangePhoneNumberResponse">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="1" maxOccurs="1" name="ChangePhoneNumberResult" type="s:boolean" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="errorMsg" type="s:string" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="CheckOut">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="0" maxOccurs="1" name="key" type="s:string" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="code" type="s:string" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="roomNumber" type="s:string" />
|
||||
<s:element minOccurs="1" maxOccurs="1" name="checkOutDate" type="s:dateTime" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="errorMsg" type="s:string" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="CheckOutResponse">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="1" maxOccurs="1" name="CheckOutResult" type="s:boolean" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="errorMsg" type="s:string" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="RentRoom">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="0" maxOccurs="1" name="key" type="s:string" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="code" type="s:string" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="roomNumber" type="s:string" />
|
||||
<s:element minOccurs="1" maxOccurs="1" name="rentDate" type="s:dateTime" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="errorMsg" type="s:string" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="RentRoomResponse">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="1" maxOccurs="1" name="RentRoomResult" type="s:boolean" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="errorMsg" type="s:string" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="PushBaoJing_IsEnable">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="0" maxOccurs="1" name="key" type="s:string" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="code" type="s:string" />
|
||||
<s:element minOccurs="1" maxOccurs="1" name="isable" type="s:boolean" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="PushBaoJing_IsEnableResponse">
|
||||
<s:complexType />
|
||||
</s:element>
|
||||
<s:element name="GetPushBaoJing_IsEnable">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="0" maxOccurs="1" name="key" type="s:string" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="code" type="s:string" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="GetPushBaoJing_IsEnableResponse">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="1" maxOccurs="1" name="GetPushBaoJing_IsEnableResult" type="s:int" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="AddHotelInfo">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="0" maxOccurs="1" name="key" type="s:string" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="Code" type="s:string" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="HotelName" type="s:string" />
|
||||
<s:element minOccurs="1" maxOccurs="1" name="HotelId" type="s:int" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="AddHotelInfoResponse">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="1" maxOccurs="1" name="AddHotelInfoResult" type="s:int" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
</s:schema>
|
||||
</wsdl:types>
|
||||
<wsdl:message name="CheckInSoapIn">
|
||||
<wsdl:part name="parameters" element="tns:CheckIn" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="CheckInSoapOut">
|
||||
<wsdl:part name="parameters" element="tns:CheckInResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="CheckIn2SoapIn">
|
||||
<wsdl:part name="parameters" element="tns:CheckIn2" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="CheckIn2SoapOut">
|
||||
<wsdl:part name="parameters" element="tns:CheckIn2Response" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="UploadPhotoSoapIn">
|
||||
<wsdl:part name="parameters" element="tns:UploadPhoto" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="UploadPhotoSoapOut">
|
||||
<wsdl:part name="parameters" element="tns:UploadPhotoResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="ChangePhoneNumberSoapIn">
|
||||
<wsdl:part name="parameters" element="tns:ChangePhoneNumber" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="ChangePhoneNumberSoapOut">
|
||||
<wsdl:part name="parameters" element="tns:ChangePhoneNumberResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="CheckOutSoapIn">
|
||||
<wsdl:part name="parameters" element="tns:CheckOut" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="CheckOutSoapOut">
|
||||
<wsdl:part name="parameters" element="tns:CheckOutResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="RentRoomSoapIn">
|
||||
<wsdl:part name="parameters" element="tns:RentRoom" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="RentRoomSoapOut">
|
||||
<wsdl:part name="parameters" element="tns:RentRoomResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="PushBaoJing_IsEnableSoapIn">
|
||||
<wsdl:part name="parameters" element="tns:PushBaoJing_IsEnable" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="PushBaoJing_IsEnableSoapOut">
|
||||
<wsdl:part name="parameters" element="tns:PushBaoJing_IsEnableResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="GetPushBaoJing_IsEnableSoapIn">
|
||||
<wsdl:part name="parameters" element="tns:GetPushBaoJing_IsEnable" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="GetPushBaoJing_IsEnableSoapOut">
|
||||
<wsdl:part name="parameters" element="tns:GetPushBaoJing_IsEnableResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="AddHotelInfoSoapIn">
|
||||
<wsdl:part name="parameters" element="tns:AddHotelInfo" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="AddHotelInfoSoapOut">
|
||||
<wsdl:part name="parameters" element="tns:AddHotelInfoResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:portType name="blwwsSoap">
|
||||
<wsdl:operation name="CheckIn">
|
||||
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">开房<br/>key:验证码(我方提供),code:编码(我方提供),roomNumber:房号,checkInDate:入住日期,xmlString:客人信息,errorMsg:返回错误信息,phoneNumber:手机号码(多个以英文逗号,隔开),idNumber:身份证号(多个以英文逗号,隔开):获取微信登录验证码</wsdl:documentation>
|
||||
<wsdl:input message="tns:CheckInSoapIn" />
|
||||
<wsdl:output message="tns:CheckInSoapOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="CheckIn2">
|
||||
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">开房<br/>key:验证码(我方提供),code:编码(我方提供),roomNumber:房号,checkInDate:入住日期,xmlString:客人信息,errorMsg:返回错误信息,checkInID:返回入住记录ID,phoneNumber:手机号码(多个以英文逗号,隔开),idNumber:身份证号(多个以英文逗号,隔开):获取微信登录验证码</wsdl:documentation>
|
||||
<wsdl:input message="tns:CheckIn2SoapIn" />
|
||||
<wsdl:output message="tns:CheckIn2SoapOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="UploadPhoto">
|
||||
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">上传入住人信息<br/>key:验证码(我方提供),code:编码(我方提供),checkInID:入住记录ID,idType:证件类型(0身份证,1护照,2军官证,3其他),idCard:证件号码,name:姓名,sex:性别(0女,1男,2其他),birthday:出生日期(1999-01-01),photoUrl:图片路径(与photo二选一),photo:图片(二进制),errorMsg:错误信息</wsdl:documentation>
|
||||
<wsdl:input message="tns:UploadPhotoSoapIn" />
|
||||
<wsdl:output message="tns:UploadPhotoSoapOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="ChangePhoneNumber">
|
||||
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">变更手机号<br/>key:验证码(我方提供),code:编码(我方提供),roomNumber:房号,errorMsg:错误信息,phoneNumber:手机号码(多个以英文逗号,隔开),idNumber:身份证号:获取验证码</wsdl:documentation>
|
||||
<wsdl:input message="tns:ChangePhoneNumberSoapIn" />
|
||||
<wsdl:output message="tns:ChangePhoneNumberSoapOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="CheckOut">
|
||||
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">退房<br/>key:验证码(我方提供),code:编码(我方提供),roomNumber:房号,checkOutDate:退房日期,errorMsg:错误信息</wsdl:documentation>
|
||||
<wsdl:input message="tns:CheckOutSoapIn" />
|
||||
<wsdl:output message="tns:CheckOutSoapOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="RentRoom">
|
||||
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">待租<br/>key:验证码(我方提供),code:编码(我方提供),roomNumber:房号,rentDate:变更待租日期,errorMsg:错误信息</wsdl:documentation>
|
||||
<wsdl:input message="tns:RentRoomSoapIn" />
|
||||
<wsdl:output message="tns:RentRoomSoapOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="PushBaoJing_IsEnable">
|
||||
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">推送数据到宝镜</wsdl:documentation>
|
||||
<wsdl:input message="tns:PushBaoJing_IsEnableSoapIn" />
|
||||
<wsdl:output message="tns:PushBaoJing_IsEnableSoapOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="GetPushBaoJing_IsEnable">
|
||||
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">获取是否推送PMS数据到宝镜</wsdl:documentation>
|
||||
<wsdl:input message="tns:GetPushBaoJing_IsEnableSoapIn" />
|
||||
<wsdl:output message="tns:GetPushBaoJing_IsEnableSoapOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="AddHotelInfo">
|
||||
<wsdl:input message="tns:AddHotelInfoSoapIn" />
|
||||
<wsdl:output message="tns:AddHotelInfoSoapOut" />
|
||||
</wsdl:operation>
|
||||
</wsdl:portType>
|
||||
<wsdl:binding name="blwwsSoap" type="tns:blwwsSoap">
|
||||
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
||||
<wsdl:operation name="CheckIn">
|
||||
<soap:operation soapAction="http://www.blw.com/CheckIn" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="CheckIn2">
|
||||
<soap:operation soapAction="http://www.blw.com/CheckIn2" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="UploadPhoto">
|
||||
<soap:operation soapAction="http://www.blw.com/UploadPhoto" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="ChangePhoneNumber">
|
||||
<soap:operation soapAction="http://www.blw.com/ChangePhoneNumber" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="CheckOut">
|
||||
<soap:operation soapAction="http://www.blw.com/CheckOut" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="RentRoom">
|
||||
<soap:operation soapAction="http://www.blw.com/RentRoom" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="PushBaoJing_IsEnable">
|
||||
<soap:operation soapAction="http://www.blw.com/PushBaoJing_IsEnable" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="GetPushBaoJing_IsEnable">
|
||||
<soap:operation soapAction="http://www.blw.com/GetPushBaoJing_IsEnable" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="AddHotelInfo">
|
||||
<soap:operation soapAction="http://www.blw.com/AddHotelInfo" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
</wsdl:binding>
|
||||
<wsdl:binding name="blwwsSoap12" type="tns:blwwsSoap">
|
||||
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
||||
<wsdl:operation name="CheckIn">
|
||||
<soap12:operation soapAction="http://www.blw.com/CheckIn" style="document" />
|
||||
<wsdl:input>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="CheckIn2">
|
||||
<soap12:operation soapAction="http://www.blw.com/CheckIn2" style="document" />
|
||||
<wsdl:input>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="UploadPhoto">
|
||||
<soap12:operation soapAction="http://www.blw.com/UploadPhoto" style="document" />
|
||||
<wsdl:input>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="ChangePhoneNumber">
|
||||
<soap12:operation soapAction="http://www.blw.com/ChangePhoneNumber" style="document" />
|
||||
<wsdl:input>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="CheckOut">
|
||||
<soap12:operation soapAction="http://www.blw.com/CheckOut" style="document" />
|
||||
<wsdl:input>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="RentRoom">
|
||||
<soap12:operation soapAction="http://www.blw.com/RentRoom" style="document" />
|
||||
<wsdl:input>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="PushBaoJing_IsEnable">
|
||||
<soap12:operation soapAction="http://www.blw.com/PushBaoJing_IsEnable" style="document" />
|
||||
<wsdl:input>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="GetPushBaoJing_IsEnable">
|
||||
<soap12:operation soapAction="http://www.blw.com/GetPushBaoJing_IsEnable" style="document" />
|
||||
<wsdl:input>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="AddHotelInfo">
|
||||
<soap12:operation soapAction="http://www.blw.com/AddHotelInfo" style="document" />
|
||||
<wsdl:input>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
</wsdl:binding>
|
||||
<wsdl:service name="blwws">
|
||||
<wsdl:port name="blwwsSoap" binding="tns:blwwsSoap">
|
||||
<soap:address location="http://pms.boonlive-rcu.com:89/blwws.asmx" />
|
||||
</wsdl:port>
|
||||
<wsdl:port name="blwwsSoap12" binding="tns:blwwsSoap12">
|
||||
<soap12:address location="http://pms.boonlive-rcu.com:89/blwws.asmx" />
|
||||
</wsdl:port>
|
||||
</wsdl:service>
|
||||
</wsdl:definitions>
|
||||
@@ -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:<?xml version="1.0" encoding="utf-16"?><Data name="blwwsSoap" />" bindingType="basicHttpBinding" name="blwwsSoap" />
|
||||
</bindings>
|
||||
<endpoints>
|
||||
<endpoint normalizedDigest="<?xml version="1.0" encoding="utf-16"?><Data address="http://pms.boonlive-rcu.com:89/blwws.asmx" binding="basicHttpBinding" bindingConfiguration="blwwsSoap" contract="ServiceReference1.blwwsSoap" name="blwwsSoap" />" digest="<?xml version="1.0" encoding="utf-16"?><Data address="http://pms.boonlive-rcu.com:89/blwws.asmx" binding="basicHttpBinding" bindingConfiguration="blwwsSoap" contract="ServiceReference1.blwwsSoap" name="blwwsSoap" />" contractName="ServiceReference1.blwwsSoap" name="blwwsSoap" />
|
||||
</endpoints>
|
||||
</configurationSnapshot>
|
||||
@@ -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="WgTriuj34v2ITadBW6LuIL2kvNk=">
|
||||
<bindingConfigurations>
|
||||
<bindingConfiguration bindingType="basicHttpBinding" name="blwwsSoap">
|
||||
<properties>
|
||||
<property path="/name" isComplexType="false" isExplicitlyDefined="true" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<serializedValue>blwwsSoap</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>(集合)</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="blwwsSoap" contract="ServiceReference1.blwwsSoap" bindingType="basicHttpBinding" address="http://pms.boonlive-rcu.com:89/blwws.asmx" bindingConfiguration="blwwsSoap">
|
||||
<properties>
|
||||
<property path="/address" isComplexType="false" isExplicitlyDefined="true" clrType="System.Uri, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<serializedValue>http://pms.boonlive-rcu.com:89/blwws.asmx</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>blwwsSoap</serializedValue>
|
||||
</property>
|
||||
<property path="/contract" isComplexType="false" isExplicitlyDefined="true" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<serializedValue>ServiceReference1.blwwsSoap</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><Header /></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>blwwsSoap</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>
|
||||
949
WebSite/Service References/ServiceReference2/Reference.cs
Normal file
949
WebSite/Service References/ServiceReference2/Reference.cs
Normal file
@@ -0,0 +1,949 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace WebSite.ServiceReference2 {
|
||||
|
||||
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||||
[System.ServiceModel.ServiceContractAttribute(ConfigurationName="ServiceReference2.IThirdpartyService")]
|
||||
public interface IThirdpartyService {
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/GetRoomPriceByLadder", ReplyAction="http://tempuri.org/IThirdpartyService/GetRoomPriceByLadderResponse")]
|
||||
string GetRoomPriceByLadder(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/setTogetherByRoom", ReplyAction="http://tempuri.org/IThirdpartyService/setTogetherByRoomResponse")]
|
||||
string setTogetherByRoom(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/setGift", ReplyAction="http://tempuri.org/IThirdpartyService/setGiftResponse")]
|
||||
string setGift(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/createBooksByMoreRoomtype", ReplyAction="http://tempuri.org/IThirdpartyService/createBooksByMoreRoomtypeResponse")]
|
||||
string createBooksByMoreRoomtype(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/modifyBookByMoreRoomtype", ReplyAction="http://tempuri.org/IThirdpartyService/modifyBookByMoreRoomtypeResponse")]
|
||||
string modifyBookByMoreRoomtype(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/checkRoom", ReplyAction="http://tempuri.org/IThirdpartyService/checkRoomResponse")]
|
||||
string checkRoom(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/ThirdPay", ReplyAction="http://tempuri.org/IThirdpartyService/ThirdPayResponse")]
|
||||
string ThirdPay(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/ThirdReturn", ReplyAction="http://tempuri.org/IThirdpartyService/ThirdReturnResponse")]
|
||||
string ThirdReturn(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/GetOrderBylock", ReplyAction="http://tempuri.org/IThirdpartyService/GetOrderBylockResponse")]
|
||||
string GetOrderBylock(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/syncRoomInfo", ReplyAction="http://tempuri.org/IThirdpartyService/syncRoomInfoResponse")]
|
||||
RCUHost.ServiceReference1.ResponseBySyncRoomInfo syncRoomInfo(string lastTime, string startIndex, string size);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/generateComprechensiveReports", ReplyAction="http://tempuri.org/IThirdpartyService/generateComprechensiveReportsResponse")]
|
||||
string generateComprechensiveReports(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/LockRoom", ReplyAction="http://tempuri.org/IThirdpartyService/LockRoomResponse")]
|
||||
string LockRoom(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/OpenLockRoom", ReplyAction="http://tempuri.org/IThirdpartyService/OpenLockRoomResponse")]
|
||||
string OpenLockRoom(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/GetRoomServiceState", ReplyAction="http://tempuri.org/IThirdpartyService/GetRoomServiceStateResponse")]
|
||||
string GetRoomServiceState(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/GetBreakFastNum", ReplyAction="http://tempuri.org/IThirdpartyService/GetBreakFastNumResponse")]
|
||||
string GetBreakFastNum(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/GetHistoryOrderReceivables", ReplyAction="http://tempuri.org/IThirdpartyService/GetHistoryOrderReceivablesResponse")]
|
||||
string GetHistoryOrderReceivables(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/BusinessByDay", ReplyAction="http://tempuri.org/IThirdpartyService/BusinessByDayResponse")]
|
||||
string BusinessByDay(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/PoliceByCheckInRoom", ReplyAction="http://tempuri.org/IThirdpartyService/PoliceByCheckInRoomResponse")]
|
||||
string PoliceByCheckInRoom(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/PoliceByCheckOutRoom", ReplyAction="http://tempuri.org/IThirdpartyService/PoliceByCheckOutRoomResponse")]
|
||||
string PoliceByCheckOutRoom(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/CheckOutByroomByCardNum", ReplyAction="http://tempuri.org/IThirdpartyService/CheckOutByroomByCardNumResponse")]
|
||||
string CheckOutByroomByCardNum(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/SetUnit", ReplyAction="http://tempuri.org/IThirdpartyService/SetUnitResponse")]
|
||||
string SetUnit(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/GetUsableRoom", ReplyAction="http://tempuri.org/IThirdpartyService/GetUsableRoomResponse")]
|
||||
string GetUsableRoom(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/ThirdComprechensiveReports", ReplyAction="http://tempuri.org/IThirdpartyService/ThirdComprechensiveReportsResponse")]
|
||||
string ThirdComprechensiveReports(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/GetInfoByRoomNo", ReplyAction="http://tempuri.org/IThirdpartyService/GetInfoByRoomNoResponse")]
|
||||
string GetInfoByRoomNo(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/DeleteGuestByRoom", ReplyAction="http://tempuri.org/IThirdpartyService/DeleteGuestByRoomResponse")]
|
||||
string DeleteGuestByRoom(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/GetReserveInfo", ReplyAction="http://tempuri.org/IThirdpartyService/GetReserveInfoResponse")]
|
||||
string GetReserveInfo(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/GetBuildingInfo", ReplyAction="http://tempuri.org/IThirdpartyService/GetBuildingInfoResponse")]
|
||||
string GetBuildingInfo(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/getMemberCoupon", ReplyAction="http://tempuri.org/IThirdpartyService/getMemberCouponResponse")]
|
||||
string getMemberCoupon(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/getCouponVerifyPara", ReplyAction="http://tempuri.org/IThirdpartyService/getCouponVerifyParaResponse")]
|
||||
string getCouponVerifyPara(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/EditGuestInfo", ReplyAction="http://tempuri.org/IThirdpartyService/EditGuestInfoResponse")]
|
||||
string EditGuestInfo(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/ThirdActiveMember", ReplyAction="http://tempuri.org/IThirdpartyService/ThirdActiveMemberResponse")]
|
||||
string ThirdActiveMember(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/GetMemberByCard", ReplyAction="http://tempuri.org/IThirdpartyService/GetMemberByCardResponse")]
|
||||
string GetMemberByCard(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/GetHotelUsableRoomCount", ReplyAction="http://tempuri.org/IThirdpartyService/GetHotelUsableRoomCountResponse")]
|
||||
string GetHotelUsableRoomCount(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/ARInvoice", ReplyAction="http://tempuri.org/IThirdpartyService/ARInvoiceResponse")]
|
||||
string ARInvoice(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/ARReceipt", ReplyAction="http://tempuri.org/IThirdpartyService/ARReceiptResponse")]
|
||||
string ARReceipt(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/GLJournal", ReplyAction="http://tempuri.org/IThirdpartyService/GLJournalResponse")]
|
||||
string GLJournal(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/JBSupplier", ReplyAction="http://tempuri.org/IThirdpartyService/JBSupplierResponse")]
|
||||
string JBSupplier(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/AppendReserve", ReplyAction="http://tempuri.org/IThirdpartyService/AppendReserveResponse")]
|
||||
string AppendReserve(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/AddMultibatchOrder", ReplyAction="http://tempuri.org/IThirdpartyService/AddMultibatchOrderResponse")]
|
||||
string AddMultibatchOrder(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/GetStayInOrders", ReplyAction="http://tempuri.org/IThirdpartyService/GetStayInOrdersResponse")]
|
||||
string GetStayInOrders(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/SetMemberUpgrade", ReplyAction="http://tempuri.org/IThirdpartyService/SetMemberUpgradeResponse")]
|
||||
string SetMemberUpgrade(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/GetUpgradeRules", ReplyAction="http://tempuri.org/IThirdpartyService/GetUpgradeRulesResponse")]
|
||||
string GetUpgradeRules(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/GetRechargeRules", ReplyAction="http://tempuri.org/IThirdpartyService/GetRechargeRulesResponse")]
|
||||
string GetRechargeRules(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/GetUsableRoomCount", ReplyAction="http://tempuri.org/IThirdpartyService/GetUsableRoomCountResponse")]
|
||||
string GetUsableRoomCount(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/QueryUOrderAcc", ReplyAction="http://tempuri.org/IThirdpartyService/QueryUOrderAccResponse")]
|
||||
string QueryUOrderAcc(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/QueryUOrderAccNew", ReplyAction="http://tempuri.org/IThirdpartyService/QueryUOrderAccNewResponse")]
|
||||
string QueryUOrderAccNew(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/GetOrder", ReplyAction="http://tempuri.org/IThirdpartyService/GetOrderResponse")]
|
||||
string GetOrder(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/GetOrderNew", ReplyAction="http://tempuri.org/IThirdpartyService/GetOrderNewResponse")]
|
||||
string GetOrderNew(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/InsertMemberGuest", ReplyAction="http://tempuri.org/IThirdpartyService/InsertMemberGuestResponse")]
|
||||
string InsertMemberGuest(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/GetMember", ReplyAction="http://tempuri.org/IThirdpartyService/GetMemberResponse")]
|
||||
string GetMember(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/GetMemberType", ReplyAction="http://tempuri.org/IThirdpartyService/GetMemberTypeResponse")]
|
||||
string GetMemberType(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/SetMemberMoney", ReplyAction="http://tempuri.org/IThirdpartyService/SetMemberMoneyResponse")]
|
||||
string SetMemberMoney(string money);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/SetExchange", ReplyAction="http://tempuri.org/IThirdpartyService/SetExchangeResponse")]
|
||||
string SetExchange(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/SetActive", ReplyAction="http://tempuri.org/IThirdpartyService/SetActiveResponse")]
|
||||
string SetActive(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/SetMemberCoustomer", ReplyAction="http://tempuri.org/IThirdpartyService/SetMemberCoustomerResponse")]
|
||||
string SetMemberCoustomer(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/SetExchangeMemberCardNo", ReplyAction="http://tempuri.org/IThirdpartyService/SetExchangeMemberCardNoResponse")]
|
||||
string SetExchangeMemberCardNo(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/SetExchangeMemberCancel", ReplyAction="http://tempuri.org/IThirdpartyService/SetExchangeMemberCancelResponse")]
|
||||
string SetExchangeMemberCancel(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/SetExchangeMemberPassword", ReplyAction="http://tempuri.org/IThirdpartyService/SetExchangeMemberPasswordResponse")]
|
||||
string SetExchangeMemberPassword(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/SetUnitPotoCol", ReplyAction="http://tempuri.org/IThirdpartyService/SetUnitPotoColResponse")]
|
||||
string SetUnitPotoCol(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/SetUnitCollection", ReplyAction="http://tempuri.org/IThirdpartyService/SetUnitCollectionResponse")]
|
||||
string SetUnitCollection(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/GetUnitAccount", ReplyAction="http://tempuri.org/IThirdpartyService/GetUnitAccountResponse")]
|
||||
string GetUnitAccount(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/SetUnitAccount", ReplyAction="http://tempuri.org/IThirdpartyService/SetUnitAccountResponse")]
|
||||
string SetUnitAccount(string dcmessage, string jsmessage);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/GetHotelCodeInfo", ReplyAction="http://tempuri.org/IThirdpartyService/GetHotelCodeInfoResponse")]
|
||||
string GetHotelCodeInfo(string hotelname);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/GethHotelcodeNew", ReplyAction="http://tempuri.org/IThirdpartyService/GethHotelcodeNewResponse")]
|
||||
string GethHotelcodeNew(string hotelname);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/GethHotelcode", ReplyAction="http://tempuri.org/IThirdpartyService/GethHotelcodeResponse")]
|
||||
string GethHotelcode(string hotelname);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/Setaccounts", ReplyAction="http://tempuri.org/IThirdpartyService/SetaccountsResponse")]
|
||||
string Setaccounts(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/SetMediPotolCol", ReplyAction="http://tempuri.org/IThirdpartyService/SetMediPotolColResponse")]
|
||||
string SetMediPotolCol(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/Getstandard", ReplyAction="http://tempuri.org/IThirdpartyService/GetstandardResponse")]
|
||||
string Getstandard(string hotelcode);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/GetAccountsYue", ReplyAction="http://tempuri.org/IThirdpartyService/GetAccountsYueResponse")]
|
||||
string GetAccountsYue(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/GetUnitPotoCol", ReplyAction="http://tempuri.org/IThirdpartyService/GetUnitPotoColResponse")]
|
||||
string GetUnitPotoCol(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/GetMediPotoCol", ReplyAction="http://tempuri.org/IThirdpartyService/GetMediPotoColResponse")]
|
||||
string GetMediPotoCol(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/SetUnitMdiAccounts", ReplyAction="http://tempuri.org/IThirdpartyService/SetUnitMdiAccountsResponse")]
|
||||
string SetUnitMdiAccounts(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/SendDesindOutRoom", ReplyAction="http://tempuri.org/IThirdpartyService/SendDesindOutRoomResponse")]
|
||||
string SendDesindOutRoom(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/SendProocessByRoom", ReplyAction="http://tempuri.org/IThirdpartyService/SendProocessByRoomResponse")]
|
||||
string SendProocessByRoom(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/GetStateByRoom", ReplyAction="http://tempuri.org/IThirdpartyService/GetStateByRoomResponse")]
|
||||
string GetStateByRoom(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/GetStateByRoomNew", ReplyAction="http://tempuri.org/IThirdpartyService/GetStateByRoomNewResponse")]
|
||||
string GetStateByRoomNew(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/GetReserve", ReplyAction="http://tempuri.org/IThirdpartyService/GetReserveResponse")]
|
||||
string GetReserve(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/GetRoomType", ReplyAction="http://tempuri.org/IThirdpartyService/GetRoomTypeResponse")]
|
||||
string GetRoomType(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/GetRoomPrice", ReplyAction="http://tempuri.org/IThirdpartyService/GetRoomPriceResponse")]
|
||||
string GetRoomPrice(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/CheckInRoom", ReplyAction="http://tempuri.org/IThirdpartyService/CheckInRoomResponse")]
|
||||
string CheckInRoom(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/CheckInRoomNew", ReplyAction="http://tempuri.org/IThirdpartyService/CheckInRoomNewResponse")]
|
||||
string CheckInRoomNew(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/CheckInRoomNewByCardNum", ReplyAction="http://tempuri.org/IThirdpartyService/CheckInRoomNewByCardNumResponse")]
|
||||
string CheckInRoomNewByCardNum(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/AgainCheckInroom", ReplyAction="http://tempuri.org/IThirdpartyService/AgainCheckInroomResponse")]
|
||||
string AgainCheckInroom(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/AgainCheckInroomNew", ReplyAction="http://tempuri.org/IThirdpartyService/AgainCheckInroomNewResponse")]
|
||||
string AgainCheckInroomNew(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/SaveOutByroom", ReplyAction="http://tempuri.org/IThirdpartyService/SaveOutByroomResponse")]
|
||||
string SaveOutByroom(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/SaveOutByroomByCardNum", ReplyAction="http://tempuri.org/IThirdpartyService/SaveOutByroomByCardNumResponse")]
|
||||
string SaveOutByroomByCardNum(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/GetLeavemessage", ReplyAction="http://tempuri.org/IThirdpartyService/GetLeavemessageResponse")]
|
||||
string GetLeavemessage(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/SetMemberType", ReplyAction="http://tempuri.org/IThirdpartyService/SetMemberTypeResponse")]
|
||||
string SetMemberType(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/ThirdSetMemberGuest", ReplyAction="http://tempuri.org/IThirdpartyService/ThirdSetMemberGuestResponse")]
|
||||
string ThirdSetMemberGuest(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/getRoomStatus", ReplyAction="http://tempuri.org/IThirdpartyService/getRoomStatusResponse")]
|
||||
string getRoomStatus(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/getRoomStatusNew", ReplyAction="http://tempuri.org/IThirdpartyService/getRoomStatusNewResponse")]
|
||||
string getRoomStatusNew(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/payBookGold", ReplyAction="http://tempuri.org/IThirdpartyService/payBookGoldResponse")]
|
||||
string payBookGold(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/checkMemberWx", ReplyAction="http://tempuri.org/IThirdpartyService/checkMemberWxResponse")]
|
||||
string checkMemberWx(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/checkMember", ReplyAction="http://tempuri.org/IThirdpartyService/checkMemberResponse")]
|
||||
string checkMember(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/getOrderInfo", ReplyAction="http://tempuri.org/IThirdpartyService/getOrderInfoResponse")]
|
||||
string getOrderInfo(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/getBottomPrice", ReplyAction="http://tempuri.org/IThirdpartyService/getBottomPriceResponse")]
|
||||
string getBottomPrice(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/getBottomPriceByMemberType", ReplyAction="http://tempuri.org/IThirdpartyService/getBottomPriceByMemberTypeResponse")]
|
||||
string getBottomPriceByMemberType(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/createBookrq", ReplyAction="http://tempuri.org/IThirdpartyService/createBookrqResponse")]
|
||||
string createBookrq(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/UpdateMemberGuest", ReplyAction="http://tempuri.org/IThirdpartyService/UpdateMemberGuestResponse")]
|
||||
string UpdateMemberGuest(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/CancelBookrq", ReplyAction="http://tempuri.org/IThirdpartyService/CancelBookrqResponse")]
|
||||
string CancelBookrq(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/setReserveroom", ReplyAction="http://tempuri.org/IThirdpartyService/setReserveroomResponse")]
|
||||
string setReserveroom(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/reserveCheckInRoom", ReplyAction="http://tempuri.org/IThirdpartyService/reserveCheckInRoomResponse")]
|
||||
string reserveCheckInRoom(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/reserveCheckInRoomNew", ReplyAction="http://tempuri.org/IThirdpartyService/reserveCheckInRoomNewResponse")]
|
||||
string reserveCheckInRoomNew(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/reserveCheckInRoomNewByCardNum", ReplyAction="http://tempuri.org/IThirdpartyService/reserveCheckInRoomNewByCardNumResponse")]
|
||||
string reserveCheckInRoomNewByCardNum(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/GetSpacialPlanpriceCode", ReplyAction="http://tempuri.org/IThirdpartyService/GetSpacialPlanpriceCodeResponse")]
|
||||
string GetSpacialPlanpriceCode(string hotelcode);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/GetSpacialPlanpriceCodeNew", ReplyAction="http://tempuri.org/IThirdpartyService/GetSpacialPlanpriceCodeNewResponse")]
|
||||
string GetSpacialPlanpriceCodeNew(string hotelcode);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/GetZcodePlanPriceCode", ReplyAction="http://tempuri.org/IThirdpartyService/GetZcodePlanPriceCodeResponse")]
|
||||
string GetZcodePlanPriceCode(string hotelcode);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/GetZcodePlanPriceCodeNew", ReplyAction="http://tempuri.org/IThirdpartyService/GetZcodePlanPriceCodeNewResponse")]
|
||||
string GetZcodePlanPriceCodeNew(string hotelcode);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/IsExistsAccounts", ReplyAction="http://tempuri.org/IThirdpartyService/IsExistsAccountsResponse")]
|
||||
bool IsExistsAccounts(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/GetHistoryOrder", ReplyAction="http://tempuri.org/IThirdpartyService/GetHistoryOrderResponse")]
|
||||
string GetHistoryOrder(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/SendIdentificatioinByCard", ReplyAction="http://tempuri.org/IThirdpartyService/SendIdentificatioinByCardResponse")]
|
||||
string SendIdentificatioinByCard(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/GetMemberStoreActive", ReplyAction="http://tempuri.org/IThirdpartyService/GetMemberStoreActiveResponse")]
|
||||
string GetMemberStoreActive(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/SendtateByCard", ReplyAction="http://tempuri.org/IThirdpartyService/SendtateByCardResponse")]
|
||||
string SendtateByCard(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/SetMemberCoustomerNew", ReplyAction="http://tempuri.org/IThirdpartyService/SetMemberCoustomerNewResponse")]
|
||||
string SetMemberCoustomerNew(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/createGuest", ReplyAction="http://tempuri.org/IThirdpartyService/createGuestResponse")]
|
||||
string createGuest(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/selectGuest", ReplyAction="http://tempuri.org/IThirdpartyService/selectGuestResponse")]
|
||||
string selectGuest(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/sendService", ReplyAction="http://tempuri.org/IThirdpartyService/sendServiceResponse")]
|
||||
string sendService(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/payBookGoldByMember", ReplyAction="http://tempuri.org/IThirdpartyService/payBookGoldByMemberResponse")]
|
||||
string payBookGoldByMember(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/payBookGoldByMemberNew", ReplyAction="http://tempuri.org/IThirdpartyService/payBookGoldByMemberNewResponse")]
|
||||
string payBookGoldByMemberNew(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/setRoomStates", ReplyAction="http://tempuri.org/IThirdpartyService/setRoomStatesResponse")]
|
||||
string setRoomStates(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/payThirdParty", ReplyAction="http://tempuri.org/IThirdpartyService/payThirdPartyResponse")]
|
||||
string payThirdParty(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/queryGuestByIn", ReplyAction="http://tempuri.org/IThirdpartyService/queryGuestByInResponse")]
|
||||
string queryGuestByIn(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/refundThirdParty", ReplyAction="http://tempuri.org/IThirdpartyService/refundThirdPartyResponse")]
|
||||
string refundThirdParty(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/cancelThirdParty", ReplyAction="http://tempuri.org/IThirdpartyService/cancelThirdPartyResponse")]
|
||||
string cancelThirdParty(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/SetMemberMoneyWechat", ReplyAction="http://tempuri.org/IThirdpartyService/SetMemberMoneyWechatResponse")]
|
||||
string SetMemberMoneyWechat(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/GetRoomPlanPriceSpecial", ReplyAction="http://tempuri.org/IThirdpartyService/GetRoomPlanPriceSpecialResponse")]
|
||||
string GetRoomPlanPriceSpecial(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/GetRoomTypePlanPriceSpecial", ReplyAction="http://tempuri.org/IThirdpartyService/GetRoomTypePlanPriceSpecialResponse")]
|
||||
string GetRoomTypePlanPriceSpecial(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/GetRoomPlanByHour", ReplyAction="http://tempuri.org/IThirdpartyService/GetRoomPlanByHourResponse")]
|
||||
string GetRoomPlanByHour(string message);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IThirdpartyService/GetRoomTypePlanPriceByHour", ReplyAction="http://tempuri.org/IThirdpartyService/GetRoomTypePlanPriceByHourResponse")]
|
||||
string GetRoomTypePlanPriceByHour(string message);
|
||||
}
|
||||
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||||
public interface IThirdpartyServiceChannel : WebSite.ServiceReference2.IThirdpartyService, System.ServiceModel.IClientChannel {
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||||
public partial class ThirdpartyServiceClient : System.ServiceModel.ClientBase<WebSite.ServiceReference2.IThirdpartyService>, WebSite.ServiceReference2.IThirdpartyService {
|
||||
|
||||
public ThirdpartyServiceClient() {
|
||||
}
|
||||
|
||||
public ThirdpartyServiceClient(string endpointConfigurationName) :
|
||||
base(endpointConfigurationName) {
|
||||
}
|
||||
|
||||
public ThirdpartyServiceClient(string endpointConfigurationName, string remoteAddress) :
|
||||
base(endpointConfigurationName, remoteAddress) {
|
||||
}
|
||||
|
||||
public ThirdpartyServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
|
||||
base(endpointConfigurationName, remoteAddress) {
|
||||
}
|
||||
|
||||
public ThirdpartyServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
|
||||
base(binding, remoteAddress) {
|
||||
}
|
||||
|
||||
public string GetRoomPriceByLadder(string message) {
|
||||
return base.Channel.GetRoomPriceByLadder(message);
|
||||
}
|
||||
|
||||
public string setTogetherByRoom(string message) {
|
||||
return base.Channel.setTogetherByRoom(message);
|
||||
}
|
||||
|
||||
public string setGift(string message) {
|
||||
return base.Channel.setGift(message);
|
||||
}
|
||||
|
||||
public string createBooksByMoreRoomtype(string message) {
|
||||
return base.Channel.createBooksByMoreRoomtype(message);
|
||||
}
|
||||
|
||||
public string modifyBookByMoreRoomtype(string message) {
|
||||
return base.Channel.modifyBookByMoreRoomtype(message);
|
||||
}
|
||||
|
||||
public string checkRoom(string message) {
|
||||
return base.Channel.checkRoom(message);
|
||||
}
|
||||
|
||||
public string ThirdPay(string message) {
|
||||
return base.Channel.ThirdPay(message);
|
||||
}
|
||||
|
||||
public string ThirdReturn(string message) {
|
||||
return base.Channel.ThirdReturn(message);
|
||||
}
|
||||
|
||||
public string GetOrderBylock(string message) {
|
||||
return base.Channel.GetOrderBylock(message);
|
||||
}
|
||||
|
||||
public RCUHost.ServiceReference1.ResponseBySyncRoomInfo syncRoomInfo(string lastTime, string startIndex, string size) {
|
||||
return base.Channel.syncRoomInfo(lastTime, startIndex, size);
|
||||
}
|
||||
|
||||
public string generateComprechensiveReports(string message) {
|
||||
return base.Channel.generateComprechensiveReports(message);
|
||||
}
|
||||
|
||||
public string LockRoom(string message) {
|
||||
return base.Channel.LockRoom(message);
|
||||
}
|
||||
|
||||
public string OpenLockRoom(string message) {
|
||||
return base.Channel.OpenLockRoom(message);
|
||||
}
|
||||
|
||||
public string GetRoomServiceState(string message) {
|
||||
return base.Channel.GetRoomServiceState(message);
|
||||
}
|
||||
|
||||
public string GetBreakFastNum(string message) {
|
||||
return base.Channel.GetBreakFastNum(message);
|
||||
}
|
||||
|
||||
public string GetHistoryOrderReceivables(string message) {
|
||||
return base.Channel.GetHistoryOrderReceivables(message);
|
||||
}
|
||||
|
||||
public string BusinessByDay(string message) {
|
||||
return base.Channel.BusinessByDay(message);
|
||||
}
|
||||
|
||||
public string PoliceByCheckInRoom(string message) {
|
||||
return base.Channel.PoliceByCheckInRoom(message);
|
||||
}
|
||||
|
||||
public string PoliceByCheckOutRoom(string message) {
|
||||
return base.Channel.PoliceByCheckOutRoom(message);
|
||||
}
|
||||
|
||||
public string CheckOutByroomByCardNum(string message) {
|
||||
return base.Channel.CheckOutByroomByCardNum(message);
|
||||
}
|
||||
|
||||
public string SetUnit(string message) {
|
||||
return base.Channel.SetUnit(message);
|
||||
}
|
||||
|
||||
public string GetUsableRoom(string message) {
|
||||
return base.Channel.GetUsableRoom(message);
|
||||
}
|
||||
|
||||
public string ThirdComprechensiveReports(string message) {
|
||||
return base.Channel.ThirdComprechensiveReports(message);
|
||||
}
|
||||
|
||||
public string GetInfoByRoomNo(string message) {
|
||||
return base.Channel.GetInfoByRoomNo(message);
|
||||
}
|
||||
|
||||
public string DeleteGuestByRoom(string message) {
|
||||
return base.Channel.DeleteGuestByRoom(message);
|
||||
}
|
||||
|
||||
public string GetReserveInfo(string message) {
|
||||
return base.Channel.GetReserveInfo(message);
|
||||
}
|
||||
|
||||
public string GetBuildingInfo(string message) {
|
||||
return base.Channel.GetBuildingInfo(message);
|
||||
}
|
||||
|
||||
public string getMemberCoupon(string message) {
|
||||
return base.Channel.getMemberCoupon(message);
|
||||
}
|
||||
|
||||
public string getCouponVerifyPara(string message) {
|
||||
return base.Channel.getCouponVerifyPara(message);
|
||||
}
|
||||
|
||||
public string EditGuestInfo(string message) {
|
||||
return base.Channel.EditGuestInfo(message);
|
||||
}
|
||||
|
||||
public string ThirdActiveMember(string message) {
|
||||
return base.Channel.ThirdActiveMember(message);
|
||||
}
|
||||
|
||||
public string GetMemberByCard(string message) {
|
||||
return base.Channel.GetMemberByCard(message);
|
||||
}
|
||||
|
||||
public string GetHotelUsableRoomCount(string message) {
|
||||
return base.Channel.GetHotelUsableRoomCount(message);
|
||||
}
|
||||
|
||||
public string ARInvoice(string message) {
|
||||
return base.Channel.ARInvoice(message);
|
||||
}
|
||||
|
||||
public string ARReceipt(string message) {
|
||||
return base.Channel.ARReceipt(message);
|
||||
}
|
||||
|
||||
public string GLJournal(string message) {
|
||||
return base.Channel.GLJournal(message);
|
||||
}
|
||||
|
||||
public string JBSupplier(string message) {
|
||||
return base.Channel.JBSupplier(message);
|
||||
}
|
||||
|
||||
public string AppendReserve(string message) {
|
||||
return base.Channel.AppendReserve(message);
|
||||
}
|
||||
|
||||
public string AddMultibatchOrder(string message) {
|
||||
return base.Channel.AddMultibatchOrder(message);
|
||||
}
|
||||
|
||||
public string GetStayInOrders(string message) {
|
||||
return base.Channel.GetStayInOrders(message);
|
||||
}
|
||||
|
||||
public string SetMemberUpgrade(string message) {
|
||||
return base.Channel.SetMemberUpgrade(message);
|
||||
}
|
||||
|
||||
public string GetUpgradeRules(string message) {
|
||||
return base.Channel.GetUpgradeRules(message);
|
||||
}
|
||||
|
||||
public string GetRechargeRules(string message) {
|
||||
return base.Channel.GetRechargeRules(message);
|
||||
}
|
||||
|
||||
public string GetUsableRoomCount(string message) {
|
||||
return base.Channel.GetUsableRoomCount(message);
|
||||
}
|
||||
|
||||
public string QueryUOrderAcc(string message) {
|
||||
return base.Channel.QueryUOrderAcc(message);
|
||||
}
|
||||
|
||||
public string QueryUOrderAccNew(string message) {
|
||||
return base.Channel.QueryUOrderAccNew(message);
|
||||
}
|
||||
|
||||
public string GetOrder(string message) {
|
||||
return base.Channel.GetOrder(message);
|
||||
}
|
||||
|
||||
public string GetOrderNew(string message) {
|
||||
return base.Channel.GetOrderNew(message);
|
||||
}
|
||||
|
||||
public string InsertMemberGuest(string message) {
|
||||
return base.Channel.InsertMemberGuest(message);
|
||||
}
|
||||
|
||||
public string GetMember(string message) {
|
||||
return base.Channel.GetMember(message);
|
||||
}
|
||||
|
||||
public string GetMemberType(string message) {
|
||||
return base.Channel.GetMemberType(message);
|
||||
}
|
||||
|
||||
public string SetMemberMoney(string money) {
|
||||
return base.Channel.SetMemberMoney(money);
|
||||
}
|
||||
|
||||
public string SetExchange(string message) {
|
||||
return base.Channel.SetExchange(message);
|
||||
}
|
||||
|
||||
public string SetActive(string message) {
|
||||
return base.Channel.SetActive(message);
|
||||
}
|
||||
|
||||
public string SetMemberCoustomer(string message) {
|
||||
return base.Channel.SetMemberCoustomer(message);
|
||||
}
|
||||
|
||||
public string SetExchangeMemberCardNo(string message) {
|
||||
return base.Channel.SetExchangeMemberCardNo(message);
|
||||
}
|
||||
|
||||
public string SetExchangeMemberCancel(string message) {
|
||||
return base.Channel.SetExchangeMemberCancel(message);
|
||||
}
|
||||
|
||||
public string SetExchangeMemberPassword(string message) {
|
||||
return base.Channel.SetExchangeMemberPassword(message);
|
||||
}
|
||||
|
||||
public string SetUnitPotoCol(string message) {
|
||||
return base.Channel.SetUnitPotoCol(message);
|
||||
}
|
||||
|
||||
public string SetUnitCollection(string message) {
|
||||
return base.Channel.SetUnitCollection(message);
|
||||
}
|
||||
|
||||
public string GetUnitAccount(string message) {
|
||||
return base.Channel.GetUnitAccount(message);
|
||||
}
|
||||
|
||||
public string SetUnitAccount(string dcmessage, string jsmessage) {
|
||||
return base.Channel.SetUnitAccount(dcmessage, jsmessage);
|
||||
}
|
||||
|
||||
public string GetHotelCodeInfo(string hotelname) {
|
||||
return base.Channel.GetHotelCodeInfo(hotelname);
|
||||
}
|
||||
|
||||
public string GethHotelcodeNew(string hotelname) {
|
||||
return base.Channel.GethHotelcodeNew(hotelname);
|
||||
}
|
||||
|
||||
public string GethHotelcode(string hotelname) {
|
||||
return base.Channel.GethHotelcode(hotelname);
|
||||
}
|
||||
|
||||
public string Setaccounts(string message) {
|
||||
return base.Channel.Setaccounts(message);
|
||||
}
|
||||
|
||||
public string SetMediPotolCol(string message) {
|
||||
return base.Channel.SetMediPotolCol(message);
|
||||
}
|
||||
|
||||
public string Getstandard(string hotelcode) {
|
||||
return base.Channel.Getstandard(hotelcode);
|
||||
}
|
||||
|
||||
public string GetAccountsYue(string message) {
|
||||
return base.Channel.GetAccountsYue(message);
|
||||
}
|
||||
|
||||
public string GetUnitPotoCol(string message) {
|
||||
return base.Channel.GetUnitPotoCol(message);
|
||||
}
|
||||
|
||||
public string GetMediPotoCol(string message) {
|
||||
return base.Channel.GetMediPotoCol(message);
|
||||
}
|
||||
|
||||
public string SetUnitMdiAccounts(string message) {
|
||||
return base.Channel.SetUnitMdiAccounts(message);
|
||||
}
|
||||
|
||||
public string SendDesindOutRoom(string message) {
|
||||
return base.Channel.SendDesindOutRoom(message);
|
||||
}
|
||||
|
||||
public string SendProocessByRoom(string message) {
|
||||
return base.Channel.SendProocessByRoom(message);
|
||||
}
|
||||
|
||||
public string GetStateByRoom(string message) {
|
||||
return base.Channel.GetStateByRoom(message);
|
||||
}
|
||||
|
||||
public string GetStateByRoomNew(string message) {
|
||||
return base.Channel.GetStateByRoomNew(message);
|
||||
}
|
||||
|
||||
public string GetReserve(string message) {
|
||||
return base.Channel.GetReserve(message);
|
||||
}
|
||||
|
||||
public string GetRoomType(string message) {
|
||||
return base.Channel.GetRoomType(message);
|
||||
}
|
||||
|
||||
public string GetRoomPrice(string message) {
|
||||
return base.Channel.GetRoomPrice(message);
|
||||
}
|
||||
|
||||
public string CheckInRoom(string message) {
|
||||
return base.Channel.CheckInRoom(message);
|
||||
}
|
||||
|
||||
public string CheckInRoomNew(string message) {
|
||||
return base.Channel.CheckInRoomNew(message);
|
||||
}
|
||||
|
||||
public string CheckInRoomNewByCardNum(string message) {
|
||||
return base.Channel.CheckInRoomNewByCardNum(message);
|
||||
}
|
||||
|
||||
public string AgainCheckInroom(string message) {
|
||||
return base.Channel.AgainCheckInroom(message);
|
||||
}
|
||||
|
||||
public string AgainCheckInroomNew(string message) {
|
||||
return base.Channel.AgainCheckInroomNew(message);
|
||||
}
|
||||
|
||||
public string SaveOutByroom(string message) {
|
||||
return base.Channel.SaveOutByroom(message);
|
||||
}
|
||||
|
||||
public string SaveOutByroomByCardNum(string message) {
|
||||
return base.Channel.SaveOutByroomByCardNum(message);
|
||||
}
|
||||
|
||||
public string GetLeavemessage(string message) {
|
||||
return base.Channel.GetLeavemessage(message);
|
||||
}
|
||||
|
||||
public string SetMemberType(string message) {
|
||||
return base.Channel.SetMemberType(message);
|
||||
}
|
||||
|
||||
public string ThirdSetMemberGuest(string message) {
|
||||
return base.Channel.ThirdSetMemberGuest(message);
|
||||
}
|
||||
|
||||
public string getRoomStatus(string message) {
|
||||
return base.Channel.getRoomStatus(message);
|
||||
}
|
||||
|
||||
public string getRoomStatusNew(string message) {
|
||||
return base.Channel.getRoomStatusNew(message);
|
||||
}
|
||||
|
||||
public string payBookGold(string message) {
|
||||
return base.Channel.payBookGold(message);
|
||||
}
|
||||
|
||||
public string checkMemberWx(string message) {
|
||||
return base.Channel.checkMemberWx(message);
|
||||
}
|
||||
|
||||
public string checkMember(string message) {
|
||||
return base.Channel.checkMember(message);
|
||||
}
|
||||
|
||||
public string getOrderInfo(string message) {
|
||||
return base.Channel.getOrderInfo(message);
|
||||
}
|
||||
|
||||
public string getBottomPrice(string message) {
|
||||
return base.Channel.getBottomPrice(message);
|
||||
}
|
||||
|
||||
public string getBottomPriceByMemberType(string message) {
|
||||
return base.Channel.getBottomPriceByMemberType(message);
|
||||
}
|
||||
|
||||
public string createBookrq(string message) {
|
||||
return base.Channel.createBookrq(message);
|
||||
}
|
||||
|
||||
public string UpdateMemberGuest(string message) {
|
||||
return base.Channel.UpdateMemberGuest(message);
|
||||
}
|
||||
|
||||
public string CancelBookrq(string message) {
|
||||
return base.Channel.CancelBookrq(message);
|
||||
}
|
||||
|
||||
public string setReserveroom(string message) {
|
||||
return base.Channel.setReserveroom(message);
|
||||
}
|
||||
|
||||
public string reserveCheckInRoom(string message) {
|
||||
return base.Channel.reserveCheckInRoom(message);
|
||||
}
|
||||
|
||||
public string reserveCheckInRoomNew(string message) {
|
||||
return base.Channel.reserveCheckInRoomNew(message);
|
||||
}
|
||||
|
||||
public string reserveCheckInRoomNewByCardNum(string message) {
|
||||
return base.Channel.reserveCheckInRoomNewByCardNum(message);
|
||||
}
|
||||
|
||||
public string GetSpacialPlanpriceCode(string hotelcode) {
|
||||
return base.Channel.GetSpacialPlanpriceCode(hotelcode);
|
||||
}
|
||||
|
||||
public string GetSpacialPlanpriceCodeNew(string hotelcode) {
|
||||
return base.Channel.GetSpacialPlanpriceCodeNew(hotelcode);
|
||||
}
|
||||
|
||||
public string GetZcodePlanPriceCode(string hotelcode) {
|
||||
return base.Channel.GetZcodePlanPriceCode(hotelcode);
|
||||
}
|
||||
|
||||
public string GetZcodePlanPriceCodeNew(string hotelcode) {
|
||||
return base.Channel.GetZcodePlanPriceCodeNew(hotelcode);
|
||||
}
|
||||
|
||||
public bool IsExistsAccounts(string message) {
|
||||
return base.Channel.IsExistsAccounts(message);
|
||||
}
|
||||
|
||||
public string GetHistoryOrder(string message) {
|
||||
return base.Channel.GetHistoryOrder(message);
|
||||
}
|
||||
|
||||
public string SendIdentificatioinByCard(string message) {
|
||||
return base.Channel.SendIdentificatioinByCard(message);
|
||||
}
|
||||
|
||||
public string GetMemberStoreActive(string message) {
|
||||
return base.Channel.GetMemberStoreActive(message);
|
||||
}
|
||||
|
||||
public string SendtateByCard(string message) {
|
||||
return base.Channel.SendtateByCard(message);
|
||||
}
|
||||
|
||||
public string SetMemberCoustomerNew(string message) {
|
||||
return base.Channel.SetMemberCoustomerNew(message);
|
||||
}
|
||||
|
||||
public string createGuest(string message) {
|
||||
return base.Channel.createGuest(message);
|
||||
}
|
||||
|
||||
public string selectGuest(string message) {
|
||||
return base.Channel.selectGuest(message);
|
||||
}
|
||||
|
||||
public string sendService(string message) {
|
||||
return base.Channel.sendService(message);
|
||||
}
|
||||
|
||||
public string payBookGoldByMember(string message) {
|
||||
return base.Channel.payBookGoldByMember(message);
|
||||
}
|
||||
|
||||
public string payBookGoldByMemberNew(string message) {
|
||||
return base.Channel.payBookGoldByMemberNew(message);
|
||||
}
|
||||
|
||||
public string setRoomStates(string message) {
|
||||
return base.Channel.setRoomStates(message);
|
||||
}
|
||||
|
||||
public string payThirdParty(string message) {
|
||||
return base.Channel.payThirdParty(message);
|
||||
}
|
||||
|
||||
public string queryGuestByIn(string message) {
|
||||
return base.Channel.queryGuestByIn(message);
|
||||
}
|
||||
|
||||
public string refundThirdParty(string message) {
|
||||
return base.Channel.refundThirdParty(message);
|
||||
}
|
||||
|
||||
public string cancelThirdParty(string message) {
|
||||
return base.Channel.cancelThirdParty(message);
|
||||
}
|
||||
|
||||
public string SetMemberMoneyWechat(string message) {
|
||||
return base.Channel.SetMemberMoneyWechat(message);
|
||||
}
|
||||
|
||||
public string GetRoomPlanPriceSpecial(string message) {
|
||||
return base.Channel.GetRoomPlanPriceSpecial(message);
|
||||
}
|
||||
|
||||
public string GetRoomTypePlanPriceSpecial(string message) {
|
||||
return base.Channel.GetRoomTypePlanPriceSpecial(message);
|
||||
}
|
||||
|
||||
public string GetRoomPlanByHour(string message) {
|
||||
return base.Channel.GetRoomPlanByHour(message);
|
||||
}
|
||||
|
||||
public string GetRoomTypePlanPriceByHour(string message) {
|
||||
return base.Channel.GetRoomTypePlanPriceByHour(message);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
<?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="5425dad6-cefa-4861-ac88-230be184cbc3" xmlns="urn:schemas-microsoft-com:xml-wcfservicemap">
|
||||
<ClientOptions>
|
||||
<GenerateAsynchronousMethods>false</GenerateAsynchronousMethods>
|
||||
<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://119.29.101.13:2017/JTE.Server/ThirdpartyService" Protocol="http" SourceId="1" />
|
||||
</MetadataSources>
|
||||
<Metadata>
|
||||
<MetadataFile FileName="ThirdpartyService2.xsd" MetadataType="Schema" ID="d7d3e2dd-ca6c-4f60-b038-691d96eb26ad" SourceId="1" SourceUrl="http://119.29.101.13:2017/JTE.Server/ThirdpartyService?xsd=xsd2" />
|
||||
<MetadataFile FileName="ThirdpartyService.xsd" MetadataType="Schema" ID="be8102dd-54ae-49b1-ad0a-5b56919b0ca8" SourceId="1" SourceUrl="http://119.29.101.13:2017/JTE.Server/ThirdpartyService?xsd=xsd1" />
|
||||
<MetadataFile FileName="ThirdpartyService1.xsd" MetadataType="Schema" ID="430f612b-b9da-4e3b-a50b-d49827957805" SourceId="1" SourceUrl="http://119.29.101.13:2017/JTE.Server/ThirdpartyService?xsd=xsd0" />
|
||||
<MetadataFile FileName="ThirdpartyService.wsdl" MetadataType="Wsdl" ID="3ad1d707-2911-4bae-91a5-56fc4cf0eb64" SourceId="1" SourceUrl="http://119.29.101.13:2017/JTE.Server/ThirdpartyService?wsdl" />
|
||||
<MetadataFile FileName="ThirdpartyService.disco" MetadataType="Disco" ID="7bd75aab-b961-417f-8b5b-1cb427417ab7" SourceId="1" SourceUrl="http://119.29.101.13:2017/JTE.Server/ThirdpartyService?disco" />
|
||||
</Metadata>
|
||||
<Extensions>
|
||||
<ExtensionFile FileName="configuration91.svcinfo" Name="configuration91.svcinfo" />
|
||||
<ExtensionFile FileName="configuration.svcinfo" Name="configuration.svcinfo" />
|
||||
</Extensions>
|
||||
</ReferenceGroup>
|
||||
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<discovery xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/disco/">
|
||||
<contractRef ref="http://119.29.101.13:2017/JTE.Server/ThirdpartyService?wsdl" docRef="http://119.29.101.13:2017/JTE.Server/ThirdpartyService" xmlns="http://schemas.xmlsoap.org/disco/scl/" />
|
||||
</discovery>
|
||||
2471
WebSite/Service References/ServiceReference2/ThirdpartyService.wsdl
Normal file
2471
WebSite/Service References/ServiceReference2/ThirdpartyService.wsdl
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<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>
|
||||
1813
WebSite/Service References/ServiceReference2/ThirdpartyService1.xsd
Normal file
1813
WebSite/Service References/ServiceReference2/ThirdpartyService1.xsd
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/JTE.Server.NewModel.MoveLock" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/JTE.Server.NewModel.MoveLock" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||
<xs:complexType name="ResponseBySyncRoomInfo">
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="appId" nillable="true" type="xs:string" />
|
||||
<xs:element minOccurs="0" name="count" type="xs:int" />
|
||||
<xs:element minOccurs="0" name="list" nillable="true" type="tns:ArrayOfRoomInfo" />
|
||||
<xs:element minOccurs="0" name="message" nillable="true" type="xs:string" />
|
||||
<xs:element minOccurs="0" name="status" type="xs:int" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<xs:element name="ResponseBySyncRoomInfo" nillable="true" type="tns:ResponseBySyncRoomInfo" />
|
||||
<xs:complexType name="ArrayOfRoomInfo">
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" maxOccurs="unbounded" name="RoomInfo" nillable="true" type="tns:RoomInfo" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<xs:element name="ArrayOfRoomInfo" nillable="true" type="tns:ArrayOfRoomInfo" />
|
||||
<xs:complexType name="RoomInfo">
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="hotelId" nillable="true" type="xs:string" />
|
||||
<xs:element minOccurs="0" name="hotelName" nillable="true" type="xs:string" />
|
||||
<xs:element minOccurs="0" name="roomId" nillable="true" type="xs:string" />
|
||||
<xs:element minOccurs="0" name="roomName" nillable="true" type="xs:string" />
|
||||
<xs:element minOccurs="0" name="roomStatus" nillable="true" type="xs:string" />
|
||||
<xs:element minOccurs="0" name="roomTypeName" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<xs:element name="RoomInfo" nillable="true" type="tns:RoomInfo" />
|
||||
</xs:schema>
|
||||
@@ -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:<?xml version="1.0" encoding="utf-16"?><Data name="BasicHttpBinding_IThirdpartyService1" />" bindingType="basicHttpBinding" name="BasicHttpBinding_IThirdpartyService1" />
|
||||
</bindings>
|
||||
<endpoints>
|
||||
<endpoint normalizedDigest="<?xml version="1.0" encoding="utf-16"?><Data address="http://119.29.101.13:2017/JTE.Server/ThirdpartyService" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IThirdpartyService1" contract="ServiceReference2.IThirdpartyService" name="BasicHttpBinding_IThirdpartyService1" />" digest="<?xml version="1.0" encoding="utf-16"?><Data address="http://119.29.101.13:2017/JTE.Server/ThirdpartyService" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IThirdpartyService1" contract="ServiceReference2.IThirdpartyService" name="BasicHttpBinding_IThirdpartyService1" />" contractName="ServiceReference2.IThirdpartyService" name="BasicHttpBinding_IThirdpartyService1" />
|
||||
</endpoints>
|
||||
</configurationSnapshot>
|
||||
@@ -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="rZJ2tuUiXJmFQ5A7cYHjnehfFIg=">
|
||||
<bindingConfigurations>
|
||||
<bindingConfiguration bindingType="basicHttpBinding" name="BasicHttpBinding_IThirdpartyService1">
|
||||
<properties>
|
||||
<property path="/name" isComplexType="false" isExplicitlyDefined="true" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<serializedValue>BasicHttpBinding_IThirdpartyService1</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>(集合)</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_IThirdpartyService1" contract="ServiceReference2.IThirdpartyService" bindingType="basicHttpBinding" address="http://119.29.101.13:2017/JTE.Server/ThirdpartyService" bindingConfiguration="BasicHttpBinding_IThirdpartyService1">
|
||||
<properties>
|
||||
<property path="/address" isComplexType="false" isExplicitlyDefined="true" clrType="System.Uri, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<serializedValue>http://119.29.101.13:2017/JTE.Server/ThirdpartyService</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_IThirdpartyService1</serializedValue>
|
||||
</property>
|
||||
<property path="/contract" isComplexType="false" isExplicitlyDefined="true" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<serializedValue>ServiceReference2.IThirdpartyService</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><Header /></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_IThirdpartyService1</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>
|
||||
207
WebSite/Service References/XR_PMS/Reference.cs
Normal file
207
WebSite/Service References/XR_PMS/Reference.cs
Normal file
@@ -0,0 +1,207 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace WebSite.XR_PMS {
|
||||
|
||||
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||||
[System.ServiceModel.ServiceContractAttribute(ConfigurationName="XR_PMS.XRHotel_ServiceSoap")]
|
||||
public interface XRHotel_ServiceSoap {
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GuestInfoByPhone", ReplyAction="http://tempuri.org/XRHotel_ServiceSoap/GuestInfoByPhoneResponse")]
|
||||
string GuestInfoByPhone(string Phone);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GuestInfo", ReplyAction="http://tempuri.org/XRHotel_ServiceSoap/GuestInfoResponse")]
|
||||
string GuestInfo(string Name, string Pwd, string Roomno);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/QueryBill", ReplyAction="http://tempuri.org/XRHotel_ServiceSoap/QueryBillResponse")]
|
||||
string QueryBill(string Roomno);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/QueryBosBill", ReplyAction="http://tempuri.org/XRHotel_ServiceSoap/QueryBosBillResponse")]
|
||||
string QueryBosBill(string Foliono);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Posting", ReplyAction="http://tempuri.org/XRHotel_ServiceSoap/PostingResponse")]
|
||||
string Posting(string Fun, string Strxml);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Roomview", ReplyAction="http://tempuri.org/XRHotel_ServiceSoap/RoomviewResponse")]
|
||||
string Roomview(string Hall, string Flr, string Types);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/HouseInfo", ReplyAction="http://tempuri.org/XRHotel_ServiceSoap/HouseInfoResponse")]
|
||||
string HouseInfo(string Types, string _begin, string _end);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/CodeInfo", ReplyAction="http://tempuri.org/XRHotel_ServiceSoap/CodeInfoResponse")]
|
||||
string CodeInfo(string CodeType);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Foxhis_select", ReplyAction="http://tempuri.org/XRHotel_ServiceSoap/Foxhis_selectResponse")]
|
||||
string Foxhis_select(string RequestXML);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Foxhis_update", ReplyAction="http://tempuri.org/XRHotel_ServiceSoap/Foxhis_updateResponse")]
|
||||
string Foxhis_update(long ID, string RequestXML, string PaycodesXML, string DetailXML);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Modi_status", ReplyAction="http://tempuri.org/XRHotel_ServiceSoap/Modi_statusResponse")]
|
||||
string Modi_status(string Sta, string Roomno);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/QueryGuest", ReplyAction="http://tempuri.org/XRHotel_ServiceSoap/QueryGuestResponse")]
|
||||
string QueryGuest(string Sta);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetGroupNo", ReplyAction="http://tempuri.org/XRHotel_ServiceSoap/GetGroupNoResponse")]
|
||||
string GetGroupNo();
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetGroupRoom", ReplyAction="http://tempuri.org/XRHotel_ServiceSoap/GetGroupRoomResponse")]
|
||||
string GetGroupRoom(string Groupno);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/CheckRoom", ReplyAction="http://tempuri.org/XRHotel_ServiceSoap/CheckRoomResponse")]
|
||||
string CheckRoom(string Roomno, string Refer);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetCheckRoom", ReplyAction="http://tempuri.org/XRHotel_ServiceSoap/GetCheckRoomResponse")]
|
||||
string GetCheckRoom(string Roomno, string Sta);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetPosplu", ReplyAction="http://tempuri.org/XRHotel_ServiceSoap/GetPospluResponse")]
|
||||
string GetPosplu(string Pccode, string Plucode);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Getvipcard_Point", ReplyAction="http://tempuri.org/XRHotel_ServiceSoap/Getvipcard_PointResponse")]
|
||||
string Getvipcard_Point(string cardno, string begin, string end);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Invoice_Binging", ReplyAction="http://tempuri.org/XRHotel_ServiceSoap/Invoice_BingingResponse")]
|
||||
string Invoice_Binging(string accnt, string purchaserName, string taxNo, string bankno_accnt, string add_tel);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Partial_Checkout", ReplyAction="http://tempuri.org/XRHotel_ServiceSoap/Partial_CheckoutResponse")]
|
||||
string Partial_Checkout(string RequestXML);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Bos_Posting", ReplyAction="http://tempuri.org/XRHotel_ServiceSoap/Bos_PostingResponse")]
|
||||
string Bos_Posting(string RequestXML);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Argstbmp_Get", ReplyAction="http://tempuri.org/XRHotel_ServiceSoap/Argstbmp_GetResponse")]
|
||||
string Argstbmp_Get(string guestno);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/Vippoint_Posting", ReplyAction="http://tempuri.org/XRHotel_ServiceSoap/Vippoint_PostingResponse")]
|
||||
string Vippoint_Posting(string Strxml);
|
||||
}
|
||||
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||||
public interface XRHotel_ServiceSoapChannel : WebSite.XR_PMS.XRHotel_ServiceSoap, System.ServiceModel.IClientChannel {
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||||
public partial class XRHotel_ServiceSoapClient : System.ServiceModel.ClientBase<WebSite.XR_PMS.XRHotel_ServiceSoap>, WebSite.XR_PMS.XRHotel_ServiceSoap {
|
||||
|
||||
public XRHotel_ServiceSoapClient() {
|
||||
}
|
||||
|
||||
public XRHotel_ServiceSoapClient(string endpointConfigurationName) :
|
||||
base(endpointConfigurationName) {
|
||||
}
|
||||
|
||||
public XRHotel_ServiceSoapClient(string endpointConfigurationName, string remoteAddress) :
|
||||
base(endpointConfigurationName, remoteAddress) {
|
||||
}
|
||||
|
||||
public XRHotel_ServiceSoapClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
|
||||
base(endpointConfigurationName, remoteAddress) {
|
||||
}
|
||||
|
||||
public XRHotel_ServiceSoapClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
|
||||
base(binding, remoteAddress) {
|
||||
}
|
||||
|
||||
public string GuestInfoByPhone(string Phone) {
|
||||
return base.Channel.GuestInfoByPhone(Phone);
|
||||
}
|
||||
|
||||
public string GuestInfo(string Name, string Pwd, string Roomno) {
|
||||
return base.Channel.GuestInfo(Name, Pwd, Roomno);
|
||||
}
|
||||
|
||||
public string QueryBill(string Roomno) {
|
||||
return base.Channel.QueryBill(Roomno);
|
||||
}
|
||||
|
||||
public string QueryBosBill(string Foliono) {
|
||||
return base.Channel.QueryBosBill(Foliono);
|
||||
}
|
||||
|
||||
public string Posting(string Fun, string Strxml) {
|
||||
return base.Channel.Posting(Fun, Strxml);
|
||||
}
|
||||
|
||||
public string Roomview(string Hall, string Flr, string Types) {
|
||||
return base.Channel.Roomview(Hall, Flr, Types);
|
||||
}
|
||||
|
||||
public string HouseInfo(string Types, string _begin, string _end) {
|
||||
return base.Channel.HouseInfo(Types, _begin, _end);
|
||||
}
|
||||
|
||||
public string CodeInfo(string CodeType) {
|
||||
return base.Channel.CodeInfo(CodeType);
|
||||
}
|
||||
|
||||
public string Foxhis_select(string RequestXML) {
|
||||
return base.Channel.Foxhis_select(RequestXML);
|
||||
}
|
||||
|
||||
public string Foxhis_update(long ID, string RequestXML, string PaycodesXML, string DetailXML) {
|
||||
return base.Channel.Foxhis_update(ID, RequestXML, PaycodesXML, DetailXML);
|
||||
}
|
||||
|
||||
public string Modi_status(string Sta, string Roomno) {
|
||||
return base.Channel.Modi_status(Sta, Roomno);
|
||||
}
|
||||
|
||||
public string QueryGuest(string Sta) {
|
||||
return base.Channel.QueryGuest(Sta);
|
||||
}
|
||||
|
||||
public string GetGroupNo() {
|
||||
return base.Channel.GetGroupNo();
|
||||
}
|
||||
|
||||
public string GetGroupRoom(string Groupno) {
|
||||
return base.Channel.GetGroupRoom(Groupno);
|
||||
}
|
||||
|
||||
public string CheckRoom(string Roomno, string Refer) {
|
||||
return base.Channel.CheckRoom(Roomno, Refer);
|
||||
}
|
||||
|
||||
public string GetCheckRoom(string Roomno, string Sta) {
|
||||
return base.Channel.GetCheckRoom(Roomno, Sta);
|
||||
}
|
||||
|
||||
public string GetPosplu(string Pccode, string Plucode) {
|
||||
return base.Channel.GetPosplu(Pccode, Plucode);
|
||||
}
|
||||
|
||||
public string Getvipcard_Point(string cardno, string begin, string end) {
|
||||
return base.Channel.Getvipcard_Point(cardno, begin, end);
|
||||
}
|
||||
|
||||
public string Invoice_Binging(string accnt, string purchaserName, string taxNo, string bankno_accnt, string add_tel) {
|
||||
return base.Channel.Invoice_Binging(accnt, purchaserName, taxNo, bankno_accnt, add_tel);
|
||||
}
|
||||
|
||||
public string Partial_Checkout(string RequestXML) {
|
||||
return base.Channel.Partial_Checkout(RequestXML);
|
||||
}
|
||||
|
||||
public string Bos_Posting(string RequestXML) {
|
||||
return base.Channel.Bos_Posting(RequestXML);
|
||||
}
|
||||
|
||||
public string Argstbmp_Get(string guestno) {
|
||||
return base.Channel.Argstbmp_Get(guestno);
|
||||
}
|
||||
|
||||
public string Vippoint_Posting(string Strxml) {
|
||||
return base.Channel.Vippoint_Posting(Strxml);
|
||||
}
|
||||
}
|
||||
}
|
||||
32
WebSite/Service References/XR_PMS/Reference.svcmap
Normal file
32
WebSite/Service References/XR_PMS/Reference.svcmap
Normal file
@@ -0,0 +1,32 @@
|
||||
<?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="6609b758-df99-44e7-a815-309c2258bf10" xmlns="urn:schemas-microsoft-com:xml-wcfservicemap">
|
||||
<ClientOptions>
|
||||
<GenerateAsynchronousMethods>false</GenerateAsynchronousMethods>
|
||||
<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://60.190.224.118:5031/XRHotel_WS/mex" Protocol="mex" SourceId="1" />
|
||||
</MetadataSources>
|
||||
<Metadata>
|
||||
<MetadataFile FileName="service.wsdl" MetadataType="Wsdl" ID="06ed10de-4a89-42e7-92c1-764da4a030dd" SourceId="1" SourceUrl="http://60.190.224.118:5031/XRHotel_WS/mex" />
|
||||
<MetadataFile FileName="service.xsd" MetadataType="Schema" ID="acc6eff0-7b66-4e9b-a010-269d51b8aac6" SourceId="1" SourceUrl="http://60.190.224.118:5031/XRHotel_WS/mex" />
|
||||
<MetadataFile FileName="service1.xsd" MetadataType="Schema" ID="a7d979e9-7371-4db6-a0f1-97b12fc38266" SourceId="1" SourceUrl="http://60.190.224.118:5031/XRHotel_WS/mex" />
|
||||
</Metadata>
|
||||
<Extensions>
|
||||
<ExtensionFile FileName="configuration91.svcinfo" Name="configuration91.svcinfo" />
|
||||
<ExtensionFile FileName="configuration.svcinfo" Name="configuration.svcinfo" />
|
||||
</Extensions>
|
||||
</ReferenceGroup>
|
||||
10
WebSite/Service References/XR_PMS/configuration.svcinfo
Normal file
10
WebSite/Service References/XR_PMS/configuration.svcinfo
Normal 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:<?xml version="1.0" encoding="utf-16"?><Data name="BasicHttpBinding_XRHotel_ServiceSoap" />" bindingType="basicHttpBinding" name="BasicHttpBinding_XRHotel_ServiceSoap" />
|
||||
</bindings>
|
||||
<endpoints>
|
||||
<endpoint normalizedDigest="<?xml version="1.0" encoding="utf-16"?><Data address="http://192.168.5.184:5031/XRHotel_ws" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_XRHotel_ServiceSoap" contract="XR_PMS.XRHotel_ServiceSoap" name="BasicHttpBinding_XRHotel_ServiceSoap" />" digest="<?xml version="1.0" encoding="utf-16"?><Data address="http://192.168.5.184:5031/XRHotel_ws" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_XRHotel_ServiceSoap" contract="XR_PMS.XRHotel_ServiceSoap" name="BasicHttpBinding_XRHotel_ServiceSoap" />" contractName="XR_PMS.XRHotel_ServiceSoap" name="BasicHttpBinding_XRHotel_ServiceSoap" />
|
||||
</endpoints>
|
||||
</configurationSnapshot>
|
||||
201
WebSite/Service References/XR_PMS/configuration91.svcinfo
Normal file
201
WebSite/Service References/XR_PMS/configuration91.svcinfo
Normal 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="QJzcEZqYSjwdQmIw/ti44hhimQA=">
|
||||
<bindingConfigurations>
|
||||
<bindingConfiguration bindingType="basicHttpBinding" name="BasicHttpBinding_XRHotel_ServiceSoap">
|
||||
<properties>
|
||||
<property path="/name" isComplexType="false" isExplicitlyDefined="true" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<serializedValue>BasicHttpBinding_XRHotel_ServiceSoap</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>(集合)</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_XRHotel_ServiceSoap" contract="XR_PMS.XRHotel_ServiceSoap" bindingType="basicHttpBinding" address="http://192.168.5.184:5031/XRHotel_ws" bindingConfiguration="BasicHttpBinding_XRHotel_ServiceSoap">
|
||||
<properties>
|
||||
<property path="/address" isComplexType="false" isExplicitlyDefined="true" clrType="System.Uri, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<serializedValue>http://192.168.5.184:5031/XRHotel_ws</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_XRHotel_ServiceSoap</serializedValue>
|
||||
</property>
|
||||
<property path="/contract" isComplexType="false" isExplicitlyDefined="true" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<serializedValue>XR_PMS.XRHotel_ServiceSoap</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><Header /></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_XRHotel_ServiceSoap</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>
|
||||
456
WebSite/Service References/XR_PMS/service.wsdl
Normal file
456
WebSite/Service References/XR_PMS/service.wsdl
Normal file
@@ -0,0 +1,456 @@
|
||||
<?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:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Service" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
|
||||
<wsdl:types>
|
||||
<xsd:schema targetNamespace="http://tempuri.org/Imports">
|
||||
<xsd:import namespace="http://tempuri.org/" />
|
||||
<xsd:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
|
||||
</xsd:schema>
|
||||
</wsdl:types>
|
||||
<wsdl:message name="XRHotel_ServiceSoap_GuestInfoByPhone_InputMessage">
|
||||
<wsdl:part name="parameters" element="tns:GuestInfoByPhone" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="XRHotel_ServiceSoap_GuestInfoByPhone_OutputMessage">
|
||||
<wsdl:part name="parameters" element="tns:GuestInfoByPhoneResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="XRHotel_ServiceSoap_GuestInfo_InputMessage">
|
||||
<wsdl:part name="parameters" element="tns:GuestInfo" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="XRHotel_ServiceSoap_GuestInfo_OutputMessage">
|
||||
<wsdl:part name="parameters" element="tns:GuestInfoResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="XRHotel_ServiceSoap_QueryBill_InputMessage">
|
||||
<wsdl:part name="parameters" element="tns:QueryBill" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="XRHotel_ServiceSoap_QueryBill_OutputMessage">
|
||||
<wsdl:part name="parameters" element="tns:QueryBillResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="XRHotel_ServiceSoap_QueryBosBill_InputMessage">
|
||||
<wsdl:part name="parameters" element="tns:QueryBosBill" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="XRHotel_ServiceSoap_QueryBosBill_OutputMessage">
|
||||
<wsdl:part name="parameters" element="tns:QueryBosBillResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="XRHotel_ServiceSoap_Posting_InputMessage">
|
||||
<wsdl:part name="parameters" element="tns:Posting" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="XRHotel_ServiceSoap_Posting_OutputMessage">
|
||||
<wsdl:part name="parameters" element="tns:PostingResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="XRHotel_ServiceSoap_Roomview_InputMessage">
|
||||
<wsdl:part name="parameters" element="tns:Roomview" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="XRHotel_ServiceSoap_Roomview_OutputMessage">
|
||||
<wsdl:part name="parameters" element="tns:RoomviewResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="XRHotel_ServiceSoap_HouseInfo_InputMessage">
|
||||
<wsdl:part name="parameters" element="tns:HouseInfo" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="XRHotel_ServiceSoap_HouseInfo_OutputMessage">
|
||||
<wsdl:part name="parameters" element="tns:HouseInfoResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="XRHotel_ServiceSoap_CodeInfo_InputMessage">
|
||||
<wsdl:part name="parameters" element="tns:CodeInfo" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="XRHotel_ServiceSoap_CodeInfo_OutputMessage">
|
||||
<wsdl:part name="parameters" element="tns:CodeInfoResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="XRHotel_ServiceSoap_Foxhis_select_InputMessage">
|
||||
<wsdl:part name="parameters" element="tns:Foxhis_select" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="XRHotel_ServiceSoap_Foxhis_select_OutputMessage">
|
||||
<wsdl:part name="parameters" element="tns:Foxhis_selectResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="XRHotel_ServiceSoap_Foxhis_update_InputMessage">
|
||||
<wsdl:part name="parameters" element="tns:Foxhis_update" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="XRHotel_ServiceSoap_Foxhis_update_OutputMessage">
|
||||
<wsdl:part name="parameters" element="tns:Foxhis_updateResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="XRHotel_ServiceSoap_Modi_status_InputMessage">
|
||||
<wsdl:part name="parameters" element="tns:Modi_status" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="XRHotel_ServiceSoap_Modi_status_OutputMessage">
|
||||
<wsdl:part name="parameters" element="tns:Modi_statusResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="XRHotel_ServiceSoap_QueryGuest_InputMessage">
|
||||
<wsdl:part name="parameters" element="tns:QueryGuest" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="XRHotel_ServiceSoap_QueryGuest_OutputMessage">
|
||||
<wsdl:part name="parameters" element="tns:QueryGuestResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="XRHotel_ServiceSoap_GetGroupNo_InputMessage">
|
||||
<wsdl:part name="parameters" element="tns:GetGroupNo" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="XRHotel_ServiceSoap_GetGroupNo_OutputMessage">
|
||||
<wsdl:part name="parameters" element="tns:GetGroupNoResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="XRHotel_ServiceSoap_GetGroupRoom_InputMessage">
|
||||
<wsdl:part name="parameters" element="tns:GetGroupRoom" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="XRHotel_ServiceSoap_GetGroupRoom_OutputMessage">
|
||||
<wsdl:part name="parameters" element="tns:GetGroupRoomResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="XRHotel_ServiceSoap_CheckRoom_InputMessage">
|
||||
<wsdl:part name="parameters" element="tns:CheckRoom" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="XRHotel_ServiceSoap_CheckRoom_OutputMessage">
|
||||
<wsdl:part name="parameters" element="tns:CheckRoomResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="XRHotel_ServiceSoap_GetCheckRoom_InputMessage">
|
||||
<wsdl:part name="parameters" element="tns:GetCheckRoom" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="XRHotel_ServiceSoap_GetCheckRoom_OutputMessage">
|
||||
<wsdl:part name="parameters" element="tns:GetCheckRoomResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="XRHotel_ServiceSoap_GetPosplu_InputMessage">
|
||||
<wsdl:part name="parameters" element="tns:GetPosplu" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="XRHotel_ServiceSoap_GetPosplu_OutputMessage">
|
||||
<wsdl:part name="parameters" element="tns:GetPospluResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="XRHotel_ServiceSoap_Getvipcard_Point_InputMessage">
|
||||
<wsdl:part name="parameters" element="tns:Getvipcard_Point" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="XRHotel_ServiceSoap_Getvipcard_Point_OutputMessage">
|
||||
<wsdl:part name="parameters" element="tns:Getvipcard_PointResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="XRHotel_ServiceSoap_Invoice_Binging_InputMessage">
|
||||
<wsdl:part name="parameters" element="tns:Invoice_Binging" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="XRHotel_ServiceSoap_Invoice_Binging_OutputMessage">
|
||||
<wsdl:part name="parameters" element="tns:Invoice_BingingResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="XRHotel_ServiceSoap_Partial_Checkout_InputMessage">
|
||||
<wsdl:part name="parameters" element="tns:Partial_Checkout" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="XRHotel_ServiceSoap_Partial_Checkout_OutputMessage">
|
||||
<wsdl:part name="parameters" element="tns:Partial_CheckoutResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="XRHotel_ServiceSoap_Bos_Posting_InputMessage">
|
||||
<wsdl:part name="parameters" element="tns:Bos_Posting" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="XRHotel_ServiceSoap_Bos_Posting_OutputMessage">
|
||||
<wsdl:part name="parameters" element="tns:Bos_PostingResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="XRHotel_ServiceSoap_Argstbmp_Get_InputMessage">
|
||||
<wsdl:part name="parameters" element="tns:Argstbmp_Get" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="XRHotel_ServiceSoap_Argstbmp_Get_OutputMessage">
|
||||
<wsdl:part name="parameters" element="tns:Argstbmp_GetResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="XRHotel_ServiceSoap_Vippoint_Posting_InputMessage">
|
||||
<wsdl:part name="parameters" element="tns:Vippoint_Posting" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="XRHotel_ServiceSoap_Vippoint_Posting_OutputMessage">
|
||||
<wsdl:part name="parameters" element="tns:Vippoint_PostingResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:portType name="XRHotel_ServiceSoap">
|
||||
<wsdl:operation name="GuestInfoByPhone">
|
||||
<wsdl:input wsam:Action="http://tempuri.org/GuestInfoByPhone" message="tns:XRHotel_ServiceSoap_GuestInfoByPhone_InputMessage" />
|
||||
<wsdl:output wsam:Action="http://tempuri.org/XRHotel_ServiceSoap/GuestInfoByPhoneResponse" message="tns:XRHotel_ServiceSoap_GuestInfoByPhone_OutputMessage" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="GuestInfo">
|
||||
<wsdl:input wsam:Action="http://tempuri.org/GuestInfo" message="tns:XRHotel_ServiceSoap_GuestInfo_InputMessage" />
|
||||
<wsdl:output wsam:Action="http://tempuri.org/XRHotel_ServiceSoap/GuestInfoResponse" message="tns:XRHotel_ServiceSoap_GuestInfo_OutputMessage" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="QueryBill">
|
||||
<wsdl:input wsam:Action="http://tempuri.org/QueryBill" message="tns:XRHotel_ServiceSoap_QueryBill_InputMessage" />
|
||||
<wsdl:output wsam:Action="http://tempuri.org/XRHotel_ServiceSoap/QueryBillResponse" message="tns:XRHotel_ServiceSoap_QueryBill_OutputMessage" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="QueryBosBill">
|
||||
<wsdl:input wsam:Action="http://tempuri.org/QueryBosBill" message="tns:XRHotel_ServiceSoap_QueryBosBill_InputMessage" />
|
||||
<wsdl:output wsam:Action="http://tempuri.org/XRHotel_ServiceSoap/QueryBosBillResponse" message="tns:XRHotel_ServiceSoap_QueryBosBill_OutputMessage" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="Posting">
|
||||
<wsdl:input wsam:Action="http://tempuri.org/Posting" message="tns:XRHotel_ServiceSoap_Posting_InputMessage" />
|
||||
<wsdl:output wsam:Action="http://tempuri.org/XRHotel_ServiceSoap/PostingResponse" message="tns:XRHotel_ServiceSoap_Posting_OutputMessage" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="Roomview">
|
||||
<wsdl:input wsam:Action="http://tempuri.org/Roomview" message="tns:XRHotel_ServiceSoap_Roomview_InputMessage" />
|
||||
<wsdl:output wsam:Action="http://tempuri.org/XRHotel_ServiceSoap/RoomviewResponse" message="tns:XRHotel_ServiceSoap_Roomview_OutputMessage" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="HouseInfo">
|
||||
<wsdl:input wsam:Action="http://tempuri.org/HouseInfo" message="tns:XRHotel_ServiceSoap_HouseInfo_InputMessage" />
|
||||
<wsdl:output wsam:Action="http://tempuri.org/XRHotel_ServiceSoap/HouseInfoResponse" message="tns:XRHotel_ServiceSoap_HouseInfo_OutputMessage" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="CodeInfo">
|
||||
<wsdl:input wsam:Action="http://tempuri.org/CodeInfo" message="tns:XRHotel_ServiceSoap_CodeInfo_InputMessage" />
|
||||
<wsdl:output wsam:Action="http://tempuri.org/XRHotel_ServiceSoap/CodeInfoResponse" message="tns:XRHotel_ServiceSoap_CodeInfo_OutputMessage" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="Foxhis_select">
|
||||
<wsdl:input wsam:Action="http://tempuri.org/Foxhis_select" message="tns:XRHotel_ServiceSoap_Foxhis_select_InputMessage" />
|
||||
<wsdl:output wsam:Action="http://tempuri.org/XRHotel_ServiceSoap/Foxhis_selectResponse" message="tns:XRHotel_ServiceSoap_Foxhis_select_OutputMessage" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="Foxhis_update">
|
||||
<wsdl:input wsam:Action="http://tempuri.org/Foxhis_update" message="tns:XRHotel_ServiceSoap_Foxhis_update_InputMessage" />
|
||||
<wsdl:output wsam:Action="http://tempuri.org/XRHotel_ServiceSoap/Foxhis_updateResponse" message="tns:XRHotel_ServiceSoap_Foxhis_update_OutputMessage" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="Modi_status">
|
||||
<wsdl:input wsam:Action="http://tempuri.org/Modi_status" message="tns:XRHotel_ServiceSoap_Modi_status_InputMessage" />
|
||||
<wsdl:output wsam:Action="http://tempuri.org/XRHotel_ServiceSoap/Modi_statusResponse" message="tns:XRHotel_ServiceSoap_Modi_status_OutputMessage" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="QueryGuest">
|
||||
<wsdl:input wsam:Action="http://tempuri.org/QueryGuest" message="tns:XRHotel_ServiceSoap_QueryGuest_InputMessage" />
|
||||
<wsdl:output wsam:Action="http://tempuri.org/XRHotel_ServiceSoap/QueryGuestResponse" message="tns:XRHotel_ServiceSoap_QueryGuest_OutputMessage" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="GetGroupNo">
|
||||
<wsdl:input wsam:Action="http://tempuri.org/GetGroupNo" message="tns:XRHotel_ServiceSoap_GetGroupNo_InputMessage" />
|
||||
<wsdl:output wsam:Action="http://tempuri.org/XRHotel_ServiceSoap/GetGroupNoResponse" message="tns:XRHotel_ServiceSoap_GetGroupNo_OutputMessage" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="GetGroupRoom">
|
||||
<wsdl:input wsam:Action="http://tempuri.org/GetGroupRoom" message="tns:XRHotel_ServiceSoap_GetGroupRoom_InputMessage" />
|
||||
<wsdl:output wsam:Action="http://tempuri.org/XRHotel_ServiceSoap/GetGroupRoomResponse" message="tns:XRHotel_ServiceSoap_GetGroupRoom_OutputMessage" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="CheckRoom">
|
||||
<wsdl:input wsam:Action="http://tempuri.org/CheckRoom" message="tns:XRHotel_ServiceSoap_CheckRoom_InputMessage" />
|
||||
<wsdl:output wsam:Action="http://tempuri.org/XRHotel_ServiceSoap/CheckRoomResponse" message="tns:XRHotel_ServiceSoap_CheckRoom_OutputMessage" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="GetCheckRoom">
|
||||
<wsdl:input wsam:Action="http://tempuri.org/GetCheckRoom" message="tns:XRHotel_ServiceSoap_GetCheckRoom_InputMessage" />
|
||||
<wsdl:output wsam:Action="http://tempuri.org/XRHotel_ServiceSoap/GetCheckRoomResponse" message="tns:XRHotel_ServiceSoap_GetCheckRoom_OutputMessage" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="GetPosplu">
|
||||
<wsdl:input wsam:Action="http://tempuri.org/GetPosplu" message="tns:XRHotel_ServiceSoap_GetPosplu_InputMessage" />
|
||||
<wsdl:output wsam:Action="http://tempuri.org/XRHotel_ServiceSoap/GetPospluResponse" message="tns:XRHotel_ServiceSoap_GetPosplu_OutputMessage" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="Getvipcard_Point">
|
||||
<wsdl:input wsam:Action="http://tempuri.org/Getvipcard_Point" message="tns:XRHotel_ServiceSoap_Getvipcard_Point_InputMessage" />
|
||||
<wsdl:output wsam:Action="http://tempuri.org/XRHotel_ServiceSoap/Getvipcard_PointResponse" message="tns:XRHotel_ServiceSoap_Getvipcard_Point_OutputMessage" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="Invoice_Binging">
|
||||
<wsdl:input wsam:Action="http://tempuri.org/Invoice_Binging" message="tns:XRHotel_ServiceSoap_Invoice_Binging_InputMessage" />
|
||||
<wsdl:output wsam:Action="http://tempuri.org/XRHotel_ServiceSoap/Invoice_BingingResponse" message="tns:XRHotel_ServiceSoap_Invoice_Binging_OutputMessage" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="Partial_Checkout">
|
||||
<wsdl:input wsam:Action="http://tempuri.org/Partial_Checkout" message="tns:XRHotel_ServiceSoap_Partial_Checkout_InputMessage" />
|
||||
<wsdl:output wsam:Action="http://tempuri.org/XRHotel_ServiceSoap/Partial_CheckoutResponse" message="tns:XRHotel_ServiceSoap_Partial_Checkout_OutputMessage" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="Bos_Posting">
|
||||
<wsdl:input wsam:Action="http://tempuri.org/Bos_Posting" message="tns:XRHotel_ServiceSoap_Bos_Posting_InputMessage" />
|
||||
<wsdl:output wsam:Action="http://tempuri.org/XRHotel_ServiceSoap/Bos_PostingResponse" message="tns:XRHotel_ServiceSoap_Bos_Posting_OutputMessage" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="Argstbmp_Get">
|
||||
<wsdl:input wsam:Action="http://tempuri.org/Argstbmp_Get" message="tns:XRHotel_ServiceSoap_Argstbmp_Get_InputMessage" />
|
||||
<wsdl:output wsam:Action="http://tempuri.org/XRHotel_ServiceSoap/Argstbmp_GetResponse" message="tns:XRHotel_ServiceSoap_Argstbmp_Get_OutputMessage" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="Vippoint_Posting">
|
||||
<wsdl:input wsam:Action="http://tempuri.org/Vippoint_Posting" message="tns:XRHotel_ServiceSoap_Vippoint_Posting_InputMessage" />
|
||||
<wsdl:output wsam:Action="http://tempuri.org/XRHotel_ServiceSoap/Vippoint_PostingResponse" message="tns:XRHotel_ServiceSoap_Vippoint_Posting_OutputMessage" />
|
||||
</wsdl:operation>
|
||||
</wsdl:portType>
|
||||
<wsdl:binding name="BasicHttpBinding_XRHotel_ServiceSoap" type="tns:XRHotel_ServiceSoap">
|
||||
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
||||
<wsdl:operation name="GuestInfoByPhone">
|
||||
<soap:operation soapAction="http://tempuri.org/GuestInfoByPhone" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="GuestInfo">
|
||||
<soap:operation soapAction="http://tempuri.org/GuestInfo" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="QueryBill">
|
||||
<soap:operation soapAction="http://tempuri.org/QueryBill" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="QueryBosBill">
|
||||
<soap:operation soapAction="http://tempuri.org/QueryBosBill" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="Posting">
|
||||
<soap:operation soapAction="http://tempuri.org/Posting" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="Roomview">
|
||||
<soap:operation soapAction="http://tempuri.org/Roomview" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="HouseInfo">
|
||||
<soap:operation soapAction="http://tempuri.org/HouseInfo" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="CodeInfo">
|
||||
<soap:operation soapAction="http://tempuri.org/CodeInfo" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="Foxhis_select">
|
||||
<soap:operation soapAction="http://tempuri.org/Foxhis_select" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="Foxhis_update">
|
||||
<soap:operation soapAction="http://tempuri.org/Foxhis_update" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="Modi_status">
|
||||
<soap:operation soapAction="http://tempuri.org/Modi_status" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="QueryGuest">
|
||||
<soap:operation soapAction="http://tempuri.org/QueryGuest" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="GetGroupNo">
|
||||
<soap:operation soapAction="http://tempuri.org/GetGroupNo" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="GetGroupRoom">
|
||||
<soap:operation soapAction="http://tempuri.org/GetGroupRoom" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="CheckRoom">
|
||||
<soap:operation soapAction="http://tempuri.org/CheckRoom" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="GetCheckRoom">
|
||||
<soap:operation soapAction="http://tempuri.org/GetCheckRoom" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="GetPosplu">
|
||||
<soap:operation soapAction="http://tempuri.org/GetPosplu" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="Getvipcard_Point">
|
||||
<soap:operation soapAction="http://tempuri.org/Getvipcard_Point" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="Invoice_Binging">
|
||||
<soap:operation soapAction="http://tempuri.org/Invoice_Binging" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="Partial_Checkout">
|
||||
<soap:operation soapAction="http://tempuri.org/Partial_Checkout" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="Bos_Posting">
|
||||
<soap:operation soapAction="http://tempuri.org/Bos_Posting" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="Argstbmp_Get">
|
||||
<soap:operation soapAction="http://tempuri.org/Argstbmp_Get" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="Vippoint_Posting">
|
||||
<soap:operation soapAction="http://tempuri.org/Vippoint_Posting" 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="Service">
|
||||
<wsdl:port name="BasicHttpBinding_XRHotel_ServiceSoap" binding="tns:BasicHttpBinding_XRHotel_ServiceSoap">
|
||||
<soap:address location="http://192.168.5.184:5031/XRHotel_ws" />
|
||||
</wsdl:port>
|
||||
</wsdl:service>
|
||||
</wsdl:definitions>
|
||||
343
WebSite/Service References/XR_PMS/service.xsd
Normal file
343
WebSite/Service References/XR_PMS/service.xsd
Normal file
@@ -0,0 +1,343 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xs:schema xmlns:tns="http://tempuri.org/" elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||
<xs:element name="GuestInfoByPhone">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="Phone" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="GuestInfoByPhoneResponse">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="GuestInfoByPhoneResult" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="GuestInfo">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
|
||||
<xs:element minOccurs="0" name="Pwd" nillable="true" type="xs:string" />
|
||||
<xs:element minOccurs="0" name="Roomno" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="GuestInfoResponse">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="GuestInfoResult" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="QueryBill">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="Roomno" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="QueryBillResponse">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="QueryBillResult" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="QueryBosBill">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="Foliono" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="QueryBosBillResponse">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="QueryBosBillResult" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Posting">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="Fun" nillable="true" type="xs:string" />
|
||||
<xs:element minOccurs="0" name="Strxml" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="PostingResponse">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="PostingResult" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Roomview">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="Hall" nillable="true" type="xs:string" />
|
||||
<xs:element minOccurs="0" name="Flr" nillable="true" type="xs:string" />
|
||||
<xs:element minOccurs="0" name="Types" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="RoomviewResponse">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="RoomviewResult" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="HouseInfo">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="Types" nillable="true" type="xs:string" />
|
||||
<xs:element minOccurs="0" name="_begin" nillable="true" type="xs:string" />
|
||||
<xs:element minOccurs="0" name="_end" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="HouseInfoResponse">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="HouseInfoResult" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="CodeInfo">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="CodeType" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="CodeInfoResponse">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="CodeInfoResult" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Foxhis_select">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="RequestXML" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Foxhis_selectResponse">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="Foxhis_selectResult" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Foxhis_update">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="ID" type="xs:long" />
|
||||
<xs:element minOccurs="0" name="RequestXML" nillable="true" type="xs:string" />
|
||||
<xs:element minOccurs="0" name="PaycodesXML" nillable="true" type="xs:string" />
|
||||
<xs:element minOccurs="0" name="DetailXML" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Foxhis_updateResponse">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="Foxhis_updateResult" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Modi_status">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="Sta" nillable="true" type="xs:string" />
|
||||
<xs:element minOccurs="0" name="Roomno" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Modi_statusResponse">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="Modi_statusResult" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="QueryGuest">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="Sta" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="QueryGuestResponse">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="QueryGuestResult" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="GetGroupNo">
|
||||
<xs:complexType>
|
||||
<xs:sequence />
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="GetGroupNoResponse">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="GetGroupNoResult" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="GetGroupRoom">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="Groupno" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="GetGroupRoomResponse">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="GetGroupRoomResult" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="CheckRoom">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="Roomno" nillable="true" type="xs:string" />
|
||||
<xs:element minOccurs="0" name="Refer" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="CheckRoomResponse">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="CheckRoomResult" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="GetCheckRoom">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="Roomno" nillable="true" type="xs:string" />
|
||||
<xs:element minOccurs="0" name="Sta" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="GetCheckRoomResponse">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="GetCheckRoomResult" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="GetPosplu">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="Pccode" nillable="true" type="xs:string" />
|
||||
<xs:element minOccurs="0" name="Plucode" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="GetPospluResponse">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="GetPospluResult" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Getvipcard_Point">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="cardno" nillable="true" type="xs:string" />
|
||||
<xs:element minOccurs="0" name="begin" nillable="true" type="xs:string" />
|
||||
<xs:element minOccurs="0" name="end" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Getvipcard_PointResponse">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="Getvipcard_PointResult" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Invoice_Binging">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="accnt" nillable="true" type="xs:string" />
|
||||
<xs:element minOccurs="0" name="purchaserName" nillable="true" type="xs:string" />
|
||||
<xs:element minOccurs="0" name="taxNo" nillable="true" type="xs:string" />
|
||||
<xs:element minOccurs="0" name="bankno_accnt" nillable="true" type="xs:string" />
|
||||
<xs:element minOccurs="0" name="add_tel" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Invoice_BingingResponse">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="Invoice_BingingResult" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Partial_Checkout">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="RequestXML" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Partial_CheckoutResponse">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="Partial_CheckoutResult" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Bos_Posting">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="RequestXML" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Bos_PostingResponse">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="Bos_PostingResult" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Argstbmp_Get">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="guestno" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Argstbmp_GetResponse">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="Argstbmp_GetResult" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Vippoint_Posting">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="Strxml" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Vippoint_PostingResponse">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="Vippoint_PostingResult" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:schema>
|
||||
42
WebSite/Service References/XR_PMS/service1.xsd
Normal file
42
WebSite/Service References/XR_PMS/service1.xsd
Normal file
@@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<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>
|
||||
324
WebSite/Service References/syncstatus/Reference.cs
Normal file
324
WebSite/Service References/syncstatus/Reference.cs
Normal file
@@ -0,0 +1,324 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace WebSite.syncstatus {
|
||||
using System.Data;
|
||||
|
||||
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||||
[System.ServiceModel.ServiceContractAttribute(Namespace="http://www.blw.com/", ConfigurationName="syncstatus.syncstatusSoap")]
|
||||
public interface syncstatusSoap {
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://www.blw.com/GetRoomRecord", ReplyAction="*")]
|
||||
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
|
||||
System.Data.DataSet GetRoomRecord(string code, string roomNumber, string tableName);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://www.blw.com/GetRoomCustomerByHotelID", ReplyAction="*")]
|
||||
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
|
||||
string GetRoomCustomerByHotelID(int hotelID, string roomNumber, ref string phoneNumber);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://www.blw.com/GetRoomCustomer", ReplyAction="*")]
|
||||
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
|
||||
System.Data.DataSet GetRoomCustomer(long checkInID);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://www.blw.com/GetHotelCode", ReplyAction="*")]
|
||||
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
|
||||
System.Data.DataSet GetHotelCode();
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://www.blw.com/GetHotelByCode", ReplyAction="*")]
|
||||
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
|
||||
System.Data.DataTable GetHotelByCode(string code);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://www.blw.com/GetCheckInOrOutRecord", ReplyAction="*")]
|
||||
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
|
||||
System.Data.DataSet GetCheckInOrOutRecord(string code);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://www.blw.com/GetDevices", ReplyAction="*")]
|
||||
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
|
||||
System.Data.DataSet GetDevices(string code);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://www.blw.com/SaveDevice", ReplyAction="*")]
|
||||
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
|
||||
int SaveDevice(long id, string hotelCode, string roomNumber);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://www.blw.com/UpdateCheckInOrOutRecord", ReplyAction="*")]
|
||||
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
|
||||
int UpdateCheckInOrOutRecord(string code, long id, int flag);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://www.blw.com/ValidateNumber", ReplyAction="*")]
|
||||
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
|
||||
bool ValidateNumber(int hotelID, string roomNumber, string validateCode);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://www.blw.com/ValidateNumberByCode", ReplyAction="*")]
|
||||
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
|
||||
bool ValidateNumberByCode(string code, string roomNumber, string validateCode);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://www.blw.com/GetCodeAndRoomNumberByPhone", ReplyAction="*")]
|
||||
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
|
||||
System.Data.DataTable GetCodeAndRoomNumberByPhone(string phone);
|
||||
|
||||
// CODEGEN: 参数“photo”需要其他方案信息,使用参数模式无法捕获这些信息。特定特性为“System.Xml.Serialization.XmlElementAttribute”。
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://www.blw.com/UploadPhoto", ReplyAction="*")]
|
||||
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
|
||||
WebSite.syncstatus.UploadPhotoResponse UploadPhoto(WebSite.syncstatus.UploadPhotoRequest request);
|
||||
|
||||
// CODEGEN: 参数“photo”需要其他方案信息,使用参数模式无法捕获这些信息。特定特性为“System.Xml.Serialization.XmlElementAttribute”。
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://www.blw.com/FaceMatch", ReplyAction="*")]
|
||||
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
|
||||
WebSite.syncstatus.FaceMatchResponse FaceMatch(WebSite.syncstatus.FaceMatchRequest request);
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
[System.ServiceModel.MessageContractAttribute(WrapperName="UploadPhoto", WrapperNamespace="http://www.blw.com/", IsWrapped=true)]
|
||||
public partial class UploadPhotoRequest {
|
||||
|
||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.blw.com/", Order=0)]
|
||||
public int idType;
|
||||
|
||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.blw.com/", Order=1)]
|
||||
public string idCard;
|
||||
|
||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.blw.com/", Order=2)]
|
||||
public string name;
|
||||
|
||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.blw.com/", Order=3)]
|
||||
public int sex;
|
||||
|
||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.blw.com/", Order=4)]
|
||||
public string birthday;
|
||||
|
||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.blw.com/", Order=5)]
|
||||
[System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")]
|
||||
public byte[] photo;
|
||||
|
||||
public UploadPhotoRequest() {
|
||||
}
|
||||
|
||||
public UploadPhotoRequest(int idType, string idCard, string name, int sex, string birthday, byte[] photo) {
|
||||
this.idType = idType;
|
||||
this.idCard = idCard;
|
||||
this.name = name;
|
||||
this.sex = sex;
|
||||
this.birthday = birthday;
|
||||
this.photo = photo;
|
||||
}
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
[System.ServiceModel.MessageContractAttribute(WrapperName="UploadPhotoResponse", WrapperNamespace="http://www.blw.com/", IsWrapped=true)]
|
||||
public partial class UploadPhotoResponse {
|
||||
|
||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.blw.com/", Order=0)]
|
||||
public bool UploadPhotoResult;
|
||||
|
||||
public UploadPhotoResponse() {
|
||||
}
|
||||
|
||||
public UploadPhotoResponse(bool UploadPhotoResult) {
|
||||
this.UploadPhotoResult = UploadPhotoResult;
|
||||
}
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
[System.ServiceModel.MessageContractAttribute(WrapperName="FaceMatch", WrapperNamespace="http://www.blw.com/", IsWrapped=true)]
|
||||
public partial class FaceMatchRequest {
|
||||
|
||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.blw.com/", Order=0)]
|
||||
[System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")]
|
||||
public byte[] photo;
|
||||
|
||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.blw.com/", Order=1)]
|
||||
public int idType;
|
||||
|
||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.blw.com/", Order=2)]
|
||||
public string idCard;
|
||||
|
||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.blw.com/", Order=3)]
|
||||
public string name;
|
||||
|
||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.blw.com/", Order=4)]
|
||||
public int sex;
|
||||
|
||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.blw.com/", Order=5)]
|
||||
[System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")]
|
||||
public byte[] matchPhoto;
|
||||
|
||||
public FaceMatchRequest() {
|
||||
}
|
||||
|
||||
public FaceMatchRequest(byte[] photo, int idType, string idCard, string name, int sex, byte[] matchPhoto) {
|
||||
this.photo = photo;
|
||||
this.idType = idType;
|
||||
this.idCard = idCard;
|
||||
this.name = name;
|
||||
this.sex = sex;
|
||||
this.matchPhoto = matchPhoto;
|
||||
}
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
[System.ServiceModel.MessageContractAttribute(WrapperName="FaceMatchResponse", WrapperNamespace="http://www.blw.com/", IsWrapped=true)]
|
||||
public partial class FaceMatchResponse {
|
||||
|
||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.blw.com/", Order=0)]
|
||||
public bool FaceMatchResult;
|
||||
|
||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.blw.com/", Order=1)]
|
||||
public int idType;
|
||||
|
||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.blw.com/", Order=2)]
|
||||
public string idCard;
|
||||
|
||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.blw.com/", Order=3)]
|
||||
public string name;
|
||||
|
||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.blw.com/", Order=4)]
|
||||
public int sex;
|
||||
|
||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.blw.com/", Order=5)]
|
||||
[System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")]
|
||||
public byte[] matchPhoto;
|
||||
|
||||
public FaceMatchResponse() {
|
||||
}
|
||||
|
||||
public FaceMatchResponse(bool FaceMatchResult, int idType, string idCard, string name, int sex, byte[] matchPhoto) {
|
||||
this.FaceMatchResult = FaceMatchResult;
|
||||
this.idType = idType;
|
||||
this.idCard = idCard;
|
||||
this.name = name;
|
||||
this.sex = sex;
|
||||
this.matchPhoto = matchPhoto;
|
||||
}
|
||||
}
|
||||
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||||
public interface syncstatusSoapChannel : WebSite.syncstatus.syncstatusSoap, System.ServiceModel.IClientChannel {
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||||
public partial class syncstatusSoapClient : System.ServiceModel.ClientBase<WebSite.syncstatus.syncstatusSoap>, WebSite.syncstatus.syncstatusSoap {
|
||||
|
||||
public syncstatusSoapClient() {
|
||||
}
|
||||
|
||||
public syncstatusSoapClient(string endpointConfigurationName) :
|
||||
base(endpointConfigurationName) {
|
||||
}
|
||||
|
||||
public syncstatusSoapClient(string endpointConfigurationName, string remoteAddress) :
|
||||
base(endpointConfigurationName, remoteAddress) {
|
||||
}
|
||||
|
||||
public syncstatusSoapClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
|
||||
base(endpointConfigurationName, remoteAddress) {
|
||||
}
|
||||
|
||||
public syncstatusSoapClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
|
||||
base(binding, remoteAddress) {
|
||||
}
|
||||
|
||||
public System.Data.DataSet GetRoomRecord(string code, string roomNumber, string tableName) {
|
||||
return base.Channel.GetRoomRecord(code, roomNumber, tableName);
|
||||
}
|
||||
|
||||
public string GetRoomCustomerByHotelID(int hotelID, string roomNumber, ref string phoneNumber) {
|
||||
return base.Channel.GetRoomCustomerByHotelID(hotelID, roomNumber, ref phoneNumber);
|
||||
}
|
||||
|
||||
public System.Data.DataSet GetRoomCustomer(long checkInID) {
|
||||
return base.Channel.GetRoomCustomer(checkInID);
|
||||
}
|
||||
|
||||
public System.Data.DataSet GetHotelCode() {
|
||||
return base.Channel.GetHotelCode();
|
||||
}
|
||||
|
||||
public System.Data.DataTable GetHotelByCode(string code) {
|
||||
return base.Channel.GetHotelByCode(code);
|
||||
}
|
||||
|
||||
public System.Data.DataSet GetCheckInOrOutRecord(string code) {
|
||||
return base.Channel.GetCheckInOrOutRecord(code);
|
||||
}
|
||||
|
||||
public System.Data.DataSet GetDevices(string code) {
|
||||
return base.Channel.GetDevices(code);
|
||||
}
|
||||
|
||||
public int SaveDevice(long id, string hotelCode, string roomNumber) {
|
||||
return base.Channel.SaveDevice(id, hotelCode, roomNumber);
|
||||
}
|
||||
|
||||
public int UpdateCheckInOrOutRecord(string code, long id, int flag) {
|
||||
return base.Channel.UpdateCheckInOrOutRecord(code, id, flag);
|
||||
}
|
||||
|
||||
public bool ValidateNumber(int hotelID, string roomNumber, string validateCode) {
|
||||
return base.Channel.ValidateNumber(hotelID, roomNumber, validateCode);
|
||||
}
|
||||
|
||||
public bool ValidateNumberByCode(string code, string roomNumber, string validateCode) {
|
||||
return base.Channel.ValidateNumberByCode(code, roomNumber, validateCode);
|
||||
}
|
||||
|
||||
public System.Data.DataTable GetCodeAndRoomNumberByPhone(string phone) {
|
||||
return base.Channel.GetCodeAndRoomNumberByPhone(phone);
|
||||
}
|
||||
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
WebSite.syncstatus.UploadPhotoResponse WebSite.syncstatus.syncstatusSoap.UploadPhoto(WebSite.syncstatus.UploadPhotoRequest request) {
|
||||
return base.Channel.UploadPhoto(request);
|
||||
}
|
||||
|
||||
public bool UploadPhoto(int idType, string idCard, string name, int sex, string birthday, byte[] photo) {
|
||||
WebSite.syncstatus.UploadPhotoRequest inValue = new WebSite.syncstatus.UploadPhotoRequest();
|
||||
inValue.idType = idType;
|
||||
inValue.idCard = idCard;
|
||||
inValue.name = name;
|
||||
inValue.sex = sex;
|
||||
inValue.birthday = birthday;
|
||||
inValue.photo = photo;
|
||||
WebSite.syncstatus.UploadPhotoResponse retVal = ((WebSite.syncstatus.syncstatusSoap)(this)).UploadPhoto(inValue);
|
||||
return retVal.UploadPhotoResult;
|
||||
}
|
||||
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
WebSite.syncstatus.FaceMatchResponse WebSite.syncstatus.syncstatusSoap.FaceMatch(WebSite.syncstatus.FaceMatchRequest request) {
|
||||
return base.Channel.FaceMatch(request);
|
||||
}
|
||||
|
||||
public bool FaceMatch(byte[] photo, ref int idType, ref string idCard, ref string name, ref int sex, ref byte[] matchPhoto) {
|
||||
WebSite.syncstatus.FaceMatchRequest inValue = new WebSite.syncstatus.FaceMatchRequest();
|
||||
inValue.photo = photo;
|
||||
inValue.idType = idType;
|
||||
inValue.idCard = idCard;
|
||||
inValue.name = name;
|
||||
inValue.sex = sex;
|
||||
inValue.matchPhoto = matchPhoto;
|
||||
WebSite.syncstatus.FaceMatchResponse retVal = ((WebSite.syncstatus.syncstatusSoap)(this)).FaceMatch(inValue);
|
||||
idType = retVal.idType;
|
||||
idCard = retVal.idCard;
|
||||
name = retVal.name;
|
||||
sex = retVal.sex;
|
||||
matchPhoto = retVal.matchPhoto;
|
||||
return retVal.FaceMatchResult;
|
||||
}
|
||||
}
|
||||
}
|
||||
31
WebSite/Service References/syncstatus/Reference.svcmap
Normal file
31
WebSite/Service References/syncstatus/Reference.svcmap
Normal 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="e4cc7b43-3742-49de-a5bd-d913c4c77bae" xmlns="urn:schemas-microsoft-com:xml-wcfservicemap">
|
||||
<ClientOptions>
|
||||
<GenerateAsynchronousMethods>false</GenerateAsynchronousMethods>
|
||||
<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://pms.boonlive-rcu.com:89/syncstatus.asmx" Protocol="http" SourceId="1" />
|
||||
</MetadataSources>
|
||||
<Metadata>
|
||||
<MetadataFile FileName="syncstatus.wsdl" MetadataType="Wsdl" ID="e3a9d21b-9d90-48d5-b32e-425165933caa" SourceId="1" SourceUrl="http://pms.boonlive-rcu.com:89/syncstatus.asmx?wsdl" />
|
||||
<MetadataFile FileName="syncstatus.disco" MetadataType="Disco" ID="8ac37897-c12b-45c5-a9aa-adb404ac5a37" SourceId="1" SourceUrl="http://pms.boonlive-rcu.com:89/syncstatus.asmx?disco" />
|
||||
</Metadata>
|
||||
<Extensions>
|
||||
<ExtensionFile FileName="configuration91.svcinfo" Name="configuration91.svcinfo" />
|
||||
<ExtensionFile FileName="configuration.svcinfo" Name="configuration.svcinfo" />
|
||||
</Extensions>
|
||||
</ReferenceGroup>
|
||||
10
WebSite/Service References/syncstatus/configuration.svcinfo
Normal file
10
WebSite/Service References/syncstatus/configuration.svcinfo
Normal 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:<?xml version="1.0" encoding="utf-16"?><Data name="syncstatusSoap" />" bindingType="basicHttpBinding" name="syncstatusSoap" />
|
||||
</bindings>
|
||||
<endpoints>
|
||||
<endpoint normalizedDigest="<?xml version="1.0" encoding="utf-16"?><Data address="http://pms.boonlive-rcu.com:89/syncstatus.asmx" binding="basicHttpBinding" bindingConfiguration="syncstatusSoap" contract="syncstatus.syncstatusSoap" name="syncstatusSoap" />" digest="<?xml version="1.0" encoding="utf-16"?><Data address="http://pms.boonlive-rcu.com:89/syncstatus.asmx" binding="basicHttpBinding" bindingConfiguration="syncstatusSoap" contract="syncstatus.syncstatusSoap" name="syncstatusSoap" />" contractName="syncstatus.syncstatusSoap" name="syncstatusSoap" />
|
||||
</endpoints>
|
||||
</configurationSnapshot>
|
||||
201
WebSite/Service References/syncstatus/configuration91.svcinfo
Normal file
201
WebSite/Service References/syncstatus/configuration91.svcinfo
Normal 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="ko202D0GQKrlMkChvsLGa8AGl+I=">
|
||||
<bindingConfigurations>
|
||||
<bindingConfiguration bindingType="basicHttpBinding" name="syncstatusSoap">
|
||||
<properties>
|
||||
<property path="/name" isComplexType="false" isExplicitlyDefined="true" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<serializedValue>syncstatusSoap</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>(集合)</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="syncstatusSoap" contract="syncstatus.syncstatusSoap" bindingType="basicHttpBinding" address="http://pms.boonlive-rcu.com:89/syncstatus.asmx" bindingConfiguration="syncstatusSoap">
|
||||
<properties>
|
||||
<property path="/address" isComplexType="false" isExplicitlyDefined="true" clrType="System.Uri, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<serializedValue>http://pms.boonlive-rcu.com:89/syncstatus.asmx</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>syncstatusSoap</serializedValue>
|
||||
</property>
|
||||
<property path="/contract" isComplexType="false" isExplicitlyDefined="true" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<serializedValue>syncstatus.syncstatusSoap</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><Header /></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>syncstatusSoap</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>
|
||||
6
WebSite/Service References/syncstatus/syncstatus.disco
Normal file
6
WebSite/Service References/syncstatus/syncstatus.disco
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<discovery xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/disco/">
|
||||
<contractRef ref="http://pms.boonlive-rcu.com:89/syncstatus.asmx?wsdl" docRef="http://pms.boonlive-rcu.com:89/syncstatus.asmx" xmlns="http://schemas.xmlsoap.org/disco/scl/" />
|
||||
<soap address="http://pms.boonlive-rcu.com:89/syncstatus.asmx" xmlns:q1="http://www.blw.com/" binding="q1:syncstatusSoap" xmlns="http://schemas.xmlsoap.org/disco/soap/" />
|
||||
<soap address="http://pms.boonlive-rcu.com:89/syncstatus.asmx" xmlns:q2="http://www.blw.com/" binding="q2:syncstatusSoap12" xmlns="http://schemas.xmlsoap.org/disco/soap/" />
|
||||
</discovery>
|
||||
684
WebSite/Service References/syncstatus/syncstatus.wsdl
Normal file
684
WebSite/Service References/syncstatus/syncstatus.wsdl
Normal file
@@ -0,0 +1,684 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://www.blw.com/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://www.blw.com/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
|
||||
<wsdl:types>
|
||||
<s:schema elementFormDefault="qualified" targetNamespace="http://www.blw.com/">
|
||||
<s:element name="GetRoomRecord">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="0" maxOccurs="1" name="code" type="s:string" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="roomNumber" type="s:string" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="tableName" type="s:string" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="GetRoomRecordResponse">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="0" maxOccurs="1" name="GetRoomRecordResult">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element ref="s:schema" />
|
||||
<s:any />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="GetRoomCustomerByHotelID">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="1" maxOccurs="1" name="hotelID" type="s:int" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="roomNumber" type="s:string" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="phoneNumber" type="s:string" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="GetRoomCustomerByHotelIDResponse">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="0" maxOccurs="1" name="GetRoomCustomerByHotelIDResult" type="s:string" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="phoneNumber" type="s:string" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="GetRoomCustomer">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="1" maxOccurs="1" name="checkInID" type="s:long" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="GetRoomCustomerResponse">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="0" maxOccurs="1" name="GetRoomCustomerResult">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element ref="s:schema" />
|
||||
<s:any />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="GetHotelCode">
|
||||
<s:complexType />
|
||||
</s:element>
|
||||
<s:element name="GetHotelCodeResponse">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="0" maxOccurs="1" name="GetHotelCodeResult">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element ref="s:schema" />
|
||||
<s:any />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="GetHotelByCode">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="0" maxOccurs="1" name="code" type="s:string" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="GetHotelByCodeResponse">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="0" maxOccurs="1" name="GetHotelByCodeResult">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:any minOccurs="0" maxOccurs="unbounded" namespace="http://www.w3.org/2001/XMLSchema" processContents="lax" />
|
||||
<s:any minOccurs="1" namespace="urn:schemas-microsoft-com:xml-diffgram-v1" processContents="lax" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="GetCheckInOrOutRecord">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="0" maxOccurs="1" name="code" type="s:string" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="GetCheckInOrOutRecordResponse">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="0" maxOccurs="1" name="GetCheckInOrOutRecordResult">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element ref="s:schema" />
|
||||
<s:any />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="GetDevices">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="0" maxOccurs="1" name="code" type="s:string" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="GetDevicesResponse">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="0" maxOccurs="1" name="GetDevicesResult">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element ref="s:schema" />
|
||||
<s:any />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="SaveDevice">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="1" maxOccurs="1" name="id" type="s:long" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="hotelCode" type="s:string" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="roomNumber" type="s:string" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="SaveDeviceResponse">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="1" maxOccurs="1" name="SaveDeviceResult" type="s:int" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="UpdateCheckInOrOutRecord">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="0" maxOccurs="1" name="code" type="s:string" />
|
||||
<s:element minOccurs="1" maxOccurs="1" name="id" type="s:long" />
|
||||
<s:element minOccurs="1" maxOccurs="1" name="flag" type="s:int" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="UpdateCheckInOrOutRecordResponse">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="1" maxOccurs="1" name="UpdateCheckInOrOutRecordResult" type="s:int" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="ValidateNumber">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="1" maxOccurs="1" name="hotelID" type="s:int" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="roomNumber" type="s:string" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="validateCode" type="s:string" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="ValidateNumberResponse">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="1" maxOccurs="1" name="ValidateNumberResult" type="s:boolean" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="ValidateNumberByCode">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="0" maxOccurs="1" name="code" type="s:string" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="roomNumber" type="s:string" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="validateCode" type="s:string" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="ValidateNumberByCodeResponse">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="1" maxOccurs="1" name="ValidateNumberByCodeResult" type="s:boolean" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="GetCodeAndRoomNumberByPhone">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="0" maxOccurs="1" name="phone" type="s:string" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="GetCodeAndRoomNumberByPhoneResponse">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="0" maxOccurs="1" name="GetCodeAndRoomNumberByPhoneResult">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:any minOccurs="0" maxOccurs="unbounded" namespace="http://www.w3.org/2001/XMLSchema" processContents="lax" />
|
||||
<s:any minOccurs="1" namespace="urn:schemas-microsoft-com:xml-diffgram-v1" processContents="lax" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="UploadPhoto">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="1" maxOccurs="1" name="idType" type="s:int" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="idCard" type="s:string" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
|
||||
<s:element minOccurs="1" maxOccurs="1" name="sex" type="s:int" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="birthday" type="s:string" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="photo" type="s:base64Binary" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="UploadPhotoResponse">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="1" maxOccurs="1" name="UploadPhotoResult" type="s:boolean" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="FaceMatch">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="0" maxOccurs="1" name="photo" type="s:base64Binary" />
|
||||
<s:element minOccurs="1" maxOccurs="1" name="idType" type="s:int" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="idCard" type="s:string" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
|
||||
<s:element minOccurs="1" maxOccurs="1" name="sex" type="s:int" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="matchPhoto" type="s:base64Binary" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="FaceMatchResponse">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="1" maxOccurs="1" name="FaceMatchResult" type="s:boolean" />
|
||||
<s:element minOccurs="1" maxOccurs="1" name="idType" type="s:int" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="idCard" type="s:string" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
|
||||
<s:element minOccurs="1" maxOccurs="1" name="sex" type="s:int" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="matchPhoto" type="s:base64Binary" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
</s:schema>
|
||||
</wsdl:types>
|
||||
<wsdl:message name="GetRoomRecordSoapIn">
|
||||
<wsdl:part name="parameters" element="tns:GetRoomRecord" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="GetRoomRecordSoapOut">
|
||||
<wsdl:part name="parameters" element="tns:GetRoomRecordResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="GetRoomCustomerByHotelIDSoapIn">
|
||||
<wsdl:part name="parameters" element="tns:GetRoomCustomerByHotelID" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="GetRoomCustomerByHotelIDSoapOut">
|
||||
<wsdl:part name="parameters" element="tns:GetRoomCustomerByHotelIDResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="GetRoomCustomerSoapIn">
|
||||
<wsdl:part name="parameters" element="tns:GetRoomCustomer" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="GetRoomCustomerSoapOut">
|
||||
<wsdl:part name="parameters" element="tns:GetRoomCustomerResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="GetHotelCodeSoapIn">
|
||||
<wsdl:part name="parameters" element="tns:GetHotelCode" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="GetHotelCodeSoapOut">
|
||||
<wsdl:part name="parameters" element="tns:GetHotelCodeResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="GetHotelByCodeSoapIn">
|
||||
<wsdl:part name="parameters" element="tns:GetHotelByCode" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="GetHotelByCodeSoapOut">
|
||||
<wsdl:part name="parameters" element="tns:GetHotelByCodeResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="GetCheckInOrOutRecordSoapIn">
|
||||
<wsdl:part name="parameters" element="tns:GetCheckInOrOutRecord" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="GetCheckInOrOutRecordSoapOut">
|
||||
<wsdl:part name="parameters" element="tns:GetCheckInOrOutRecordResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="GetDevicesSoapIn">
|
||||
<wsdl:part name="parameters" element="tns:GetDevices" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="GetDevicesSoapOut">
|
||||
<wsdl:part name="parameters" element="tns:GetDevicesResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="SaveDeviceSoapIn">
|
||||
<wsdl:part name="parameters" element="tns:SaveDevice" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="SaveDeviceSoapOut">
|
||||
<wsdl:part name="parameters" element="tns:SaveDeviceResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="UpdateCheckInOrOutRecordSoapIn">
|
||||
<wsdl:part name="parameters" element="tns:UpdateCheckInOrOutRecord" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="UpdateCheckInOrOutRecordSoapOut">
|
||||
<wsdl:part name="parameters" element="tns:UpdateCheckInOrOutRecordResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="ValidateNumberSoapIn">
|
||||
<wsdl:part name="parameters" element="tns:ValidateNumber" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="ValidateNumberSoapOut">
|
||||
<wsdl:part name="parameters" element="tns:ValidateNumberResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="ValidateNumberByCodeSoapIn">
|
||||
<wsdl:part name="parameters" element="tns:ValidateNumberByCode" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="ValidateNumberByCodeSoapOut">
|
||||
<wsdl:part name="parameters" element="tns:ValidateNumberByCodeResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="GetCodeAndRoomNumberByPhoneSoapIn">
|
||||
<wsdl:part name="parameters" element="tns:GetCodeAndRoomNumberByPhone" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="GetCodeAndRoomNumberByPhoneSoapOut">
|
||||
<wsdl:part name="parameters" element="tns:GetCodeAndRoomNumberByPhoneResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="UploadPhotoSoapIn">
|
||||
<wsdl:part name="parameters" element="tns:UploadPhoto" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="UploadPhotoSoapOut">
|
||||
<wsdl:part name="parameters" element="tns:UploadPhotoResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="FaceMatchSoapIn">
|
||||
<wsdl:part name="parameters" element="tns:FaceMatch" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="FaceMatchSoapOut">
|
||||
<wsdl:part name="parameters" element="tns:FaceMatchResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:portType name="syncstatusSoap">
|
||||
<wsdl:operation name="GetRoomRecord">
|
||||
<wsdl:input message="tns:GetRoomRecordSoapIn" />
|
||||
<wsdl:output message="tns:GetRoomRecordSoapOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="GetRoomCustomerByHotelID">
|
||||
<wsdl:input message="tns:GetRoomCustomerByHotelIDSoapIn" />
|
||||
<wsdl:output message="tns:GetRoomCustomerByHotelIDSoapOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="GetRoomCustomer">
|
||||
<wsdl:input message="tns:GetRoomCustomerSoapIn" />
|
||||
<wsdl:output message="tns:GetRoomCustomerSoapOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="GetHotelCode">
|
||||
<wsdl:input message="tns:GetHotelCodeSoapIn" />
|
||||
<wsdl:output message="tns:GetHotelCodeSoapOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="GetHotelByCode">
|
||||
<wsdl:input message="tns:GetHotelByCodeSoapIn" />
|
||||
<wsdl:output message="tns:GetHotelByCodeSoapOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="GetCheckInOrOutRecord">
|
||||
<wsdl:input message="tns:GetCheckInOrOutRecordSoapIn" />
|
||||
<wsdl:output message="tns:GetCheckInOrOutRecordSoapOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="GetDevices">
|
||||
<wsdl:input message="tns:GetDevicesSoapIn" />
|
||||
<wsdl:output message="tns:GetDevicesSoapOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="SaveDevice">
|
||||
<wsdl:input message="tns:SaveDeviceSoapIn" />
|
||||
<wsdl:output message="tns:SaveDeviceSoapOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="UpdateCheckInOrOutRecord">
|
||||
<wsdl:input message="tns:UpdateCheckInOrOutRecordSoapIn" />
|
||||
<wsdl:output message="tns:UpdateCheckInOrOutRecordSoapOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="ValidateNumber">
|
||||
<wsdl:input message="tns:ValidateNumberSoapIn" />
|
||||
<wsdl:output message="tns:ValidateNumberSoapOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="ValidateNumberByCode">
|
||||
<wsdl:input message="tns:ValidateNumberByCodeSoapIn" />
|
||||
<wsdl:output message="tns:ValidateNumberByCodeSoapOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="GetCodeAndRoomNumberByPhone">
|
||||
<wsdl:input message="tns:GetCodeAndRoomNumberByPhoneSoapIn" />
|
||||
<wsdl:output message="tns:GetCodeAndRoomNumberByPhoneSoapOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="UploadPhoto">
|
||||
<wsdl:input message="tns:UploadPhotoSoapIn" />
|
||||
<wsdl:output message="tns:UploadPhotoSoapOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="FaceMatch">
|
||||
<wsdl:input message="tns:FaceMatchSoapIn" />
|
||||
<wsdl:output message="tns:FaceMatchSoapOut" />
|
||||
</wsdl:operation>
|
||||
</wsdl:portType>
|
||||
<wsdl:binding name="syncstatusSoap" type="tns:syncstatusSoap">
|
||||
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
||||
<wsdl:operation name="GetRoomRecord">
|
||||
<soap:operation soapAction="http://www.blw.com/GetRoomRecord" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="GetRoomCustomerByHotelID">
|
||||
<soap:operation soapAction="http://www.blw.com/GetRoomCustomerByHotelID" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="GetRoomCustomer">
|
||||
<soap:operation soapAction="http://www.blw.com/GetRoomCustomer" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="GetHotelCode">
|
||||
<soap:operation soapAction="http://www.blw.com/GetHotelCode" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="GetHotelByCode">
|
||||
<soap:operation soapAction="http://www.blw.com/GetHotelByCode" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="GetCheckInOrOutRecord">
|
||||
<soap:operation soapAction="http://www.blw.com/GetCheckInOrOutRecord" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="GetDevices">
|
||||
<soap:operation soapAction="http://www.blw.com/GetDevices" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="SaveDevice">
|
||||
<soap:operation soapAction="http://www.blw.com/SaveDevice" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="UpdateCheckInOrOutRecord">
|
||||
<soap:operation soapAction="http://www.blw.com/UpdateCheckInOrOutRecord" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="ValidateNumber">
|
||||
<soap:operation soapAction="http://www.blw.com/ValidateNumber" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="ValidateNumberByCode">
|
||||
<soap:operation soapAction="http://www.blw.com/ValidateNumberByCode" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="GetCodeAndRoomNumberByPhone">
|
||||
<soap:operation soapAction="http://www.blw.com/GetCodeAndRoomNumberByPhone" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="UploadPhoto">
|
||||
<soap:operation soapAction="http://www.blw.com/UploadPhoto" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="FaceMatch">
|
||||
<soap:operation soapAction="http://www.blw.com/FaceMatch" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
</wsdl:binding>
|
||||
<wsdl:binding name="syncstatusSoap12" type="tns:syncstatusSoap">
|
||||
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
||||
<wsdl:operation name="GetRoomRecord">
|
||||
<soap12:operation soapAction="http://www.blw.com/GetRoomRecord" style="document" />
|
||||
<wsdl:input>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="GetRoomCustomerByHotelID">
|
||||
<soap12:operation soapAction="http://www.blw.com/GetRoomCustomerByHotelID" style="document" />
|
||||
<wsdl:input>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="GetRoomCustomer">
|
||||
<soap12:operation soapAction="http://www.blw.com/GetRoomCustomer" style="document" />
|
||||
<wsdl:input>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="GetHotelCode">
|
||||
<soap12:operation soapAction="http://www.blw.com/GetHotelCode" style="document" />
|
||||
<wsdl:input>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="GetHotelByCode">
|
||||
<soap12:operation soapAction="http://www.blw.com/GetHotelByCode" style="document" />
|
||||
<wsdl:input>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="GetCheckInOrOutRecord">
|
||||
<soap12:operation soapAction="http://www.blw.com/GetCheckInOrOutRecord" style="document" />
|
||||
<wsdl:input>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="GetDevices">
|
||||
<soap12:operation soapAction="http://www.blw.com/GetDevices" style="document" />
|
||||
<wsdl:input>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="SaveDevice">
|
||||
<soap12:operation soapAction="http://www.blw.com/SaveDevice" style="document" />
|
||||
<wsdl:input>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="UpdateCheckInOrOutRecord">
|
||||
<soap12:operation soapAction="http://www.blw.com/UpdateCheckInOrOutRecord" style="document" />
|
||||
<wsdl:input>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="ValidateNumber">
|
||||
<soap12:operation soapAction="http://www.blw.com/ValidateNumber" style="document" />
|
||||
<wsdl:input>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="ValidateNumberByCode">
|
||||
<soap12:operation soapAction="http://www.blw.com/ValidateNumberByCode" style="document" />
|
||||
<wsdl:input>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="GetCodeAndRoomNumberByPhone">
|
||||
<soap12:operation soapAction="http://www.blw.com/GetCodeAndRoomNumberByPhone" style="document" />
|
||||
<wsdl:input>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="UploadPhoto">
|
||||
<soap12:operation soapAction="http://www.blw.com/UploadPhoto" style="document" />
|
||||
<wsdl:input>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="FaceMatch">
|
||||
<soap12:operation soapAction="http://www.blw.com/FaceMatch" style="document" />
|
||||
<wsdl:input>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
</wsdl:binding>
|
||||
<wsdl:service name="syncstatus">
|
||||
<wsdl:port name="syncstatusSoap" binding="tns:syncstatusSoap">
|
||||
<soap:address location="http://pms.boonlive-rcu.com:89/syncstatus.asmx" />
|
||||
</wsdl:port>
|
||||
<wsdl:port name="syncstatusSoap12" binding="tns:syncstatusSoap12">
|
||||
<soap12:address location="http://pms.boonlive-rcu.com:89/syncstatus.asmx" />
|
||||
</wsdl:port>
|
||||
</wsdl:service>
|
||||
</wsdl:definitions>
|
||||
Reference in New Issue
Block a user