Мастер-Web:Дополнительный модуль Сервис TourML Приложение B — различия между версиями
[непроверенная версия] | [досмотренная версия] |
Schukin (обсуждение | вклад) (→Функция CheckBooking) |
(→Функция CreateBooking) |
||
(не показано 6 промежуточных версий 3 участников) | |||
Строка 2: | Строка 2: | ||
Версия статьи от {{REVISIONDAY}}-{{REVISIONMONTH}}-{{REVISIONYEAR}}. | Версия статьи от {{REVISIONDAY}}-{{REVISIONMONTH}}-{{REVISIONYEAR}}. | ||
==Введение== | ==Введение== | ||
− | Эта статья является приложением B к статье [[ | + | Эта статья является приложением B к статье [[Web-сервисы: Сервис TourML|Дополнительный модуль Сервис TourML]]. В ней рассказывается о функциях проверки бронирования и функциях бронирования в веб-сервисе TourML. |
+ | |||
==Функция CheckBooking== | ==Функция CheckBooking== | ||
Ниже представлен пример запроса на проверку возможности бронирования. | Ниже представлен пример запроса на проверку возможности бронирования. | ||
+ | <TABLE STYLE="border: 0.1em dashed #2F6FAB; margin: 8px; padding: 8px" WIDTH="100%"><TR><TD> | ||
<syntaxhighlight lang="xml" enclose="div"> | <syntaxhighlight lang="xml" enclose="div"> | ||
− | + | <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:prod="http://tourml.ru/service/2004-08-13/products" xmlns:ns="http://tourml.ru/bookings/2004-09-28" xmlns:ns1="http://tourml.ru/products/2004-04-19" xmlns:ext="http://www.megatec.ru/tourml/extensions"> | |
− | <bookings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="1.0" date="2006-07-11" time="16:18:43.7311809+04:00" uri="http://www.ESystema.ru"> | + | <soapenv:Header/> |
− | + | <soapenv:Body> | |
− | + | <prod:CheckBooking> | |
− | + | <!--Optional:--> | |
− | + | <bookings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://tourml.ru/bookings/2004-09-28" version="1.0" date="2006-07-11" time="16:18:43.7311809+04:00" uri="http://www.ESystema.ru"> | |
− | + | <booking> | |
− | + | <header id="10760" checkin="2017-07-11" buyerPerson="1" mainPerson="1" agreementKey="40224"> | |
− | + | <comment>Данная заявка выполнена для проверки работы сервиса. Саму заявку в работу отправлять не нужно</comment> | |
− | + | </header> | |
− | + | <packets> | |
− | + | <packet id="_192"> | |
− | + | <calculated key="31016" /> | |
− | + | </packet> | |
− | + | </packets> | |
− | + | <persons> | |
− | + | <person key="1" sourceKey="0" packets="_192" firstNameRus="TEST" lastNameRus="TEST" firstNameLat="TEST" lastNameLat="TEST" sex="male" birthday="1982-03-03" nationalityRus="" nationalityLat="" isTourist="true"> | |
− | + | <contacts> | |
− | + | <phones /> | |
− | + | <addresses /> | |
− | + | <emails /> | |
− | + | </contacts> | |
− | + | <passports> | |
− | + | <passport type="foreign" series="1111" number="111111111" emittedBy="ОВД" emittedWhen="1990-01-01" validTo="2020-03-03" /> | |
− | + | </passports> | |
− | + | </person> | |
− | + | <person key="2" sourceKey="0" packets="_192" firstNameRus="TEST" lastNameRus="TEST" firstNameLat="TEST" lastNameLat="TEST" sex="male" birthday="1982-02-02" nationalityRus="" nationalityLat="" isTourist="true"> | |
− | + | <contacts> | |
− | + | <phones /> | |
− | + | <addresses /> | |
− | + | <emails /> | |
− | + | </contacts> | |
− | + | <passports> | |
+ | <passport type="foreign" series="1111" number="111111111" emittedBy="ОВД" emittedWhen="1990-01-01" validTo="2020-02-02" /> | ||
+ | </passports> | ||
+ | </person> | ||
+ | </persons> | ||
</booking> | </booking> | ||
− | + | </bookings> | |
+ | </prod:CheckBooking> | ||
+ | </soapenv:Body> | ||
+ | </soapenv:Envelope> | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | </ | + | </TD></TR></TABLE> |
+ | |||
В ответ на проверку бронирования возвращается результат проверки в виде XML-документа. Ниже представлен пример возвращаемого XML-документа. | В ответ на проверку бронирования возвращается результат проверки в виде XML-документа. Ниже представлен пример возвращаемого XML-документа. | ||
− | < | + | <TABLE STYLE="border: 0.1em dashed #2F6FAB; margin: 8px; padding: 8px" WIDTH="100%"><TR><TD> |
<syntaxhighlight lang="xml" enclose="div"> | <syntaxhighlight lang="xml" enclose="div"> | ||
− | < | + | <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:ns="http://tourml.ru/products/2004-04-19"> |
− | + | <soap:Header> | |
− | + | <wsa:Action>http://tourml.ru/service/2004-08-13/products/CheckBookingResponse</wsa:Action> | |
− | + | <wsa:MessageID>uuid:89e8d325-c85b-42af-99c1-ecf8d45aee29</wsa:MessageID> | |
− | + | <wsa:RelatesTo>uuid:3cc31840-1e23-4349-87dd-b19b24ca3d4f</wsa:RelatesTo> | |
− | + | <wsa:To>http://schemas.xmlsoap.org/ws/2004/03/addressing/role/anonymous</wsa:To> | |
− | + | <wsse:Security> | |
− | + | <wsu:Timestamp wsu:Id="Timestamp-52dc5ad0-e53d-444e-ba86-5f64dcd864b9"> | |
− | + | <wsu:Created>2017-07-11T09:40:03Z</wsu:Created> | |
− | + | <wsu:Expires>2017-07-11T09:45:03Z</wsu:Expires> | |
− | + | </wsu:Timestamp> | |
− | + | </wsse:Security> | |
− | + | </soap:Header> | |
− | + | <soap:Body> | |
− | + | <CheckBookingResponse xmlns="http://tourml.ru/service/2004-08-13/products"> | |
− | + | <CheckBookingResult date="0001-01-01" time="00:00:00.0000000+03:00" xmlns="http://tourml.ru/bookings/2004-09-28"> | |
− | + | <agreement> | |
− | + | <header uri="" checkin="2017-07-11" buyerPerson="1" mainPerson="1" agreementKey="-10" agreementCode="-10" country="Бельгия" city="Брюссель" days="15" quantity="2" price="1180" pricePaid="0" currency="EU" creationDate="2017-07-11" payUntil="0001-01-01" status="ok" errorStatus="unknown" commission="0"> | |
− | + | <comment/> | |
− | + | </header> | |
− | + | <packets> | |
− | + | <packet id="_1"> | |
− | + | <services> | |
− | + | <hotelServices> | |
− | + | <hotelService key="1487" keytype="3231|1116|10|191|10763|3|63|3|192|159" name="HOTEL::Брюссель/Zeebrugge-4*,14 ночей/2A(Standart),2A/RO Не предоставляется/" dayBeg="1" nights="14" days="15" men="2" reasonRus="Места по запросу" reasonLat="Places by request" serviceCategory="required" chosen="true" placeStatus="byRequest" serviceStatus="waitlist" sourceKey="0" buildingKey="3231" roomKey="1116" mealKey="10" infantsOnExtraBedCount="0" infantsOnMainBedCount="0" maxInfantsCount="0" maxInfantsOnMainBedCount="0"/> | |
− | + | </hotelServices> | |
− | + | <flightServices> | |
− | + | <flightService key="1001" keytype="525|89|1|191|10763|1|63|3|192|31" name="А_П::Москва/Брюссель/LH069, DME-BRU, 06:10-09:15/Y Экономический класс/" dayBeg="1" nights="0" days="0" men="2" reasonRus="Места по запросу" reasonLat="Places by request" serviceCategory="replaceable" chosen="true" serviceClass="1" serviceSet="1" placeStatus="byRequest" serviceStatus="waitlist" sourceKey="0" flightKey="525" tariffKey="89" infantsOnIndividualPlaceCount="0" infantsWithoutPlaceCount="0" maxInfantsCount="0" maxInfantsOnIndividualPlaceCount="0"/> | |
− | + | <flightService key="1002" keytype="524|89|63|191|10763|1|1|460|192|31" name="А_П::Брюссель/Москва/LH068, BRU-DME, 07:05-10:10/Y Экономический класс/" dayBeg="15" nights="0" days="0" men="2" reasonRus="Места по запросу" reasonLat="Places by request" serviceCategory="replaceable" chosen="true" serviceClass="1" serviceSet="1" placeStatus="byRequest" serviceStatus="waitlist" sourceKey="0" flightKey="524" tariffKey="89" infantsOnIndividualPlaceCount="0" infantsWithoutPlaceCount="0" maxInfantsCount="0" maxInfantsOnIndividualPlaceCount="0"/> | |
− | + | </flightServices> | |
− | + | <excursionServices> | |
− | + | <excursionService key="1490" keytype="94|3|0|191|10764|4|63|3|192|0" name="Экскурсия::Брюссель/Обзорная по Брюсселю, /автобус /" dayBeg="15" nights="0" days="0" men="2" reasonRus="Места есть" reasonLat="Places available" serviceCategory="required" chosen="true" placeStatus="present" serviceStatus="ok" sourceKey="0" excursionKey="94" transportKey="3"/> | |
− | + | </excursionServices> | |
− | + | <transferServices/> | |
− | + | <cruiseServices/> | |
− | + | <extraServices/> | |
− | + | </services> | |
− | + | <inline> | |
− | + | <TourML version="1.0" date="2017-07-11" time="12:40:03"> | |
− | + | <header name="Фирма-владелец" uri="" vendor="Megatec" xmlns="http://tourml.ru/products/2004-04-19"/> | |
− | + | <references xmlns="http://tourml.ru/products/2004-04-19"> | |
− | + | <countries> | |
− | + | <country key="460" name="Россия" nameLat="Russia"/> | |
− | + | <country key="3" name="Бельгия" nameLat="Belgium"/> | |
− | + | </countries> | |
− | + | <resorts/> | |
− | + | <cities> | |
− | + | <city key="1" name="Москва" nameLat="Moscow" code="MOW" countryKey="460"/> | |
− | + | <city key="63" name="Брюссель" nameLat="en_Брюссель" code="BRU" countryKey="3"/> | |
− | + | </cities> | |
− | + | <categories> | |
− | + | <category key="707724292" name="4*" nameLat="4*"/> | |
− | + | </categories> | |
− | + | <hotels> | |
− | + | <hotel key="3231" name="Zeebrugge" nameLat="Zeebrugge" code="zee" countryKey="3" cityKey="63"/> | |
+ | </hotels> | ||
+ | <buildings> | ||
+ | <building key="3231" name="Основной корпус" nameLat="Base build" categoryKey="707724292" hotelKey="3231"/> | ||
+ | </buildings> | ||
+ | <airlines> | ||
+ | <airline key="18" name="Lufthunsa" nameLat="en_Lufthunsa" code="LH"/> | ||
+ | </airlines> | ||
+ | <airports> | ||
+ | <airport key="64" name="BRU" nameLat="BRU" code="BRU" cityKey="63" distance="0"/> | ||
+ | <airport key="12" name="Домодедово" nameLat="Домодедово" code="DME" cityKey="1" distance="0"/> | ||
+ | </airports> | ||
+ | <aircrafts> | ||
+ | <aircraft key="4" name="aerobus A-310" nameLat="aerobus A-310" code="310"/> | ||
+ | </aircrafts> | ||
+ | <flights> | ||
+ | <flight key="525" code="069" fromCityKey="1" toCityKey="63" airlineKey="18"> | ||
+ | <flightTime key="1" fromAirportKey="12" toAirportKey="64" dateBegin="2012-01-01" dateEnd="2021-01-01" weekDays="1234567" aircraftKey="4" timeBegin="06:10:00" timeEnd="09:15:00"/> | ||
+ | </flight> | ||
+ | <flight key="524" code="068" fromCityKey="63" toCityKey="1" airlineKey="18"> | ||
+ | <flightTime key="2" fromAirportKey="64" toAirportKey="12" dateBegin="2012-01-01" dateEnd="2021-01-01" weekDays="1234567" aircraftKey="4" timeBegin="07:05:00" timeEnd="10:10:00"/> | ||
+ | </flight> | ||
+ | </flights> | ||
+ | <roomTypes> | ||
+ | <roomType key="38" name="2A" nameLat="2A" code="2A" numBed="2" numExBed="0"/> | ||
+ | </roomTypes> | ||
+ | <roomLocations/> | ||
+ | <roomViews/> | ||
+ | <roomCategories> | ||
+ | <roomCategory key="20" name="Standart" nameLat="Standart" code="STD"/> | ||
+ | </roomCategories> | ||
+ | <roomDescriptions> | ||
+ | <roomDescription key="20" catKey="20"/> | ||
+ | </roomDescriptions> | ||
+ | <roomAccomodations> | ||
+ | <roomAccomodation key="325" name="2A" nameLat="2A" code="2A" numBed="2"> | ||
+ | <adult place="0" order="0"/> | ||
+ | <adult place="0" order="0"/> | ||
+ | </roomAccomodation> | ||
+ | </roomAccomodations> | ||
+ | <rooms> | ||
+ | <room key="1116" typeKey="38" roomDescKey="20" accomodationKey="325"/> | ||
+ | </rooms> | ||
+ | <serviceClasses> | ||
+ | <serviceClass key="3" stdKey="hotel " name="Отель/Круиз" nameLat="Hotel/Cruise" isCity="true" isSubKey="true" isSubKey1="true" isSubKey2="true"/> | ||
+ | </serviceClasses> | ||
+ | <serviceDescriptions/> | ||
+ | <serviceDescriptions1/> | ||
+ | <serviceDescriptions2/> | ||
+ | <transfers/> | ||
+ | <excursions> | ||
+ | <excursion key="94" name="Обзорная по Брюсселю" nameLat="en_Обзорная по Брюсселю" duration="" placeFrom="" placeTo="" cityKey="63" timeBegin="00:00:00" timeEnd="00:00:00"/> | ||
+ | </excursions> | ||
+ | <transports> | ||
+ | <transport key="3" name="автобус" nameLat="BUS" places="0"/> | ||
+ | </transports> | ||
+ | <cabines/> | ||
+ | <ships/> | ||
+ | <boardings/> | ||
+ | <currencies> | ||
+ | <currency key="2" name="Euro" nameLat="Euro" code="EU"/> | ||
+ | </currencies> | ||
+ | <tariffs> | ||
+ | <tariff key="89" name="Экономический класс" nameLat="Coach economy" code="Y"/> | ||
+ | </tariffs> | ||
+ | <tourTypes> | ||
+ | <tourType key="2" name="Стандартный тур" nameLat="en_Стандартный тур"/> | ||
+ | </tourTypes> | ||
+ | </references> | ||
+ | <sources xmlns="http://tourml.ru/products/2004-04-19"> | ||
+ | <source name="Фирма-владелец" uri="http://"> | ||
+ | <packets> | ||
+ | <packet> | ||
+ | <packetHeader> | ||
+ | <tour key="192" name="Тур в Брюссель № 42" tourTypeKey="2" countryKey="3"/> | ||
+ | <spo key="192" for="byPerson" validFrom="2017-07-11" validTo="2017-07-25" currencyKey="2" state="Created" issue="0001-01-01T00:00:00.0000000+03:00"> | ||
+ | <calculatingKeys/> | ||
+ | <dates> | ||
+ | <date>2017-07-11T00:00:00</date> | ||
+ | </dates> | ||
+ | <comment/> | ||
+ | </spo> | ||
+ | </packetHeader> | ||
+ | <services> | ||
+ | <hotelServices> | ||
+ | <hotelService mealKey="10" roomKey="1116" buildingKey="3231"> | ||
+ | <variant providerKey="0" dayBeg="1" nights="14" days="15" men="2" id="_1487"> | ||
+ | <info> | ||
+ | <additionalAttributes d19p1:status="Заказ на бронирование" xmlns:d19p1="http://tourml.ru/products/2004-04-19" xmlns="http://www.megatec.ru/tourml/extensions"/> | ||
+ | </info> | ||
+ | </variant> | ||
+ | </hotelService> | ||
+ | </hotelServices> | ||
+ | <flightServices> | ||
+ | <flightService tariffKey="89" flightKey="525"> | ||
+ | <variant providerKey="0" dayBeg="1" nights="0" days="0" men="2" id="_1488"> | ||
+ | <info> | ||
+ | <additionalAttributes d19p1:status="Заказ на бронирование" xmlns:d19p1="http://tourml.ru/products/2004-04-19" xmlns="http://www.megatec.ru/tourml/extensions"/> | ||
+ | </info> | ||
+ | </variant> | ||
+ | </flightService> | ||
+ | <flightService tariffKey="89" flightKey="524"> | ||
+ | <variant providerKey="0" dayBeg="15" nights="0" days="0" men="2" id="_1489"> | ||
+ | <info> | ||
+ | <additionalAttributes d19p1:status="Заказ на бронирование" xmlns:d19p1="http://tourml.ru/products/2004-04-19" xmlns="http://www.megatec.ru/tourml/extensions"/> | ||
+ | </info> | ||
+ | </variant> | ||
+ | </flightService> | ||
+ | </flightServices> | ||
+ | <excursionServices> | ||
+ | <excursionService transportKey="3" excursionKey="94"> | ||
+ | <variant providerKey="0" dayBeg="15" nights="0" days="0" men="2" id="_1490"> | ||
+ | <info> | ||
+ | <additionalAttributes d19p1:status="Ok" xmlns:d19p1="http://tourml.ru/products/2004-04-19" xmlns="http://www.megatec.ru/tourml/extensions"/> | ||
+ | </info> | ||
+ | </variant> | ||
+ | </excursionService> | ||
+ | </excursionServices> | ||
+ | <transferServices/> | ||
+ | <cruiseServices/> | ||
+ | <extraServices/> | ||
+ | </services> | ||
+ | <prices> | ||
+ | <serviceSet ids="_1487 _1488 _1489 _1490"> | ||
+ | <price gross="1180"> | ||
+ | <date key="-10" from="2017-07-11" to="0001-01-01"/> | ||
+ | </price> | ||
+ | </serviceSet> | ||
+ | </prices> | ||
+ | </packet> | ||
+ | </packets> | ||
+ | </source> | ||
+ | </sources> | ||
+ | </TourML> | ||
+ | </inline> | ||
+ | </packet> | ||
+ | </packets> | ||
+ | <persons> | ||
+ | <person key="-10" sourceKey="-10" packets="_1" services="" firstNameRus="TEST" lastNameRus="TEST" firstNameLat="TEST" lastNameLat="TEST" sex="male" birthday="1982-03-03" nationalityRus="" nationalityLat="" isTourist="true"> | ||
+ | <contacts> | ||
+ | <phones> | ||
+ | <phone/> | ||
+ | </phones> | ||
+ | <addresses> | ||
+ | <address postalIndex="" city="" street="" building="" flat=""/> | ||
+ | </addresses> | ||
+ | </contacts> | ||
+ | <passports> | ||
+ | <passport type="foreign" series="1111" number="111111111" emittedBy="ОВД" emittedWhen="1990-01-01" validTo="2020-03-03"/> | ||
+ | <passport type="national" number="" emittedBy="" emittedWhen="0001-01-01" validTo="0001-01-01"/> | ||
+ | </passports> | ||
+ | </person> | ||
+ | <person key="-11" sourceKey="-11" packets="_1" services="" firstNameRus="TEST" lastNameRus="TEST" firstNameLat="TEST" lastNameLat="TEST" sex="male" birthday="1982-02-02" nationalityRus="" nationalityLat="" isTourist="true"> | ||
+ | <contacts> | ||
+ | <phones> | ||
+ | <phone/> | ||
+ | </phones> | ||
+ | <addresses> | ||
+ | <address postalIndex="" city="" street="" building="" flat=""/> | ||
+ | </addresses> | ||
+ | </contacts> | ||
+ | <passports> | ||
+ | <passport type="foreign" series="1111" number="111111111" emittedBy="ОВД" emittedWhen="1990-01-01" validTo="2020-02-02"/> | ||
+ | <passport type="national" number="" emittedBy="" emittedWhen="0001-01-01" validTo="0001-01-01"/> | ||
+ | </passports> | ||
+ | </person> | ||
+ | </persons> | ||
+ | <penaltyConditions amount="0.0" currency="" percentage="0" dateLimit="0001-01-01" timeLimit="00:00:00.0000000+03:00"/> | ||
+ | </agreement> | ||
+ | </CheckBookingResult> | ||
+ | </CheckBookingResponse> | ||
+ | </soap:Body> | ||
+ | </soap:Envelope> | ||
</syntaxhighlight> | </syntaxhighlight> | ||
+ | </TD></TR></TABLE> | ||
==Функция CreateBooking== | ==Функция CreateBooking== | ||
Ниже представлен пример запроса на бронирование. | Ниже представлен пример запроса на бронирование. | ||
− | < | + | <TABLE STYLE="border: 0.1em dashed #2F6FAB; margin: 8px; padding: 8px" WIDTH="100%"><TR><TD> |
<syntaxhighlight lang="xml" enclose="div"> | <syntaxhighlight lang="xml" enclose="div"> | ||
− | + | <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:prod="http://tourml.ru/service/2004-08-13/products" xmlns:ns="http://tourml.ru/bookings/2004-09-28" xmlns:ns1="http://tourml.ru/products/2004-04-19" xmlns:ext="http://www.megatec.ru/tourml/extensions"> | |
− | <bookings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="1.0" date="2006-07-11" time="16:18:43.7311809+04:00" uri="http://www.ESystema.ru"> | + | <soapenv:Header/> |
− | + | <soapenv:Body> | |
− | + | <prod:CheckBooking> | |
− | + | <!--Optional:--> | |
− | + | <bookings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://tourml.ru/bookings/2004-09-28" version="1.0" date="2006-07-11" time="16:18:43.7311809+04:00" uri="http://www.ESystema.ru"> | |
− | + | <booking> | |
− | + | <header id="10760" checkin="2017-07-11" buyerPerson="1" mainPerson="1" agreementKey="40224"> | |
− | + | <comment>Данная заявка выполнена для проверки работы сервиса. Саму заявку в работу отправлять не нужно</comment> | |
− | + | </header> | |
− | + | <packets> | |
− | + | <packet id="_192"> | |
− | + | <calculated key="31016" /> | |
− | + | </packet> | |
− | + | </packets> | |
− | + | <persons> | |
− | + | <person key="1" sourceKey="0" packets="_192" firstNameRus="TEST" lastNameRus="TEST" firstNameLat="TEST" lastNameLat="TEST" sex="male" birthday="1982-03-03" nationalityRus="" nationalityLat="" isTourist="true"> | |
− | + | <contacts> | |
− | + | <phones /> | |
− | + | <addresses /> | |
− | + | <emails /> | |
− | + | </contacts> | |
− | + | <passports> | |
− | + | <passport type="foreign" series="1111" number="111111111" emittedBy="ОВД" emittedWhen="1990-01-01" validTo="2020-03-03" /> | |
− | + | </passports> | |
− | + | </person> | |
− | + | <person key="2" sourceKey="0" packets="_192" firstNameRus="TEST" lastNameRus="TEST" firstNameLat="TEST" lastNameLat="TEST" sex="male" birthday="1982-02-02" nationalityRus="" nationalityLat="" isTourist="true"> | |
− | + | <contacts> | |
− | + | <phones /> | |
− | + | <addresses /> | |
− | + | <emails /> | |
− | + | </contacts> | |
− | + | <passports> | |
+ | <passport type="foreign" series="1111" number="111111111" emittedBy="ОВД" emittedWhen="1990-01-01" validTo="2020-02-02" /> | ||
+ | </passports> | ||
+ | </person> | ||
+ | </persons> | ||
</booking> | </booking> | ||
− | + | </bookings> | |
+ | </prod:CheckBooking> | ||
+ | </soapenv:Body> | ||
+ | </soapenv:Envelope> | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | </ | + | </TD></TR></TABLE> |
В ответ на бронирование возвращается результат бронирования – путевка - в виде XML-документа. Ниже представлен пример возвращаемого XML-документа. Все ключи услуг и туристов реальные, полученные из базы данных. | В ответ на бронирование возвращается результат бронирования – путевка - в виде XML-документа. Ниже представлен пример возвращаемого XML-документа. Все ключи услуг и туристов реальные, полученные из базы данных. | ||
− | < | + | <TABLE STYLE="border: 0.1em dashed #2F6FAB; margin: 8px; padding: 8px" WIDTH="100%"><TR><TD> |
<syntaxhighlight lang="xml" enclose="div"> | <syntaxhighlight lang="xml" enclose="div"> | ||
− | + | <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:ns="http://tourml.ru/products/2004-04-19"> | |
− | + | <soap:Header> | |
− | + | <wsa:Action>http://tourml.ru/service/2004-08-13/products/CreateBookingResponse</wsa:Action> | |
− | + | <wsa:MessageID>uuid:6ab079a1-089c-4f9b-a865-47efae439a78</wsa:MessageID> | |
− | + | <wsa:RelatesTo>uuid:3a8fe51d-8efe-4f36-8d72-88092e97f378</wsa:RelatesTo> | |
− | + | <wsa:To>http://schemas.xmlsoap.org/ws/2004/03/addressing/role/anonymous</wsa:To> | |
− | + | <wsse:Security> | |
− | + | <wsu:Timestamp wsu:Id="Timestamp-ab106224-564d-4733-a6d5-26144469c0db"> | |
− | + | <wsu:Created>2017-07-11T07:39:18Z</wsu:Created> | |
− | + | <wsu:Expires>2017-07-11T07:44:18Z</wsu:Expires> | |
− | + | </wsu:Timestamp> | |
− | + | </wsse:Security> | |
− | + | </soap:Header> | |
− | + | <soap:Body> | |
− | + | <CreateBookingResponse xmlns="http://tourml.ru/service/2004-08-13/products"> | |
− | + | <CreateBookingResult date="0001-01-01" time="00:00:00.0000000+03:00" xmlns="http://tourml.ru/bookings/2004-09-28"> | |
− | + | <agreement> | |
− | + | <header uri="" checkin="2017-07-11" buyerPerson="0" mainPerson="88340" agreementKey="40245" agreementCode="BE70711021" country="Бельгия" city="Брюссель" days="15" quantity="2" price="1180" pricePaid="0" currency="EU" creationDate="2017-07-11" payUntil="0001-01-01" status="waitlist" errorStatus="unknown" commission="0"> | |
− | + | <comment/> | |
− | + | </header> | |
− | + | <packets> | |
− | + | <packet id="_1"> | |
− | + | <services> | |
− | + | <hotelServices> | |
− | + | <hotelService key="201794" name="HOTEL::Брюссель/Zeebrugge-4*,14 ночей/2A(Standart),2A/RO Не предоставляется/" dayBeg="1" nights="14" days="15" men="2" reasonRus="Заказ на бронирование" reasonLat="order for booking" serviceCategory="optional" chosen="true" placeStatus="byRequest" serviceStatus="custom" customServiceStatusRus="Заказ на бронирование" customServiceStatusLat="order for booking" sourceKey="0" buildingKey="3231" roomKey="1116" mealKey="10" infantsOnExtraBedCount="0" infantsOnMainBedCount="0" maxInfantsCount="0" maxInfantsOnMainBedCount="0"/> | |
− | + | </hotelServices> | |
− | + | <flightServices> | |
− | + | <flightService key="201793" name="А_П::Москва/Брюссель/LH069, DME-BRU, 06:10-09:15/Y Экономический класс/" dayBeg="1" nights="0" days="0" men="2" reasonRus="Заказ на бронирование" reasonLat="order for booking" serviceCategory="optional" chosen="true" placeStatus="byRequest" serviceStatus="custom" customServiceStatusRus="Заказ на бронирование" customServiceStatusLat="order for booking" sourceKey="0" flightKey="525" tariffKey="89" infantsOnIndividualPlaceCount="0" infantsWithoutPlaceCount="0" maxInfantsCount="0" maxInfantsOnIndividualPlaceCount="0"/> | |
− | + | <flightService key="201792" name="А_П::Брюссель/Москва/LH068, BRU-DME, 07:05-10:10/Y Экономический класс/" dayBeg="15" nights="0" days="0" men="2" reasonRus="Заказ на бронирование" reasonLat="order for booking" serviceCategory="optional" chosen="true" placeStatus="byRequest" serviceStatus="custom" customServiceStatusRus="Заказ на бронирование" customServiceStatusLat="order for booking" sourceKey="0" flightKey="524" tariffKey="89" infantsOnIndividualPlaceCount="0" infantsWithoutPlaceCount="0" maxInfantsCount="0" maxInfantsOnIndividualPlaceCount="0"/> | |
− | + | </flightServices> | |
− | + | <excursionServices> | |
− | + | <excursionService key="201795" name="Экскурсия::Брюссель/Обзорная по Брюсселю, /автобус /" dayBeg="15" nights="0" days="0" men="2" reasonRus="Ok" reasonLat="Ok" serviceCategory="required" chosen="true" placeStatus="byRequest" serviceStatus="custom" customServiceStatusRus="Ok" customServiceStatusLat="Ok" sourceKey="0" excursionKey="94" transportKey="3"/> | |
− | + | </excursionServices> | |
− | + | <transferServices/> | |
− | + | <cruiseServices/> | |
− | + | <extraServices/> | |
− | + | </services> | |
− | + | <inline> | |
− | + | <TourML version="1.0" date="2017-07-11" time="10:39:18"> | |
− | + | <header name="Фирма-владелец" uri="" vendor="Megatec" xmlns="http://tourml.ru/products/2004-04-19"/> | |
− | + | <references xmlns="http://tourml.ru/products/2004-04-19"> | |
− | + | <countries> | |
− | + | <country key="460" name="Россия" nameLat="Russia"/> | |
− | + | <country key="3" name="Бельгия" nameLat="Belgium"/> | |
− | + | </countries> | |
− | + | <resorts/> | |
− | + | <cities> | |
− | + | <city key="1" name="Москва" nameLat="Moscow" code="MOW" countryKey="460"/> | |
− | + | <city key="63" name="Брюссель" nameLat="en_Брюссель" code="BRU" countryKey="3"/> | |
− | + | </cities> | |
− | + | <categories> | |
− | + | <category key="707724292" name="4*" nameLat="4*"/> | |
− | + | </categories> | |
− | + | <hotels> | |
− | + | <hotel key="3231" name="Zeebrugge" nameLat="Zeebrugge" code="zee" countryKey="3" cityKey="63"/> | |
− | + | </hotels> | |
− | + | <buildings> | |
− | + | <building key="3231" name="Основной корпус" nameLat="Base build" categoryKey="707724292" hotelKey="3231"/> | |
− | + | </buildings> | |
− | + | <airlines> | |
− | + | <airline key="18" name="Lufthunsa" nameLat="en_Lufthunsa" code="LH"/> | |
− | + | </airlines> | |
+ | <airports> | ||
+ | <airport key="64" name="BRU" nameLat="BRU" code="BRU" cityKey="63" distance="0"/> | ||
+ | <airport key="12" name="Домодедово" nameLat="Домодедово" code="DME" cityKey="1" distance="0"/> | ||
+ | </airports> | ||
+ | <aircrafts> | ||
+ | <aircraft key="4" name="aerobus A-310" nameLat="aerobus A-310" code="310"/> | ||
+ | </aircrafts> | ||
+ | <flights> | ||
+ | <flight key="525" code="069" fromCityKey="1" toCityKey="63" airlineKey="18"> | ||
+ | <flightTime key="1" fromAirportKey="12" toAirportKey="64" dateBegin="2012-01-01" dateEnd="2021-01-01" weekDays="1234567" aircraftKey="4" timeBegin="06:10:00" timeEnd="09:15:00"/> | ||
+ | </flight> | ||
+ | <flight key="524" code="068" fromCityKey="63" toCityKey="1" airlineKey="18"> | ||
+ | <flightTime key="2" fromAirportKey="64" toAirportKey="12" dateBegin="2012-01-01" dateEnd="2021-01-01" weekDays="1234567" aircraftKey="4" timeBegin="07:05:00" timeEnd="10:10:00"/> | ||
+ | </flight> | ||
+ | </flights> | ||
+ | <roomTypes> | ||
+ | <roomType key="38" name="2A" nameLat="2A" code="2A" numBed="2" numExBed="0"/> | ||
+ | </roomTypes> | ||
+ | <roomLocations/> | ||
+ | <roomViews/> | ||
+ | <roomCategories> | ||
+ | <roomCategory key="20" name="Standart" nameLat="Standart" code="STD"/> | ||
+ | </roomCategories> | ||
+ | <roomDescriptions> | ||
+ | <roomDescription key="20" catKey="20"/> | ||
+ | </roomDescriptions> | ||
+ | <roomAccomodations> | ||
+ | <roomAccomodation key="325" name="2A" nameLat="2A" code="2A" numBed="2"> | ||
+ | <adult place="0" order="0"/> | ||
+ | <adult place="0" order="0"/> | ||
+ | </roomAccomodation> | ||
+ | </roomAccomodations> | ||
+ | <rooms> | ||
+ | <room key="1116" typeKey="38" roomDescKey="20" accomodationKey="325"/> | ||
+ | </rooms> | ||
+ | <serviceClasses/> | ||
+ | <serviceDescriptions/> | ||
+ | <serviceDescriptions1/> | ||
+ | <serviceDescriptions2/> | ||
+ | <transfers/> | ||
+ | <excursions> | ||
+ | <excursion key="94" name="Обзорная по Брюсселю" nameLat="en_Обзорная по Брюсселю" duration="" placeFrom="" placeTo="" cityKey="63" timeBegin="00:00:00" timeEnd="00:00:00"/> | ||
+ | </excursions> | ||
+ | <transports> | ||
+ | <transport key="3" name="автобус" nameLat="BUS" places="0"/> | ||
+ | </transports> | ||
+ | <cabines/> | ||
+ | <ships/> | ||
+ | <boardings/> | ||
+ | <currencies> | ||
+ | <currency key="2" name="Euro" nameLat="Euro" code="EU"/> | ||
+ | </currencies> | ||
+ | <tariffs> | ||
+ | <tariff key="89" name="Экономический класс" nameLat="Coach economy" code="Y"/> | ||
+ | </tariffs> | ||
+ | <tourTypes> | ||
+ | <tourType key="2" name="Стандартный тур" nameLat="en_Стандартный тур"/> | ||
+ | </tourTypes> | ||
+ | </references> | ||
+ | <sources xmlns="http://tourml.ru/products/2004-04-19"> | ||
+ | <source name="Фирма-владелец" uri="http://"> | ||
+ | <packets> | ||
+ | <packet> | ||
+ | <packetHeader> | ||
+ | <tour key="192" name="Тур в Брюссель № 42" tourTypeKey="2" countryKey="3"/> | ||
+ | <spo key="192" for="byPerson" validFrom="2017-07-11" validTo="2017-07-25" currencyKey="2" state="Created" issue="0001-01-01T00:00:00.0000000+03:00"> | ||
+ | <calculatingKeys/> | ||
+ | <dates> | ||
+ | <date>2017-07-11T00:00:00</date> | ||
+ | </dates> | ||
+ | <comment/> | ||
+ | </spo> | ||
+ | </packetHeader> | ||
+ | <services> | ||
+ | <hotelServices> | ||
+ | <hotelService mealKey="10" roomKey="1116" buildingKey="3231"> | ||
+ | <variant providerKey="0" dayBeg="1" nights="14" days="15" men="2" id="_201794"> | ||
+ | <info> | ||
+ | <additionalAttributes d19p1:status="Заказ на бронирование" xmlns:d19p1="http://tourml.ru/products/2004-04-19" xmlns="http://www.megatec.ru/tourml/extensions"/> | ||
+ | </info> | ||
+ | </variant> | ||
+ | </hotelService> | ||
+ | </hotelServices> | ||
+ | <flightServices> | ||
+ | <flightService tariffKey="89" flightKey="525"> | ||
+ | <variant providerKey="0" dayBeg="1" nights="0" days="0" men="2" id="_201793"> | ||
+ | <info> | ||
+ | <additionalAttributes d19p1:status="Заказ на бронирование" xmlns:d19p1="http://tourml.ru/products/2004-04-19" xmlns="http://www.megatec.ru/tourml/extensions"/> | ||
+ | </info> | ||
+ | </variant> | ||
+ | </flightService> | ||
+ | <flightService tariffKey="89" flightKey="524"> | ||
+ | <variant providerKey="0" dayBeg="15" nights="0" days="0" men="2" id="_201792"> | ||
+ | <info> | ||
+ | <additionalAttributes d19p1:status="Заказ на бронирование" xmlns:d19p1="http://tourml.ru/products/2004-04-19" xmlns="http://www.megatec.ru/tourml/extensions"/> | ||
+ | </info> | ||
+ | </variant> | ||
+ | </flightService> | ||
+ | </flightServices> | ||
+ | <excursionServices> | ||
+ | <excursionService transportKey="3" excursionKey="94"> | ||
+ | <variant providerKey="0" dayBeg="15" nights="0" days="0" men="2" id="_201795"> | ||
+ | <info> | ||
+ | <additionalAttributes d19p1:status="Ok" xmlns:d19p1="http://tourml.ru/products/2004-04-19" xmlns="http://www.megatec.ru/tourml/extensions"/> | ||
+ | </info> | ||
+ | </variant> | ||
+ | </excursionService> | ||
+ | </excursionServices> | ||
+ | <transferServices/> | ||
+ | <cruiseServices/> | ||
+ | <extraServices/> | ||
+ | </services> | ||
+ | <prices> | ||
+ | <serviceSet ids="_201792 _201793 _201794 _201795"> | ||
+ | <price gross="1180"> | ||
+ | <date key="40245" from="2017-07-11" to="0001-01-01"/> | ||
+ | </price> | ||
+ | </serviceSet> | ||
+ | </prices> | ||
+ | </packet> | ||
+ | </packets> | ||
+ | </source> | ||
+ | </sources> | ||
+ | </TourML> | ||
+ | </inline> | ||
+ | </packet> | ||
+ | </packets> | ||
+ | <persons> | ||
+ | <person key="88340" sourceKey="88340" packets="_1" services="_201792_201793_201794_201795" firstNameRus="TEST" lastNameRus="TEST" firstNameLat="TEST" lastNameLat="TEST" sex="male" birthday="1982-03-03" nationalityRus="" nationalityLat="" isTourist="true"> | ||
+ | <contacts> | ||
+ | <phones> | ||
+ | <phone/> | ||
+ | </phones> | ||
+ | <addresses> | ||
+ | <address postalIndex="" city="" street="" building="" flat=""/> | ||
+ | </addresses> | ||
+ | </contacts> | ||
+ | <passports> | ||
+ | <passport type="foreign" series="1111" number="111111111" emittedBy="ОВД" emittedWhen="1990-01-01" validTo="2020-03-03"/> | ||
+ | <passport type="national" number="" emittedBy="" emittedWhen="0001-01-01" validTo="0001-01-01"/> | ||
+ | </passports> | ||
+ | </person> | ||
+ | <person key="88341" sourceKey="88341" packets="_1" services="_201792_201793_201794_201795" firstNameRus="TEST" lastNameRus="TEST" firstNameLat="TEST" lastNameLat="TEST" sex="male" birthday="1982-02-02" nationalityRus="" nationalityLat="" isTourist="true"> | ||
+ | <contacts> | ||
+ | <phones> | ||
+ | <phone/> | ||
+ | </phones> | ||
+ | <addresses> | ||
+ | <address postalIndex="" city="" street="" building="" flat=""/> | ||
+ | </addresses> | ||
+ | </contacts> | ||
+ | <passports> | ||
+ | <passport type="foreign" series="1111" number="111111111" emittedBy="ОВД" emittedWhen="1990-01-01" validTo="2020-02-02"/> | ||
+ | <passport type="national" number="" emittedBy="" emittedWhen="0001-01-01" validTo="0001-01-01"/> | ||
+ | </passports> | ||
+ | </person> | ||
+ | </persons> | ||
+ | </agreement> | ||
+ | </CreateBookingResult> | ||
+ | </CreateBookingResponse> | ||
+ | </soap:Body> | ||
+ | </soap:Envelope> | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | </ | + | </TD></TR></TABLE> |
Ниже представлены экраны программного комплекса Мастер-Тур с результатами бронирования, выполненного в пункте [[Мастер-Web:Дополнительный модуль Сервис TourML Приложение B#Функция CreateBooking|работа с функцией CreateBooking]]. | Ниже представлены экраны программного комплекса Мастер-Тур с результатами бронирования, выполненного в пункте [[Мастер-Web:Дополнительный модуль Сервис TourML Приложение B#Функция CreateBooking|работа с функцией CreateBooking]]. | ||
<br /> | <br /> |
Текущая версия на 16:54, 14 июля 2017
Статья находится на стадии разработки.
Версия статьи от 14-07-2017.
Введение
Эта статья является приложением B к статье Дополнительный модуль Сервис TourML. В ней рассказывается о функциях проверки бронирования и функциях бронирования в веб-сервисе TourML.
Функция CheckBooking
Ниже представлен пример запроса на проверку возможности бронирования.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:prod="http://tourml.ru/service/2004-08-13/products" xmlns:ns="http://tourml.ru/bookings/2004-09-28" xmlns:ns1="http://tourml.ru/products/2004-04-19" xmlns:ext="http://www.megatec.ru/tourml/extensions">
<soapenv:Header/>
<soapenv:Body>
<prod:CheckBooking>
<!--Optional:-->
<bookings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://tourml.ru/bookings/2004-09-28" version="1.0" date="2006-07-11" time="16:18:43.7311809+04:00" uri="http://www.ESystema.ru">
<booking>
<header id="10760" checkin="2017-07-11" buyerPerson="1" mainPerson="1" agreementKey="40224">
<comment>Данная заявка выполнена для проверки работы сервиса. Саму заявку в работу отправлять не нужно</comment>
</header>
<packets>
<packet id="_192">
<calculated key="31016" />
</packet>
</packets>
<persons>
<person key="1" sourceKey="0" packets="_192" firstNameRus="TEST" lastNameRus="TEST" firstNameLat="TEST" lastNameLat="TEST" sex="male" birthday="1982-03-03" nationalityRus="" nationalityLat="" isTourist="true">
<contacts>
<phones />
<addresses />
<emails />
</contacts>
<passports>
<passport type="foreign" series="1111" number="111111111" emittedBy="ОВД" emittedWhen="1990-01-01" validTo="2020-03-03" />
</passports>
</person>
<person key="2" sourceKey="0" packets="_192" firstNameRus="TEST" lastNameRus="TEST" firstNameLat="TEST" lastNameLat="TEST" sex="male" birthday="1982-02-02" nationalityRus="" nationalityLat="" isTourist="true">
<contacts>
<phones />
<addresses />
<emails />
</contacts>
<passports>
<passport type="foreign" series="1111" number="111111111" emittedBy="ОВД" emittedWhen="1990-01-01" validTo="2020-02-02" />
</passports>
</person>
</persons>
</booking>
</bookings>
</prod:CheckBooking>
</soapenv:Body>
</soapenv:Envelope>
|
В ответ на проверку бронирования возвращается результат проверки в виде XML-документа. Ниже представлен пример возвращаемого XML-документа.
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:ns="http://tourml.ru/products/2004-04-19">
<soap:Header>
<wsa:Action>http://tourml.ru/service/2004-08-13/products/CheckBookingResponse</wsa:Action>
<wsa:MessageID>uuid:89e8d325-c85b-42af-99c1-ecf8d45aee29</wsa:MessageID>
<wsa:RelatesTo>uuid:3cc31840-1e23-4349-87dd-b19b24ca3d4f</wsa:RelatesTo>
<wsa:To>http://schemas.xmlsoap.org/ws/2004/03/addressing/role/anonymous</wsa:To>
<wsse:Security>
<wsu:Timestamp wsu:Id="Timestamp-52dc5ad0-e53d-444e-ba86-5f64dcd864b9">
<wsu:Created>2017-07-11T09:40:03Z</wsu:Created>
<wsu:Expires>2017-07-11T09:45:03Z</wsu:Expires>
</wsu:Timestamp>
</wsse:Security>
</soap:Header>
<soap:Body>
<CheckBookingResponse xmlns="http://tourml.ru/service/2004-08-13/products">
<CheckBookingResult date="0001-01-01" time="00:00:00.0000000+03:00" xmlns="http://tourml.ru/bookings/2004-09-28">
<agreement>
<header uri="" checkin="2017-07-11" buyerPerson="1" mainPerson="1" agreementKey="-10" agreementCode="-10" country="Бельгия" city="Брюссель" days="15" quantity="2" price="1180" pricePaid="0" currency="EU" creationDate="2017-07-11" payUntil="0001-01-01" status="ok" errorStatus="unknown" commission="0">
<comment/>
</header>
<packets>
<packet id="_1">
<services>
<hotelServices>
<hotelService key="1487" keytype="3231|1116|10|191|10763|3|63|3|192|159" name="HOTEL::Брюссель/Zeebrugge-4*,14 ночей/2A(Standart),2A/RO Не предоставляется/" dayBeg="1" nights="14" days="15" men="2" reasonRus="Места по запросу" reasonLat="Places by request" serviceCategory="required" chosen="true" placeStatus="byRequest" serviceStatus="waitlist" sourceKey="0" buildingKey="3231" roomKey="1116" mealKey="10" infantsOnExtraBedCount="0" infantsOnMainBedCount="0" maxInfantsCount="0" maxInfantsOnMainBedCount="0"/>
</hotelServices>
<flightServices>
<flightService key="1001" keytype="525|89|1|191|10763|1|63|3|192|31" name="А_П::Москва/Брюссель/LH069, DME-BRU, 06:10-09:15/Y Экономический класс/" dayBeg="1" nights="0" days="0" men="2" reasonRus="Места по запросу" reasonLat="Places by request" serviceCategory="replaceable" chosen="true" serviceClass="1" serviceSet="1" placeStatus="byRequest" serviceStatus="waitlist" sourceKey="0" flightKey="525" tariffKey="89" infantsOnIndividualPlaceCount="0" infantsWithoutPlaceCount="0" maxInfantsCount="0" maxInfantsOnIndividualPlaceCount="0"/>
<flightService key="1002" keytype="524|89|63|191|10763|1|1|460|192|31" name="А_П::Брюссель/Москва/LH068, BRU-DME, 07:05-10:10/Y Экономический класс/" dayBeg="15" nights="0" days="0" men="2" reasonRus="Места по запросу" reasonLat="Places by request" serviceCategory="replaceable" chosen="true" serviceClass="1" serviceSet="1" placeStatus="byRequest" serviceStatus="waitlist" sourceKey="0" flightKey="524" tariffKey="89" infantsOnIndividualPlaceCount="0" infantsWithoutPlaceCount="0" maxInfantsCount="0" maxInfantsOnIndividualPlaceCount="0"/>
</flightServices>
<excursionServices>
<excursionService key="1490" keytype="94|3|0|191|10764|4|63|3|192|0" name="Экскурсия::Брюссель/Обзорная по Брюсселю, /автобус /" dayBeg="15" nights="0" days="0" men="2" reasonRus="Места есть" reasonLat="Places available" serviceCategory="required" chosen="true" placeStatus="present" serviceStatus="ok" sourceKey="0" excursionKey="94" transportKey="3"/>
</excursionServices>
<transferServices/>
<cruiseServices/>
<extraServices/>
</services>
<inline>
<TourML version="1.0" date="2017-07-11" time="12:40:03">
<header name="Фирма-владелец" uri="" vendor="Megatec" xmlns="http://tourml.ru/products/2004-04-19"/>
<references xmlns="http://tourml.ru/products/2004-04-19">
<countries>
<country key="460" name="Россия" nameLat="Russia"/>
<country key="3" name="Бельгия" nameLat="Belgium"/>
</countries>
<resorts/>
<cities>
<city key="1" name="Москва" nameLat="Moscow" code="MOW" countryKey="460"/>
<city key="63" name="Брюссель" nameLat="en_Брюссель" code="BRU" countryKey="3"/>
</cities>
<categories>
<category key="707724292" name="4*" nameLat="4*"/>
</categories>
<hotels>
<hotel key="3231" name="Zeebrugge" nameLat="Zeebrugge" code="zee" countryKey="3" cityKey="63"/>
</hotels>
<buildings>
<building key="3231" name="Основной корпус" nameLat="Base build" categoryKey="707724292" hotelKey="3231"/>
</buildings>
<airlines>
<airline key="18" name="Lufthunsa" nameLat="en_Lufthunsa" code="LH"/>
</airlines>
<airports>
<airport key="64" name="BRU" nameLat="BRU" code="BRU" cityKey="63" distance="0"/>
<airport key="12" name="Домодедово" nameLat="Домодедово" code="DME" cityKey="1" distance="0"/>
</airports>
<aircrafts>
<aircraft key="4" name="aerobus A-310" nameLat="aerobus A-310" code="310"/>
</aircrafts>
<flights>
<flight key="525" code="069" fromCityKey="1" toCityKey="63" airlineKey="18">
<flightTime key="1" fromAirportKey="12" toAirportKey="64" dateBegin="2012-01-01" dateEnd="2021-01-01" weekDays="1234567" aircraftKey="4" timeBegin="06:10:00" timeEnd="09:15:00"/>
</flight>
<flight key="524" code="068" fromCityKey="63" toCityKey="1" airlineKey="18">
<flightTime key="2" fromAirportKey="64" toAirportKey="12" dateBegin="2012-01-01" dateEnd="2021-01-01" weekDays="1234567" aircraftKey="4" timeBegin="07:05:00" timeEnd="10:10:00"/>
</flight>
</flights>
<roomTypes>
<roomType key="38" name="2A" nameLat="2A" code="2A" numBed="2" numExBed="0"/>
</roomTypes>
<roomLocations/>
<roomViews/>
<roomCategories>
<roomCategory key="20" name="Standart" nameLat="Standart" code="STD"/>
</roomCategories>
<roomDescriptions>
<roomDescription key="20" catKey="20"/>
</roomDescriptions>
<roomAccomodations>
<roomAccomodation key="325" name="2A" nameLat="2A" code="2A" numBed="2">
<adult place="0" order="0"/>
<adult place="0" order="0"/>
</roomAccomodation>
</roomAccomodations>
<rooms>
<room key="1116" typeKey="38" roomDescKey="20" accomodationKey="325"/>
</rooms>
<serviceClasses>
<serviceClass key="3" stdKey="hotel " name="Отель/Круиз" nameLat="Hotel/Cruise" isCity="true" isSubKey="true" isSubKey1="true" isSubKey2="true"/>
</serviceClasses>
<serviceDescriptions/>
<serviceDescriptions1/>
<serviceDescriptions2/>
<transfers/>
<excursions>
<excursion key="94" name="Обзорная по Брюсселю" nameLat="en_Обзорная по Брюсселю" duration="" placeFrom="" placeTo="" cityKey="63" timeBegin="00:00:00" timeEnd="00:00:00"/>
</excursions>
<transports>
<transport key="3" name="автобус" nameLat="BUS" places="0"/>
</transports>
<cabines/>
<ships/>
<boardings/>
<currencies>
<currency key="2" name="Euro" nameLat="Euro" code="EU"/>
</currencies>
<tariffs>
<tariff key="89" name="Экономический класс" nameLat="Coach economy" code="Y"/>
</tariffs>
<tourTypes>
<tourType key="2" name="Стандартный тур" nameLat="en_Стандартный тур"/>
</tourTypes>
</references>
<sources xmlns="http://tourml.ru/products/2004-04-19">
<source name="Фирма-владелец" uri="http://">
<packets>
<packet>
<packetHeader>
<tour key="192" name="Тур в Брюссель № 42" tourTypeKey="2" countryKey="3"/>
<spo key="192" for="byPerson" validFrom="2017-07-11" validTo="2017-07-25" currencyKey="2" state="Created" issue="0001-01-01T00:00:00.0000000+03:00">
<calculatingKeys/>
<dates>
<date>2017-07-11T00:00:00</date>
</dates>
<comment/>
</spo>
</packetHeader>
<services>
<hotelServices>
<hotelService mealKey="10" roomKey="1116" buildingKey="3231">
<variant providerKey="0" dayBeg="1" nights="14" days="15" men="2" id="_1487">
<info>
<additionalAttributes d19p1:status="Заказ на бронирование" xmlns:d19p1="http://tourml.ru/products/2004-04-19" xmlns="http://www.megatec.ru/tourml/extensions"/>
</info>
</variant>
</hotelService>
</hotelServices>
<flightServices>
<flightService tariffKey="89" flightKey="525">
<variant providerKey="0" dayBeg="1" nights="0" days="0" men="2" id="_1488">
<info>
<additionalAttributes d19p1:status="Заказ на бронирование" xmlns:d19p1="http://tourml.ru/products/2004-04-19" xmlns="http://www.megatec.ru/tourml/extensions"/>
</info>
</variant>
</flightService>
<flightService tariffKey="89" flightKey="524">
<variant providerKey="0" dayBeg="15" nights="0" days="0" men="2" id="_1489">
<info>
<additionalAttributes d19p1:status="Заказ на бронирование" xmlns:d19p1="http://tourml.ru/products/2004-04-19" xmlns="http://www.megatec.ru/tourml/extensions"/>
</info>
</variant>
</flightService>
</flightServices>
<excursionServices>
<excursionService transportKey="3" excursionKey="94">
<variant providerKey="0" dayBeg="15" nights="0" days="0" men="2" id="_1490">
<info>
<additionalAttributes d19p1:status="Ok" xmlns:d19p1="http://tourml.ru/products/2004-04-19" xmlns="http://www.megatec.ru/tourml/extensions"/>
</info>
</variant>
</excursionService>
</excursionServices>
<transferServices/>
<cruiseServices/>
<extraServices/>
</services>
<prices>
<serviceSet ids="_1487 _1488 _1489 _1490">
<price gross="1180">
<date key="-10" from="2017-07-11" to="0001-01-01"/>
</price>
</serviceSet>
</prices>
</packet>
</packets>
</source>
</sources>
</TourML>
</inline>
</packet>
</packets>
<persons>
<person key="-10" sourceKey="-10" packets="_1" services="" firstNameRus="TEST" lastNameRus="TEST" firstNameLat="TEST" lastNameLat="TEST" sex="male" birthday="1982-03-03" nationalityRus="" nationalityLat="" isTourist="true">
<contacts>
<phones>
<phone/>
</phones>
<addresses>
<address postalIndex="" city="" street="" building="" flat=""/>
</addresses>
</contacts>
<passports>
<passport type="foreign" series="1111" number="111111111" emittedBy="ОВД" emittedWhen="1990-01-01" validTo="2020-03-03"/>
<passport type="national" number="" emittedBy="" emittedWhen="0001-01-01" validTo="0001-01-01"/>
</passports>
</person>
<person key="-11" sourceKey="-11" packets="_1" services="" firstNameRus="TEST" lastNameRus="TEST" firstNameLat="TEST" lastNameLat="TEST" sex="male" birthday="1982-02-02" nationalityRus="" nationalityLat="" isTourist="true">
<contacts>
<phones>
<phone/>
</phones>
<addresses>
<address postalIndex="" city="" street="" building="" flat=""/>
</addresses>
</contacts>
<passports>
<passport type="foreign" series="1111" number="111111111" emittedBy="ОВД" emittedWhen="1990-01-01" validTo="2020-02-02"/>
<passport type="national" number="" emittedBy="" emittedWhen="0001-01-01" validTo="0001-01-01"/>
</passports>
</person>
</persons>
<penaltyConditions amount="0.0" currency="" percentage="0" dateLimit="0001-01-01" timeLimit="00:00:00.0000000+03:00"/>
</agreement>
</CheckBookingResult>
</CheckBookingResponse>
</soap:Body>
</soap:Envelope>
|
Функция CreateBooking
Ниже представлен пример запроса на бронирование.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:prod="http://tourml.ru/service/2004-08-13/products" xmlns:ns="http://tourml.ru/bookings/2004-09-28" xmlns:ns1="http://tourml.ru/products/2004-04-19" xmlns:ext="http://www.megatec.ru/tourml/extensions">
<soapenv:Header/>
<soapenv:Body>
<prod:CheckBooking>
<!--Optional:-->
<bookings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://tourml.ru/bookings/2004-09-28" version="1.0" date="2006-07-11" time="16:18:43.7311809+04:00" uri="http://www.ESystema.ru">
<booking>
<header id="10760" checkin="2017-07-11" buyerPerson="1" mainPerson="1" agreementKey="40224">
<comment>Данная заявка выполнена для проверки работы сервиса. Саму заявку в работу отправлять не нужно</comment>
</header>
<packets>
<packet id="_192">
<calculated key="31016" />
</packet>
</packets>
<persons>
<person key="1" sourceKey="0" packets="_192" firstNameRus="TEST" lastNameRus="TEST" firstNameLat="TEST" lastNameLat="TEST" sex="male" birthday="1982-03-03" nationalityRus="" nationalityLat="" isTourist="true">
<contacts>
<phones />
<addresses />
<emails />
</contacts>
<passports>
<passport type="foreign" series="1111" number="111111111" emittedBy="ОВД" emittedWhen="1990-01-01" validTo="2020-03-03" />
</passports>
</person>
<person key="2" sourceKey="0" packets="_192" firstNameRus="TEST" lastNameRus="TEST" firstNameLat="TEST" lastNameLat="TEST" sex="male" birthday="1982-02-02" nationalityRus="" nationalityLat="" isTourist="true">
<contacts>
<phones />
<addresses />
<emails />
</contacts>
<passports>
<passport type="foreign" series="1111" number="111111111" emittedBy="ОВД" emittedWhen="1990-01-01" validTo="2020-02-02" />
</passports>
</person>
</persons>
</booking>
</bookings>
</prod:CheckBooking>
</soapenv:Body>
</soapenv:Envelope>
|
В ответ на бронирование возвращается результат бронирования – путевка - в виде XML-документа. Ниже представлен пример возвращаемого XML-документа. Все ключи услуг и туристов реальные, полученные из базы данных.
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:ns="http://tourml.ru/products/2004-04-19">
<soap:Header>
<wsa:Action>http://tourml.ru/service/2004-08-13/products/CreateBookingResponse</wsa:Action>
<wsa:MessageID>uuid:6ab079a1-089c-4f9b-a865-47efae439a78</wsa:MessageID>
<wsa:RelatesTo>uuid:3a8fe51d-8efe-4f36-8d72-88092e97f378</wsa:RelatesTo>
<wsa:To>http://schemas.xmlsoap.org/ws/2004/03/addressing/role/anonymous</wsa:To>
<wsse:Security>
<wsu:Timestamp wsu:Id="Timestamp-ab106224-564d-4733-a6d5-26144469c0db">
<wsu:Created>2017-07-11T07:39:18Z</wsu:Created>
<wsu:Expires>2017-07-11T07:44:18Z</wsu:Expires>
</wsu:Timestamp>
</wsse:Security>
</soap:Header>
<soap:Body>
<CreateBookingResponse xmlns="http://tourml.ru/service/2004-08-13/products">
<CreateBookingResult date="0001-01-01" time="00:00:00.0000000+03:00" xmlns="http://tourml.ru/bookings/2004-09-28">
<agreement>
<header uri="" checkin="2017-07-11" buyerPerson="0" mainPerson="88340" agreementKey="40245" agreementCode="BE70711021" country="Бельгия" city="Брюссель" days="15" quantity="2" price="1180" pricePaid="0" currency="EU" creationDate="2017-07-11" payUntil="0001-01-01" status="waitlist" errorStatus="unknown" commission="0">
<comment/>
</header>
<packets>
<packet id="_1">
<services>
<hotelServices>
<hotelService key="201794" name="HOTEL::Брюссель/Zeebrugge-4*,14 ночей/2A(Standart),2A/RO Не предоставляется/" dayBeg="1" nights="14" days="15" men="2" reasonRus="Заказ на бронирование" reasonLat="order for booking" serviceCategory="optional" chosen="true" placeStatus="byRequest" serviceStatus="custom" customServiceStatusRus="Заказ на бронирование" customServiceStatusLat="order for booking" sourceKey="0" buildingKey="3231" roomKey="1116" mealKey="10" infantsOnExtraBedCount="0" infantsOnMainBedCount="0" maxInfantsCount="0" maxInfantsOnMainBedCount="0"/>
</hotelServices>
<flightServices>
<flightService key="201793" name="А_П::Москва/Брюссель/LH069, DME-BRU, 06:10-09:15/Y Экономический класс/" dayBeg="1" nights="0" days="0" men="2" reasonRus="Заказ на бронирование" reasonLat="order for booking" serviceCategory="optional" chosen="true" placeStatus="byRequest" serviceStatus="custom" customServiceStatusRus="Заказ на бронирование" customServiceStatusLat="order for booking" sourceKey="0" flightKey="525" tariffKey="89" infantsOnIndividualPlaceCount="0" infantsWithoutPlaceCount="0" maxInfantsCount="0" maxInfantsOnIndividualPlaceCount="0"/>
<flightService key="201792" name="А_П::Брюссель/Москва/LH068, BRU-DME, 07:05-10:10/Y Экономический класс/" dayBeg="15" nights="0" days="0" men="2" reasonRus="Заказ на бронирование" reasonLat="order for booking" serviceCategory="optional" chosen="true" placeStatus="byRequest" serviceStatus="custom" customServiceStatusRus="Заказ на бронирование" customServiceStatusLat="order for booking" sourceKey="0" flightKey="524" tariffKey="89" infantsOnIndividualPlaceCount="0" infantsWithoutPlaceCount="0" maxInfantsCount="0" maxInfantsOnIndividualPlaceCount="0"/>
</flightServices>
<excursionServices>
<excursionService key="201795" name="Экскурсия::Брюссель/Обзорная по Брюсселю, /автобус /" dayBeg="15" nights="0" days="0" men="2" reasonRus="Ok" reasonLat="Ok" serviceCategory="required" chosen="true" placeStatus="byRequest" serviceStatus="custom" customServiceStatusRus="Ok" customServiceStatusLat="Ok" sourceKey="0" excursionKey="94" transportKey="3"/>
</excursionServices>
<transferServices/>
<cruiseServices/>
<extraServices/>
</services>
<inline>
<TourML version="1.0" date="2017-07-11" time="10:39:18">
<header name="Фирма-владелец" uri="" vendor="Megatec" xmlns="http://tourml.ru/products/2004-04-19"/>
<references xmlns="http://tourml.ru/products/2004-04-19">
<countries>
<country key="460" name="Россия" nameLat="Russia"/>
<country key="3" name="Бельгия" nameLat="Belgium"/>
</countries>
<resorts/>
<cities>
<city key="1" name="Москва" nameLat="Moscow" code="MOW" countryKey="460"/>
<city key="63" name="Брюссель" nameLat="en_Брюссель" code="BRU" countryKey="3"/>
</cities>
<categories>
<category key="707724292" name="4*" nameLat="4*"/>
</categories>
<hotels>
<hotel key="3231" name="Zeebrugge" nameLat="Zeebrugge" code="zee" countryKey="3" cityKey="63"/>
</hotels>
<buildings>
<building key="3231" name="Основной корпус" nameLat="Base build" categoryKey="707724292" hotelKey="3231"/>
</buildings>
<airlines>
<airline key="18" name="Lufthunsa" nameLat="en_Lufthunsa" code="LH"/>
</airlines>
<airports>
<airport key="64" name="BRU" nameLat="BRU" code="BRU" cityKey="63" distance="0"/>
<airport key="12" name="Домодедово" nameLat="Домодедово" code="DME" cityKey="1" distance="0"/>
</airports>
<aircrafts>
<aircraft key="4" name="aerobus A-310" nameLat="aerobus A-310" code="310"/>
</aircrafts>
<flights>
<flight key="525" code="069" fromCityKey="1" toCityKey="63" airlineKey="18">
<flightTime key="1" fromAirportKey="12" toAirportKey="64" dateBegin="2012-01-01" dateEnd="2021-01-01" weekDays="1234567" aircraftKey="4" timeBegin="06:10:00" timeEnd="09:15:00"/>
</flight>
<flight key="524" code="068" fromCityKey="63" toCityKey="1" airlineKey="18">
<flightTime key="2" fromAirportKey="64" toAirportKey="12" dateBegin="2012-01-01" dateEnd="2021-01-01" weekDays="1234567" aircraftKey="4" timeBegin="07:05:00" timeEnd="10:10:00"/>
</flight>
</flights>
<roomTypes>
<roomType key="38" name="2A" nameLat="2A" code="2A" numBed="2" numExBed="0"/>
</roomTypes>
<roomLocations/>
<roomViews/>
<roomCategories>
<roomCategory key="20" name="Standart" nameLat="Standart" code="STD"/>
</roomCategories>
<roomDescriptions>
<roomDescription key="20" catKey="20"/>
</roomDescriptions>
<roomAccomodations>
<roomAccomodation key="325" name="2A" nameLat="2A" code="2A" numBed="2">
<adult place="0" order="0"/>
<adult place="0" order="0"/>
</roomAccomodation>
</roomAccomodations>
<rooms>
<room key="1116" typeKey="38" roomDescKey="20" accomodationKey="325"/>
</rooms>
<serviceClasses/>
<serviceDescriptions/>
<serviceDescriptions1/>
<serviceDescriptions2/>
<transfers/>
<excursions>
<excursion key="94" name="Обзорная по Брюсселю" nameLat="en_Обзорная по Брюсселю" duration="" placeFrom="" placeTo="" cityKey="63" timeBegin="00:00:00" timeEnd="00:00:00"/>
</excursions>
<transports>
<transport key="3" name="автобус" nameLat="BUS" places="0"/>
</transports>
<cabines/>
<ships/>
<boardings/>
<currencies>
<currency key="2" name="Euro" nameLat="Euro" code="EU"/>
</currencies>
<tariffs>
<tariff key="89" name="Экономический класс" nameLat="Coach economy" code="Y"/>
</tariffs>
<tourTypes>
<tourType key="2" name="Стандартный тур" nameLat="en_Стандартный тур"/>
</tourTypes>
</references>
<sources xmlns="http://tourml.ru/products/2004-04-19">
<source name="Фирма-владелец" uri="http://">
<packets>
<packet>
<packetHeader>
<tour key="192" name="Тур в Брюссель № 42" tourTypeKey="2" countryKey="3"/>
<spo key="192" for="byPerson" validFrom="2017-07-11" validTo="2017-07-25" currencyKey="2" state="Created" issue="0001-01-01T00:00:00.0000000+03:00">
<calculatingKeys/>
<dates>
<date>2017-07-11T00:00:00</date>
</dates>
<comment/>
</spo>
</packetHeader>
<services>
<hotelServices>
<hotelService mealKey="10" roomKey="1116" buildingKey="3231">
<variant providerKey="0" dayBeg="1" nights="14" days="15" men="2" id="_201794">
<info>
<additionalAttributes d19p1:status="Заказ на бронирование" xmlns:d19p1="http://tourml.ru/products/2004-04-19" xmlns="http://www.megatec.ru/tourml/extensions"/>
</info>
</variant>
</hotelService>
</hotelServices>
<flightServices>
<flightService tariffKey="89" flightKey="525">
<variant providerKey="0" dayBeg="1" nights="0" days="0" men="2" id="_201793">
<info>
<additionalAttributes d19p1:status="Заказ на бронирование" xmlns:d19p1="http://tourml.ru/products/2004-04-19" xmlns="http://www.megatec.ru/tourml/extensions"/>
</info>
</variant>
</flightService>
<flightService tariffKey="89" flightKey="524">
<variant providerKey="0" dayBeg="15" nights="0" days="0" men="2" id="_201792">
<info>
<additionalAttributes d19p1:status="Заказ на бронирование" xmlns:d19p1="http://tourml.ru/products/2004-04-19" xmlns="http://www.megatec.ru/tourml/extensions"/>
</info>
</variant>
</flightService>
</flightServices>
<excursionServices>
<excursionService transportKey="3" excursionKey="94">
<variant providerKey="0" dayBeg="15" nights="0" days="0" men="2" id="_201795">
<info>
<additionalAttributes d19p1:status="Ok" xmlns:d19p1="http://tourml.ru/products/2004-04-19" xmlns="http://www.megatec.ru/tourml/extensions"/>
</info>
</variant>
</excursionService>
</excursionServices>
<transferServices/>
<cruiseServices/>
<extraServices/>
</services>
<prices>
<serviceSet ids="_201792 _201793 _201794 _201795">
<price gross="1180">
<date key="40245" from="2017-07-11" to="0001-01-01"/>
</price>
</serviceSet>
</prices>
</packet>
</packets>
</source>
</sources>
</TourML>
</inline>
</packet>
</packets>
<persons>
<person key="88340" sourceKey="88340" packets="_1" services="_201792_201793_201794_201795" firstNameRus="TEST" lastNameRus="TEST" firstNameLat="TEST" lastNameLat="TEST" sex="male" birthday="1982-03-03" nationalityRus="" nationalityLat="" isTourist="true">
<contacts>
<phones>
<phone/>
</phones>
<addresses>
<address postalIndex="" city="" street="" building="" flat=""/>
</addresses>
</contacts>
<passports>
<passport type="foreign" series="1111" number="111111111" emittedBy="ОВД" emittedWhen="1990-01-01" validTo="2020-03-03"/>
<passport type="national" number="" emittedBy="" emittedWhen="0001-01-01" validTo="0001-01-01"/>
</passports>
</person>
<person key="88341" sourceKey="88341" packets="_1" services="_201792_201793_201794_201795" firstNameRus="TEST" lastNameRus="TEST" firstNameLat="TEST" lastNameLat="TEST" sex="male" birthday="1982-02-02" nationalityRus="" nationalityLat="" isTourist="true">
<contacts>
<phones>
<phone/>
</phones>
<addresses>
<address postalIndex="" city="" street="" building="" flat=""/>
</addresses>
</contacts>
<passports>
<passport type="foreign" series="1111" number="111111111" emittedBy="ОВД" emittedWhen="1990-01-01" validTo="2020-02-02"/>
<passport type="national" number="" emittedBy="" emittedWhen="0001-01-01" validTo="0001-01-01"/>
</passports>
</person>
</persons>
</agreement>
</CreateBookingResult>
</CreateBookingResponse>
</soap:Body>
</soap:Envelope>
|
Ниже представлены экраны программного комплекса Мастер-Тур с результатами бронирования, выполненного в пункте работа с функцией CreateBooking.