Web Service: SearchTourWS

Target Namespace:
http://tempuri.org/

Port SearchTourWSPort Port typeSource code

Location:
http://localhost:7001/webservice/SearchTourWS
Protocol:
SOAP
Default style:
rpc
Transport protocol:
SOAP over HTTP
Operations:
  1. getAirCompanesDetailSource code
  2. getAirportRowByIDDetailSource code
  3. getAllAccomdTypesDetailSource code
  4. getAllAgeTypesDetailSource code
  5. getAllBoardTypesDetailSource code
  6. getAllCitiesDetailSource code
  7. getAllCountriesDetailSource code
  8. getAllCruiseCompaniesDetailSource code
  9. getAllCruiseNamesDetailSource code
  10. getAllCurrencyDetailSource code
  11. getAllRegionsDetailSource code
  12. getAllRoomTypesDetailSource code
  13. getAllShipsDetailSource code
  14. getTarifTypesDetailSource code
  15. searchAviaDetailSource code
  16. searchCityCountryTourDetailSource code
  17. searchCruisesDetailSource code
  18. searchToursBeachDetailSource code

Operations

Port type SearchTourWSPortSource code

  1. getAirCompanes
    Style:
    rpc
    Operation type:
    Request-response. The endpoint receives a message, and sends a correlated message.
    Input:
    getAirCompanes (soap:body, use = encoded)Source code
    wsLoginPassword type WsLoginPassword
    • wslogin - nillable; type string
      login
    • wspassword - nillable; type string
      ws Password
    Output:
    getAirCompanesResponse (soap:body, use = encoded)Source code
    result type AllAirCompanesResponse
    • airCompanyRows - nillable; type ArrayOfAirCompanyRow
      • AirCompanyRow - optional, unbounded, nillable; type AirCompanyRow
        • idAirCompany - nillable; type string
          Airlines Aircompany ID (long)
        • nameAirCompany - nillable; type string
          AirCompany Name
    • responseLog - nillable; type ResponseLog
      • comment - nillable; type string
      • timeForResponse type long
  2. getAirportRowByID
    Style:
    rpc
    Operation type:
    Request-response. The endpoint receives a message, and sends a correlated message.
    Input:
    getAirportRowByID (soap:body, use = encoded)Source code
    wsLoginPassword type WsLoginPassword
    • wslogin - nillable; type string
      login
    • wspassword - nillable; type string
      ws Password
    sId type string
    Output:
    getAirportRowByIDResponse (soap:body, use = encoded)Source code
    result type OneAirPortResponse
    • airportRow - nillable; type AirportRow
      • idAirport - nillable; type string
        Airport ID (long)
      • nameAirport - nillable; type string
        Airport Name
    • responseLog - nillable; type ResponseLog
      • comment - nillable; type string
      • timeForResponse type long
  3. getAllAccomdTypes
    Style:
    rpc
    Operation type:
    Request-response. The endpoint receives a message, and sends a correlated message.
    Input:
    getAllAccomdTypes (soap:body, use = encoded)Source code
    wsLoginPassword type WsLoginPassword
    • wslogin - nillable; type string
      login
    • wspassword - nillable; type string
      ws Password
    Output:
    getAllAccomdTypesResponse (soap:body, use = encoded)Source code
    result type AllAccomodationTypesResponse
    • accomdTypeRows - nillable; type ArrayOfAccomdTypeRow
      • AccomdTypeRow - optional, unbounded, nillable; type AccomdTypeRow
        • idAccomdType - nillable; type string
          Accomdation Type ID (long)
        • nameAccomdType - nillable; type string
          Accomdation Type
    • responseLog - nillable; type ResponseLog
      • comment - nillable; type string
      • timeForResponse type long
  4. getAllAgeTypes
    Style:
    rpc
    Operation type:
    Request-response. The endpoint receives a message, and sends a correlated message.
    Input:
    getAllAgeTypes (soap:body, use = encoded)Source code
    wsLoginPassword type WsLoginPassword
    • wslogin - nillable; type string
      login
    • wspassword - nillable; type string
      ws Password
    Output:
    getAllAgeTypesResponse (soap:body, use = encoded)Source code
    result type AllAgeTypeResponse
    • ageTypeRows - nillable; type ArrayOfAgeTypeRow
      • AgeTypeRow - optional, unbounded, nillable; type AgeTypeRow
        • idAgeType - nillable; type string
          Age Type ID (long)
        • nameAgeType - nillable; type string
          Age Type Name
    • responseLog - nillable; type ResponseLog
      • comment - nillable; type string
      • timeForResponse type long
  5. getAllBoardTypes
    Style:
    rpc
    Operation type:
    Request-response. The endpoint receives a message, and sends a correlated message.
    Input:
    getAllBoardTypes (soap:body, use = encoded)Source code
    wsLoginPassword type WsLoginPassword
    • wslogin - nillable; type string
      login
    • wspassword - nillable; type string
      ws Password
    Output:
    getAllBoardTypesResponse (soap:body, use = encoded)Source code
    result type AllBoardTypeResponse
    • boardTypeRows - nillable; type ArrayOfBoardTypeRow
      • BoardTypeRow - optional, unbounded, nillable; type BoardTypeRow
        • idBoardType - nillable; type string
        • nameBoardType - nillable; type string
    • responseLog - nillable; type ResponseLog
      • comment - nillable; type string
      • timeForResponse type long
  6. getAllCities
    Style:
    rpc
    Operation type:
    Request-response. The endpoint receives a message, and sends a correlated message.
    Input:
    getAllCities (soap:body, use = encoded)Source code
    wsLoginPassword type WsLoginPassword
    • wslogin - nillable; type string
      login
    • wspassword - nillable; type string
      ws Password
    Output:
    getAllCitiesResponse (soap:body, use = encoded)Source code
    result type AllCitiesResponse
    • cityRows - nillable; type ArrayOfCityRow
      • CityRow - optional, unbounded, nillable; type CityRow
        • idCity - nillable; type string
        • nameCity - nillable; type string
    • responseLog - nillable; type ResponseLog
      • comment - nillable; type string
      • timeForResponse type long
  7. getAllCountries
    Style:
    rpc
    Operation type:
    Request-response. The endpoint receives a message, and sends a correlated message.
    Input:
    getAllCountries (soap:body, use = encoded)Source code
    wsLoginPassword type WsLoginPassword
    • wslogin - nillable; type string
      login
    • wspassword - nillable; type string
      ws Password
    Output:
    getAllCountriesResponse (soap:body, use = encoded)Source code
    result type AllCountriesResponse
    • countryRows - nillable; type ArrayOfCountryRow
      • CountryRow - optional, unbounded, nillable; type CountryRow
        • idCountry - nillable; type string
        • nameCountry - nillable; type string
    • responseLog - nillable; type ResponseLog
      • comment - nillable; type string
      • timeForResponse type long
  8. getAllCruiseCompanies
    Style:
    rpc
    Operation type:
    Request-response. The endpoint receives a message, and sends a correlated message.
    Input:
    getAllCruiseCompanies (soap:body, use = encoded)Source code
    wsLoginPassword type WsLoginPassword
    • wslogin - nillable; type string
      login
    • wspassword - nillable; type string
      ws Password
    Output:
    getAllCruiseCompaniesResponse (soap:body, use = encoded)Source code
    result type AllCruiseCompaniesResponse
    • cruiseCompanyRows - nillable; type ArrayOfCruiseCompanyRow
      • CruiseCompanyRow - optional, unbounded, nillable; type CruiseCompanyRow
        • idCruiseCompany - nillable; type string
          Cruise Company ID (long)
        • nameCruiseCompany - nillable; type string
          CruiseCompany Name
    • responseLog - nillable; type ResponseLog
      • comment - nillable; type string
      • timeForResponse type long
  9. getAllCruiseNames
    Style:
    rpc
    Operation type:
    Request-response. The endpoint receives a message, and sends a correlated message.
    Input:
    getAllCruiseNames (soap:body, use = encoded)Source code
    wsLoginPassword type WsLoginPassword
    • wslogin - nillable; type string
      login
    • wspassword - nillable; type string
      ws Password
    Output:
    getAllCruiseNamesResponse (soap:body, use = encoded)Source code
    result type AllCruiseNamesResponse
    • cruiseNameRows - nillable; type ArrayOfCruiseNameRow
      • CruiseNameRow - optional, unbounded, nillable; type CruiseNameRow
        • idCruise - nillable; type string
          Cruise ID (long)
        • nameCruise - nillable; type string
          Cruise Name
    • responseLog - nillable; type ResponseLog
      • comment - nillable; type string
      • timeForResponse type long
  10. getAllCurrency
    Style:
    rpc
    Operation type:
    Request-response. The endpoint receives a message, and sends a correlated message.
    Input:
    getAllCurrency (soap:body, use = encoded)Source code
    Output:
    getAllCurrencyResponse (soap:body, use = encoded)Source code
    result type ArrayOfCurrencyRow
    • CurrencyRow - optional, unbounded, nillable; type CurrencyRow
      • idCurrency - nillable; type string
        Currency ID (long)
      • nameCurrency - nillable; type string
        Currency Name
  11. getAllRegions
    Style:
    rpc
    Operation type:
    Request-response. The endpoint receives a message, and sends a correlated message.
    Input:
    getAllRegions (soap:body, use = encoded)Source code
    wsLoginPassword type WsLoginPassword
    • wslogin - nillable; type string
      login
    • wspassword - nillable; type string
      ws Password
    Output:
    getAllRegionsResponse (soap:body, use = encoded)Source code
    result type AllRegionsResponse
    • regionRows - nillable; type ArrayOfRegionRow
      • RegionRow - optional, unbounded, nillable; type RegionRow
        • idRegion - nillable; type string
        • nameRegion - nillable; type string
    • responseLog - nillable; type ResponseLog
      • comment - nillable; type string
      • timeForResponse type long
  12. getAllRoomTypes
    Style:
    rpc
    Operation type:
    Request-response. The endpoint receives a message, and sends a correlated message.
    Input:
    getAllRoomTypes (soap:body, use = encoded)Source code
    wsLoginPassword type WsLoginPassword
    • wslogin - nillable; type string
      login
    • wspassword - nillable; type string
      ws Password
    Output:
    getAllRoomTypesResponse (soap:body, use = encoded)Source code
    result type AllRoomTypesResponse
    • responseLog - nillable; type ResponseLog
      • comment - nillable; type string
      • timeForResponse type long
    • roomTypeRows - nillable; type ArrayOfRoomTypeRow
      • RoomTypeRow - optional, unbounded, nillable; type RoomTypeRow
        • idRoomType - nillable; type string
          Room Type ID (long)
        • nameRoomType - nillable; type string
          Room Type Name
  13. getAllShips
    Style:
    rpc
    Operation type:
    Request-response. The endpoint receives a message, and sends a correlated message.
    Input:
    getAllShips (soap:body, use = encoded)Source code
    wsLoginPassword type WsLoginPassword
    • wslogin - nillable; type string
      login
    • wspassword - nillable; type string
      ws Password
    Output:
    getAllShipsResponse (soap:body, use = encoded)Source code
    result type AllShipsResponse
    • responseLog - nillable; type ResponseLog
      • comment - nillable; type string
      • timeForResponse type long
    • shipRows - nillable; type ArrayOfShipRow
      • ShipRow - optional, unbounded, nillable; type ShipRow
        • idShip - nillable; type string
          Cruise Ship ID (long)
        • nameShip - nillable; type string
          Cruise Ship Name
  14. getTarifTypes
    Style:
    rpc
    Operation type:
    Request-response. The endpoint receives a message, and sends a correlated message.
    Input:
    getTarifTypes (soap:body, use = encoded)Source code
    wsLoginPassword type WsLoginPassword
    • wslogin - nillable; type string
      login
    • wspassword - nillable; type string
      ws Password
    Output:
    getTarifTypesResponse (soap:body, use = encoded)Source code
    result type AllTarifTypesResponse
    • responseLog - nillable; type ResponseLog
      • comment - nillable; type string
      • timeForResponse type long
    • tarifTypeRows - nillable; type ArrayOfTarifTypeRow
      • TarifTypeRow - optional, unbounded, nillable; type TarifTypeRow
        • idTarifType - nillable; type string
          Tarif Type ID (long)
        • nameTarifType - nillable; type string
          Tarif Type Name
  15. searchAvia
    Style:
    rpc
    Operation type:
    Request-response. The endpoint receives a message, and sends a correlated message.
    Input:
    searchAvia (soap:body, use = encoded)Source code
    wsLoginPassword type WsLoginPassword
    • wslogin - nillable; type string
      login
    • wspassword - nillable; type string
      ws Password
    aviaRequest type AviaRequest
    • airAgG - nillable; type string
      Возрастная группа
    • airCityFrom - nillable; type string
      Город вылета
    • airCityTo - nillable; type string
    • airDateF - nillable; type string
      Дата вылета туда
    • airDateT - nillable; type string
      Дата вылета назад
    • airLns - nillable; type string
      Авиакомпания
    • airPortFrom - nillable; type string
      Аэропорт вылета
    • airPortTo - nillable; type string
      Аэропорт прилёта
    • airSC - nillable; type string
      Класс места
    • airTrpN - nillable; type string
      Номер рейса
    • airType - nillable; type string
      Тип перелёта
    • durationMax - nillable; type string
      Продолжительность до
    • durationMin - nillable; type string
      Продолжительность от
    • logMessage - nillable; type string
    • priceMax - nillable; type string
      Стоимость до
    • priceMin - nillable; type string
      Стоимость от
    • rowNumFrom - nillable; type string
      int Номер стартовой строки в запросе
    • rowNumTo - nillable; type string
      int Номер конечной строки в запросе
    • sortType - nillable; type string
      Тип сортировки
    • tarifType - nillable; type string
      Тип тарифа
    Output:
    searchAviaResponse (soap:body, use = encoded)Source code
    result type AviaResponse
    • aviaRows - nillable; type ArrayOfAviaRow
      • AviaRow - optional, unbounded, nillable; type AviaRow
        • cost - nillable; type string
          Стоимость
        • nigthts - nillable; type string
          Кол-во ночей
        • tarifType - nillable; type string
          Тип тарифа
        • tarifTypeID - nillable; type string
          id типа тарифа
        • tariffID - nillable; type string
        • templateID - nillable; type string
        • ticketfrom_ageType - nillable; type string
        • ticketfrom_ageTypeID - nillable; type string
        • ticketfrom_airLns - nillable; type string
        • ticketfrom_airPortFrom - nillable; type string
        • ticketfrom_airPortFromID - nillable; type string
        • ticketfrom_airPortTo - nillable; type string
        • ticketfrom_airPortToID - nillable; type string
        • ticketfrom_airSC - nillable; type string
        • ticketfrom_airSCID - nillable; type string
        • ticketfrom_flightCityFrom - nillable; type string
        • ticketfrom_flightCityTo - nillable; type string
        • ticketfrom_flightNumber - nillable; type string
        • ticketto_ageType - nillable; type string
        • ticketto_ageTypeID - nillable; type string
        • ticketto_airLns - nillable; type string
        • ticketto_airPortFrom - nillable; type string
        • ticketto_airPortFromID - nillable; type string
        • ticketto_airPortTo - nillable; type string
        • ticketto_airPortToID - nillable; type string
        • ticketto_airSC - nillable; type string
        • ticketto_airSCID - nillable; type string
        • ticketto_flightCityFrom - nillable; type string
        • ticketto_flightCityTo - nillable; type string
        • ticketto_flightNumber - nillable; type string
        • tourProductID - nillable; type string
          ID турпродукта
    • responseLog - nillable; type ResponseLog
      • comment - nillable; type string
      • timeForResponse type long
  16. searchCityCountryTour
    Style:
    rpc
    Operation type:
    Request-response. The endpoint receives a message, and sends a correlated message.
    Input:
    searchCityCountryTour (soap:body, use = encoded)Source code
    wsLoginPassword type WsLoginPassword
    • wslogin - nillable; type string
      login
    • wspassword - nillable; type string
      ws Password
    cityAndCountryRequest type CityAndCountryRequest
    • HAcA - nillable; type string
      Число взрослых
    • HAcC - nillable; type string
      Число детей
    • cityOnTrip - nillable; type string
      Город на маршруте
    • countryOnTrip - nillable; type string
      Страна на маршруте
    • depCtyId - nillable; type string
      Город отправления
    • grantDate - nillable; type string
      Дата предоставления
    • logMessage - nillable; type string
    • priceMax - nillable; type string
      Стоимость до
    • priceMin - nillable; type string
      Стоимость от
    • rowNumFrom - nillable; type string
      int Номер стартовой строки в запросе
    • rowNumTo - nillable; type string
      int Номер конечной строки в запросе
    • sortType - nillable; type string
      Тип сортировки
    • templGr - nillable; type string
      id Тип тура Только отель ="221" Города и страны="107"
    • transportType - nillable; type string
      Вид транспорта
    • trffTyp - nillable; type string
      Тип тарифа
    • tripName - nillable; type string
      Наименование путешествия/экскурсии
    Output:
    searchCityCountryTourResponse (soap:body, use = encoded)Source code
    result type CityCountryTourResponse
    • cityContryTourRows - nillable; type ArrayOfCityContryTourRow
      • CityContryTourRow - optional, unbounded, nillable; type CityContryTourRow
        • cost - nillable; type string
          Стоимость
        • flightCityFrom - nillable; type string
          Город вылета
        • foodType - nillable; type string
          Тип питания
        • roomCategories - nillable; type string
          Тип комнат
        • templGr - nillable; type string
          id Тип тура Только отель ="221" Города и страны="107"
        • trffTyp - nillable; type string
          Тип тарифа
        • tripName - nillable; type string
          Наименование путешествия/экскурсии
        • typeAccommodation - nillable; type string
          Тип размещения
        • сapacityAndTransportType - nillable; type string
          Тип транспорта и количество мест
    • responseLog - nillable; type ResponseLog
      • comment - nillable; type string
      • timeForResponse type long
  17. searchCruises
    Style:
    rpc
    Operation type:
    Request-response. The endpoint receives a message, and sends a correlated message.
    Input:
    searchCruises (soap:body, use = encoded)Source code
    wsLoginPassword type WsLoginPassword
    • wslogin - nillable; type string
      login
    • wspassword - nillable; type string
      ws Password
    cruisesRequest type CruisesRequest
    • HAcA - nillable; type string
      Число взрослых
    • HAcC - nillable; type string
      Число детей
    • cruiseCompany - nillable; type string
      Круизная компания
    • cruiseCountry - nillable; type string
      Страна круиза
    • cruiseID - nillable; type string
      ID круиза
    • cruiseRegion - nillable; type string
      Регион круиза
    • cruiseRoomCategory - nillable; type string
      Категория каюты
    • cruiseRoutePointCity - nillable; type string
      Город на пути круиза
    • cruiseShip - nillable; type string
      Корабль круиза
    • departureCityId - nillable; type string
      Город вылета
    • durationMax - nillable; type string
      Продолжительность до
    • durationMin - nillable; type string
      Продолжительность от
    • grantDate - nillable; type string
      Дата предоставления
    • logMessage - nillable; type string
    • priceMax - nillable; type string
      Стоимость до
    • priceMin - nillable; type string
      Стоимость от
    • rowNumFrom - nillable; type string
      int Номер стартовой строки в запросе
    • rowNumTo - nillable; type string
      int Номер конечной строки в запросе
    • sortType - nillable; type string
      Тип сортировки
    • tarifType - nillable; type string
      Тип тарифа
    • tourType - nillable; type string
      Тип тура
    Output:
    searchCruisesResponse (soap:body, use = encoded)Source code
    result type CruisesResponse
    • cruiseRows - nillable; type ArrayOfCruiseRow
      • CruiseRow - optional, unbounded, nillable; type CruiseRow
        • classCabin - nillable; type string
          Класс каюты
        • cost - nillable; type string
          Стоимость
        • cruiseName - nillable; type string
          Наименование круиза
        • cruiseRegion - nillable; type string
          Регион круиза
        • cruiseShip - nillable; type string
          Корабль круиза
        • flightCityFrom - nillable; type string
          Город вылета
        • tarifType - nillable; type string
          Тип тарифа
        • templGr - nillable; type string
          id Тип тура Только отель ="221" Города и страны="107"
        • typeAccommodation - nillable; type string
          Тип размещения
    • responseLog - nillable; type ResponseLog
      • comment - nillable; type string
      • timeForResponse type long
  18. searchToursBeach
    Style:
    rpc
    Operation type:
    Request-response. The endpoint receives a message, and sends a correlated message.
    Input:
    searchToursBeach (soap:body, use = encoded)Source code
    wsLoginPassword type WsLoginPassword
    • wslogin - nillable; type string
      login
    • wspassword - nillable; type string
      ws Password
    toursBeachRequest type ToursBeachRequest
    • HAcA - nillable; type string
      Число взрослых
    • HAcC - nillable; type string
      Число детей
    • HRgn - nillable; type string
      Возрастная группа
    • brd - nillable; type string
      id Тип питания "BB"="101"
    • countryID - nillable; type string
      Страна ID
    • departureCityId - nillable; type string
      Город вылета
    • durationMax - nillable; type string
      Продолжительность до
    • durationMin - nillable; type string
      Продолжительность от
    • grantDate - nillable; type string
      Дата предоставления
    • hotelCategoryID - nillable; type string
      Категория отеля любая="" "3*"="3" "3*sup"="4" "4*"="5" "5*"="7"
    • hotelCityID - nillable; type string
      Город ID
    • hotelID - nillable; type string
      ID отеля
    • logMessage - nillable; type string
    • priceMax - nillable; type string
      Стоимость до
    • priceMin - nillable; type string
      Стоимость от
    • rowNumFrom - nillable; type string
      int Номер стартовой строки в запросе
    • rowNumTo - nillable; type string
      int Номер конечной строки в запросе
    • sortType - nillable; type string
      Тип сортировки
    • tarifTypeID - nillable; type string
      id типа тарифа
    • templGr - nillable; type string
      id Тип тура Только отель ="221" Города и страны="107"
    Output:
    searchToursBeachResponse (soap:body, use = encoded)Source code
    result type BeachTourResponse
    • responseLog - nillable; type ResponseLog
      • comment - nillable; type string
      • timeForResponse type long
    • toursBeachRows - nillable; type ArrayOfToursBeachRow
      • ToursBeachRow - optional, unbounded, nillable; type ToursBeachRow
        • airCityFrom - nillable; type string
          Город вылета
        • airCityFromID - nillable; type string
          Город вылета ID
        • cost - nillable; type string
          Стоимость
        • duration - nillable; type string
          Продолжительность
        • hotel - nillable; type string
          Отель
        • hotelID - nillable; type string
          ID отеля
        • logMessage - nillable; type string
        • roomType - nillable; type string
          Тип номера
        • roomTypeID - nillable; type string
          Тип номера ID
        • tarifType - nillable; type string
          Тип тарифа
        • tarifTypeID - nillable; type string
          id типа тарифа
        • tariffID - nillable; type string
        • templGr - nillable; type string
          id Тип тура Только отель ="221" Города и страны="107"
        • templateID - nillable; type string
        • tourProductID - nillable; type string
          ID турпродукта
        • typeAccommodation - nillable; type string
          Тип размещения
        • typeAccommodationID - nillable; type string
          Тип размещения ID

