UtilitiesService


Click here for a complete list of operations.

SaveLogDatabase

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /UtilitiesService.asmx HTTP/1.1
Host: wsutilidades.polartur.net
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/SaveLogDatabase"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <SaveLogDatabase xmlns="http://tempuri.org/">
      <content>
        <countryCode>string</countryCode>
        <companyCode>string</companyCode>
        <Identifier_basketID>string</Identifier_basketID>
        <Identifier_correlationIdHotel>string</Identifier_correlationIdHotel>
        <Identifier_correlationIdFlight>string</Identifier_correlationIdFlight>
        <Identifier_flightKeyDeparture>string</Identifier_flightKeyDeparture>
        <Identifier_flightKeyReturn>string</Identifier_flightKeyReturn>
        <Time_RequestDate>string</Time_RequestDate>
        <Time_proccessTime>string</Time_proccessTime>
        <Time_playerBridgeTime>string</Time_playerBridgeTime>
        <Time_calcPluginTime>string</Time_calcPluginTime>
        <Time_checkhotelTime>string</Time_checkhotelTime>
        <Time_checkFlightTime>string</Time_checkFlightTime>
        <travelType>string</travelType>
        <hotelID>string</hotelID>
        <hotelName>string</hotelName>
        <origin>string</origin>
        <destination>string</destination>
        <departureDate>string</departureDate>
        <leghtOfStay>string</leghtOfStay>
        <Status_General>string</Status_General>
        <Status_Hotel>string</Status_Hotel>
        <Status_Flight>string</Status_Flight>
        <Status_Changed>string</Status_Changed>
        <Status_RequestControl>string</Status_RequestControl>
        <Passenger_adults>int</Passenger_adults>
        <Passenger_childs>int</Passenger_childs>
        <Passenger_infants>int</Passenger_infants>
        <Price_cachePrice>string</Price_cachePrice>
        <Price_finalPrice>string</Price_finalPrice>
        <Price_cacheHotelPrice>string</Price_cacheHotelPrice>
        <Price_cacheFlightPrice>string</Price_cacheFlightPrice>
        <Price_finalHotelPrice>string</Price_finalHotelPrice>
        <Price_finalFlightPrice>string</Price_finalFlightPrice>
        <Price_cacheHotelCost>string</Price_cacheHotelCost>
        <Price_cacheFlightCost>string</Price_cacheFlightCost>
        <Price_finalHotelCost>string</Price_finalHotelCost>
        <Price_finalFlightCost>string</Price_finalFlightCost>
        <ProviderInfo_providerHotel>string</ProviderInfo_providerHotel>
        <ProviderInfo_providerFlight>string</ProviderInfo_providerFlight>
        <FrontInformation_frontUrl>string</FrontInformation_frontUrl>
        <FrontInformation_MachineName>string</FrontInformation_MachineName>
        <FrontInformation_HotelProviderId>string</FrontInformation_HotelProviderId>
        <Airlines_departure>string</Airlines_departure>
        <Airlines_return>string</Airlines_return>
        <DistributionChannel>string</DistributionChannel>
        <AgencyInfo_AgencyName>string</AgencyInfo_AgencyName>
        <AgencyInfo_AgencyOfficeAddress>string</AgencyInfo_AgencyOfficeAddress>
        <AgencyInfo_GroupName>string</AgencyInfo_GroupName>
        <AgencyInfo_AgencyNumber>string</AgencyInfo_AgencyNumber>
        <AgencyInfo_AgentNumber>string</AgencyInfo_AgentNumber>
        <AgencyInfo_AgencyGroupNumber>string</AgencyInfo_AgencyGroupNumber>
        <AgencyInfo_AgencyOfficeNumber>string</AgencyInfo_AgencyOfficeNumber>
      </content>
      <countryCode>string</countryCode>
      <company>string</company>
    </SaveLogDatabase>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <SaveLogDatabaseResponse xmlns="http://tempuri.org/" />
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /UtilitiesService.asmx HTTP/1.1
Host: wsutilidades.polartur.net
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <SaveLogDatabase xmlns="http://tempuri.org/">
      <content>
        <countryCode>string</countryCode>
        <companyCode>string</companyCode>
        <Identifier_basketID>string</Identifier_basketID>
        <Identifier_correlationIdHotel>string</Identifier_correlationIdHotel>
        <Identifier_correlationIdFlight>string</Identifier_correlationIdFlight>
        <Identifier_flightKeyDeparture>string</Identifier_flightKeyDeparture>
        <Identifier_flightKeyReturn>string</Identifier_flightKeyReturn>
        <Time_RequestDate>string</Time_RequestDate>
        <Time_proccessTime>string</Time_proccessTime>
        <Time_playerBridgeTime>string</Time_playerBridgeTime>
        <Time_calcPluginTime>string</Time_calcPluginTime>
        <Time_checkhotelTime>string</Time_checkhotelTime>
        <Time_checkFlightTime>string</Time_checkFlightTime>
        <travelType>string</travelType>
        <hotelID>string</hotelID>
        <hotelName>string</hotelName>
        <origin>string</origin>
        <destination>string</destination>
        <departureDate>string</departureDate>
        <leghtOfStay>string</leghtOfStay>
        <Status_General>string</Status_General>
        <Status_Hotel>string</Status_Hotel>
        <Status_Flight>string</Status_Flight>
        <Status_Changed>string</Status_Changed>
        <Status_RequestControl>string</Status_RequestControl>
        <Passenger_adults>int</Passenger_adults>
        <Passenger_childs>int</Passenger_childs>
        <Passenger_infants>int</Passenger_infants>
        <Price_cachePrice>string</Price_cachePrice>
        <Price_finalPrice>string</Price_finalPrice>
        <Price_cacheHotelPrice>string</Price_cacheHotelPrice>
        <Price_cacheFlightPrice>string</Price_cacheFlightPrice>
        <Price_finalHotelPrice>string</Price_finalHotelPrice>
        <Price_finalFlightPrice>string</Price_finalFlightPrice>
        <Price_cacheHotelCost>string</Price_cacheHotelCost>
        <Price_cacheFlightCost>string</Price_cacheFlightCost>
        <Price_finalHotelCost>string</Price_finalHotelCost>
        <Price_finalFlightCost>string</Price_finalFlightCost>
        <ProviderInfo_providerHotel>string</ProviderInfo_providerHotel>
        <ProviderInfo_providerFlight>string</ProviderInfo_providerFlight>
        <FrontInformation_frontUrl>string</FrontInformation_frontUrl>
        <FrontInformation_MachineName>string</FrontInformation_MachineName>
        <FrontInformation_HotelProviderId>string</FrontInformation_HotelProviderId>
        <Airlines_departure>string</Airlines_departure>
        <Airlines_return>string</Airlines_return>
        <DistributionChannel>string</DistributionChannel>
        <AgencyInfo_AgencyName>string</AgencyInfo_AgencyName>
        <AgencyInfo_AgencyOfficeAddress>string</AgencyInfo_AgencyOfficeAddress>
        <AgencyInfo_GroupName>string</AgencyInfo_GroupName>
        <AgencyInfo_AgencyNumber>string</AgencyInfo_AgencyNumber>
        <AgencyInfo_AgentNumber>string</AgencyInfo_AgentNumber>
        <AgencyInfo_AgencyGroupNumber>string</AgencyInfo_AgencyGroupNumber>
        <AgencyInfo_AgencyOfficeNumber>string</AgencyInfo_AgencyOfficeNumber>
      </content>
      <countryCode>string</countryCode>
      <company>string</company>
    </SaveLogDatabase>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <SaveLogDatabaseResponse xmlns="http://tempuri.org/" />
  </soap12:Body>
</soap12:Envelope>