WSDL source code

<?xml version="1.0"?>
<definitions targetNamespace="http://tempuri.org/"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:conv="http://www.openuri.org/2002/04/wsdl/conversation/"
xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
xmlns:s="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
xmlns:soap12enc="http://www.w3.org/2003/05/soap-encoding"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:tns="http://tempuri.org/"
xmlns:wsr="http://www.openuri.org/2002/10/soap/reliability/"
>
<types>
<xsd:schema elementFormDefault="qualified" attributeFormDefault="qualified" targetNamespace="java:com.nt.slib.ws.wssearch.request"
xmlns:stns="java:com.nt.slib.ws.wssearch.request"
>
<xsd:complexType name="AviaRequest">
<xsd:sequence>
<xsd:element type="xsd:string" name="airAgG" minOccurs="1" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation> Возрастная группа</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element type="xsd:string" name="airDateF" minOccurs="1" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation> Дата вылета туда</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element type="xsd:string" name="airDateT" minOccurs="1" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation> Дата вылета назад</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element type="xsd:string" name="airPortFrom" minOccurs="1" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation> Аэропорт вылета</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element type="xsd:string" name="airPortTo" minOccurs="1" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation>Аэропорт прилёта</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element type="xsd:string" name="durationMax" minOccurs="1" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation> Продолжительность до</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element type="xsd:string" name="durationMin" minOccurs="1" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation> Продолжительность от</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element type="xsd:string" name="rowNumFrom" minOccurs="1" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation>int Номер стартовой строки в запросе</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element type="xsd:string" name="rowNumTo" minOccurs="1" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation>int Номер конечной строки в запросе</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element type="xsd:string" name="sortType" minOccurs="1" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation> Тип сортировки</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="CityAndCountryRequest">
<xsd:sequence>
<xsd:element type="xsd:string" name="HAcA" minOccurs="1" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation>Число взрослых</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element type="xsd:string" name="cityOnTrip" minOccurs="1" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation>Город на маршруте</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element type="xsd:string" name="countryOnTrip" minOccurs="1" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation> Страна на маршруте</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element type="xsd:string" name="depCtyId" minOccurs="1" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation> Город отправления</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element type="xsd:string" name="grantDate" minOccurs="1" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation>Дата предоставления</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element type="xsd:string" name="rowNumFrom" minOccurs="1" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation>int Номер стартовой строки в запросе</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element type="xsd:string" name="rowNumTo" minOccurs="1" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation>int Номер конечной строки в запросе</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element type="xsd:string" name="sortType" minOccurs="1" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation> Тип сортировки</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element type="xsd:string" name="templGr" minOccurs="1" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation>id Тип тура Только отель ="221" Города и страны="107"</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element type="xsd:string" name="tripName" minOccurs="1" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation>Наименование путешествия/экскурсии</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="CruisesRequest">
<xsd:sequence>
<xsd:element type="xsd:string" name="HAcA" minOccurs="1" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation>Число взрослых</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element type="xsd:string" name="cruiseCompany" minOccurs="1" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation>Круизная компания</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element type="xsd:string" name="cruiseRoutePointCity" minOccurs="1" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation>Город на пути круиза</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element type="xsd:string" name="durationMax" minOccurs="1" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation> Продолжительность до</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element type="xsd:string" name="durationMin" minOccurs="1" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation> Продолжительность от</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element type="xsd:string" name="grantDate" minOccurs="1" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation>Дата предоставления</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element type="xsd:string" name="rowNumFrom" minOccurs="1" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation>int Номер стартовой строки в запросе</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element type="xsd:string" name="rowNumTo" minOccurs="1" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation>int Номер конечной строки в запросе</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element type="xsd:string" name="sortType" minOccurs="1" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation> Тип сортировки</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="ToursBeachRequest">
<xsd:sequence>
<xsd:element type="xsd:string" name="HAcA" minOccurs="1" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation>Число взрослых</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element type="xsd:string" name="HRgn" minOccurs="1" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation> Возрастная группа</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element type="xsd:string" name="brd" minOccurs="1" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation>id Тип питания "BB"="101" </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element type="xsd:string" name="durationMax" minOccurs="1" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation> Продолжительность до</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element type="xsd:string" name="durationMin" minOccurs="1" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation> Продолжительность от</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element type="xsd:string" name="grantDate" minOccurs="1" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation>Дата предоставления</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element type="xsd:string" name="hotelCategoryID" minOccurs="1" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation> Категория отеля любая="" "3*"="3" "3*sup"="4" "4*"="5" "5*"="7" </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element type="xsd:string" name="rowNumFrom" minOccurs="1" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation>int Номер стартовой строки в запросе</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element type="xsd:string" name="rowNumTo" minOccurs="1" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation>int Номер конечной строки в запросе</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element type="xsd:string" name="sortType" minOccurs="1" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation> Тип сортировки</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element type="xsd:string" name="templGr" minOccurs="1" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation>id Тип тура Только отель ="221" Города и страны="107"</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>
<xsd:schema elementFormDefault="qualified" attributeFormDefault="qualified" targetNamespace="java:com.nt.slib.ws.wssearch.response"
xmlns:stns="java:com.nt.slib.ws.wssearch.response"
> </xsd:schema>
<xsd:schema elementFormDefault="qualified" attributeFormDefault="qualified" targetNamespace="java:com.nt.slib.ws.wssearch.rows"
xmlns:stns="java:com.nt.slib.ws.wssearch.rows"
>
<xsd:complexType name="AviaRow">
<xsd:sequence> </xsd:sequence>
</xsd:complexType>
<xsd:complexType name="CityContryTourRow">
<xsd:sequence>
<xsd:element type="xsd:string" name="templGr" minOccurs="1" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation>id Тип тура Только отель ="221" Города и страны="107"</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element type="xsd:string" name="tripName" minOccurs="1" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation>Наименование путешествия/экскурсии</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element type="xsd:string" name="сapacityAndTransportType" minOccurs="1" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation>Тип транспорта и количество мест</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="CruiseRow">
<xsd:sequence>
<xsd:element type="xsd:string" name="cruiseName" minOccurs="1" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation> Наименование круиза</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element type="xsd:string" name="templGr" minOccurs="1" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation>id Тип тура Только отель ="221" Города и страны="107"</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="ToursBeachRow">
<xsd:sequence>
<xsd:element type="xsd:string" name="duration" minOccurs="1" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation> Продолжительность</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element type="xsd:string" name="templGr" minOccurs="1" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation>id Тип тура Только отель ="221" Города и страны="107"</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>
</types>
<message name="searchCruises">
<part name="wsLoginPassword" type="partns:WsLoginPassword"
xmlns:partns="java:com.nt.slib.ws.wssearch"
/>
<part name="cruisesRequest" type="partns:CruisesRequest"
xmlns:partns="java:com.nt.slib.ws.wssearch.request"
/>
</message>
<message name="searchCruisesResponse">
<part name="result" type="partns:CruisesResponse"
xmlns:partns="java:com.nt.slib.ws.wssearch.response"
/>
</message>
<message name="searchToursBeach">
<part name="wsLoginPassword" type="partns:WsLoginPassword"
xmlns:partns="java:com.nt.slib.ws.wssearch"
/>
<part name="toursBeachRequest" type="partns:ToursBeachRequest"
xmlns:partns="java:com.nt.slib.ws.wssearch.request"
/>
</message>
<message name="searchToursBeachResponse">
<part name="result" type="partns:BeachTourResponse"
xmlns:partns="java:com.nt.slib.ws.wssearch.response"
/>
</message>
<message name="searchCityCountryTour">
<part name="wsLoginPassword" type="partns:WsLoginPassword"
xmlns:partns="java:com.nt.slib.ws.wssearch"
/>
<part name="cityAndCountryRequest" type="partns:CityAndCountryRequest"
xmlns:partns="java:com.nt.slib.ws.wssearch.request"
/>
</message>
<message name="searchCityCountryTourResponse">
<part name="result" type="partns:CityCountryTourResponse"
xmlns:partns="java:com.nt.slib.ws.wssearch.response"
/>
</message>
<message name="searchAvia">
<part name="wsLoginPassword" type="partns:WsLoginPassword"
xmlns:partns="java:com.nt.slib.ws.wssearch"
/>
<part name="aviaRequest" type="partns:AviaRequest"
xmlns:partns="java:com.nt.slib.ws.wssearch.request"
/>
</message>
<message name="searchAviaResponse">
<part name="result" type="partns:AviaResponse"
xmlns:partns="java:com.nt.slib.ws.wssearch.response"
/>
</message>
<message name="getAllCurrencyResponse">
<part name="result" type="partns:ArrayOfCurrencyRow"
xmlns:partns="java:com.nt.slib.ws.wssearch.rows"
/>
</message>
<message name="getAirportRowByIDResponse">
<part name="result" type="partns:OneAirPortResponse"
xmlns:partns="java:com.nt.slib.ws.wssearch.response"
/>
</message>
<message name="getAllShips">
<part name="wsLoginPassword" type="partns:WsLoginPassword"
xmlns:partns="java:com.nt.slib.ws.wssearch"
/>
</message>
<message name="getAllShipsResponse">
<part name="result" type="partns:AllShipsResponse"
xmlns:partns="java:com.nt.slib.ws.wssearch.response"
/>
</message>
<message name="getAllAccomdTypesResponse">
<part name="result" type="partns:AllAccomodationTypesResponse"
xmlns:partns="java:com.nt.slib.ws.wssearch.response"
/>
</message>
<message name="getAllCruiseNamesResponse">
<part name="result" type="partns:AllCruiseNamesResponse"
xmlns:partns="java:com.nt.slib.ws.wssearch.response"
/>
</message>
<message name="getAllRoomTypes">
<part name="wsLoginPassword" type="partns:WsLoginPassword"
xmlns:partns="java:com.nt.slib.ws.wssearch"
/>
</message>
<message name="getAllRoomTypesResponse">
<part name="result" type="partns:AllRoomTypesResponse"
xmlns:partns="java:com.nt.slib.ws.wssearch.response"
/>
</message>
<message name="getTarifTypes">
<part name="wsLoginPassword" type="partns:WsLoginPassword"
xmlns:partns="java:com.nt.slib.ws.wssearch"
/>
</message>
<message name="getTarifTypesResponse">
<part name="result" type="partns:AllTarifTypesResponse"
xmlns:partns="java:com.nt.slib.ws.wssearch.response"
/>
</message>
<message name="getAirCompanes">
<part name="wsLoginPassword" type="partns:WsLoginPassword"
xmlns:partns="java:com.nt.slib.ws.wssearch"
/>
</message>
<message name="getAirCompanesResponse">
<part name="result" type="partns:AllAirCompanesResponse"
xmlns:partns="java:com.nt.slib.ws.wssearch.response"
/>
</message>
<message name="getAllAgeTypes">
<part name="wsLoginPassword" type="partns:WsLoginPassword"
xmlns:partns="java:com.nt.slib.ws.wssearch"
/>
</message>
<message name="getAllAgeTypesResponse">
<part name="result" type="partns:AllAgeTypeResponse"
xmlns:partns="java:com.nt.slib.ws.wssearch.response"
/>
</message>
<message name="getAllCities">
<part name="wsLoginPassword" type="partns:WsLoginPassword"
xmlns:partns="java:com.nt.slib.ws.wssearch"
/>
</message>
<message name="getAllCitiesResponse">
<part name="result" type="partns:AllCitiesResponse"
xmlns:partns="java:com.nt.slib.ws.wssearch.response"
/>
</message>
<message name="getAllRegions">
<part name="wsLoginPassword" type="partns:WsLoginPassword"
xmlns:partns="java:com.nt.slib.ws.wssearch"
/>
</message>
<message name="getAllRegionsResponse">
<part name="result" type="partns:AllRegionsResponse"
xmlns:partns="java:com.nt.slib.ws.wssearch.response"
/>
</message>
<message name="getAllCountries">
<part name="wsLoginPassword" type="partns:WsLoginPassword"
xmlns:partns="java:com.nt.slib.ws.wssearch"
/>
</message>
<message name="getAllCountriesResponse">
<part name="result" type="partns:AllCountriesResponse"
xmlns:partns="java:com.nt.slib.ws.wssearch.response"
/>
</message>
<message name="getAllBoardTypes">
<part name="wsLoginPassword" type="partns:WsLoginPassword"
xmlns:partns="java:com.nt.slib.ws.wssearch"
/>
</message>
<message name="getAllBoardTypesResponse">
<part name="result" type="partns:AllBoardTypeResponse"
xmlns:partns="java:com.nt.slib.ws.wssearch.response"
/>
</message>
<portType name="SearchTourWSPort"> </portType>
<binding name="SearchTourWSPort" type="tns:SearchTourWSPort"> </binding>
</definitions>

About wsdl-viewer.xsl

This document was generated by Altova GmbH XSLT engine. The engine processed the WSDL in XSLT 1.0 compliant mode.
This page has been generated by wsdl-viewer.xsl, version 3.1.01
Author: tomi vanek
Download at http://tomi.vanek.sk/xml/wsdl-viewer.xsl.

The transformation was inspired by the article
Uche Ogbuji: WSDL processing with XSLT