GService


Click here for a complete list of operations.

GetOptimizedGoogleObject

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 /GService.asmx HTTP/1.1
Host: www.holidayline.be
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://www.holidayline.be/GetOptimizedGoogleObject"

<?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>
    <GetOptimizedGoogleObject xmlns="https://www.holidayline.be/" />
  </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>
    <GetOptimizedGoogleObjectResponse xmlns="https://www.holidayline.be/">
      <GetOptimizedGoogleObjectResult>
        <Points>
          <GooglePoint>
            <PointStatus>string</PointStatus>
            <Address>string</Address>
            <ID>string</ID>
            <Type>string</Type>
            <IconImage>string</IconImage>
            <IconShadowImage>string</IconShadowImage>
            <IconImageWidth>int</IconImageWidth>
            <IconShadowWidth>int</IconShadowWidth>
            <IconShadowHeight>int</IconShadowHeight>
            <IconAnchor_posX>int</IconAnchor_posX>
            <IconAnchor_posY>int</IconAnchor_posY>
            <InfoWindowAnchor_posX>int</InfoWindowAnchor_posX>
            <InfoWindowAnchor_posY>int</InfoWindowAnchor_posY>
            <Draggable>boolean</Draggable>
            <IconImageHeight>int</IconImageHeight>
            <Latitude>double</Latitude>
            <Longitude>double</Longitude>
            <InfoHTML>string</InfoHTML>
            <ToolTip>string</ToolTip>
          </GooglePoint>
          <GooglePoint>
            <PointStatus>string</PointStatus>
            <Address>string</Address>
            <ID>string</ID>
            <Type>string</Type>
            <IconImage>string</IconImage>
            <IconShadowImage>string</IconShadowImage>
            <IconImageWidth>int</IconImageWidth>
            <IconShadowWidth>int</IconShadowWidth>
            <IconShadowHeight>int</IconShadowHeight>
            <IconAnchor_posX>int</IconAnchor_posX>
            <IconAnchor_posY>int</IconAnchor_posY>
            <InfoWindowAnchor_posX>int</InfoWindowAnchor_posX>
            <InfoWindowAnchor_posY>int</InfoWindowAnchor_posY>
            <Draggable>boolean</Draggable>
            <IconImageHeight>int</IconImageHeight>
            <Latitude>double</Latitude>
            <Longitude>double</Longitude>
            <InfoHTML>string</InfoHTML>
            <ToolTip>string</ToolTip>
          </GooglePoint>
        </Points>
        <Polylines>
          <GooglePolyline>
            <LineStatus>string</LineStatus>
            <ID>string</ID>
            <Points xsi:nil="true" />
            <ColorCode>string</ColorCode>
            <Width>int</Width>
            <Geodesic>boolean</Geodesic>
          </GooglePolyline>
          <GooglePolyline>
            <LineStatus>string</LineStatus>
            <ID>string</ID>
            <Points xsi:nil="true" />
            <ColorCode>string</ColorCode>
            <Width>int</Width>
            <Geodesic>boolean</Geodesic>
          </GooglePolyline>
        </Polylines>
        <Polygons>
          <GooglePolygon>
            <Status>string</Status>
            <ID>string</ID>
            <Points xsi:nil="true" />
            <StrokeColor>string</StrokeColor>
            <FillColor>string</FillColor>
            <StrokeWeight>int</StrokeWeight>
            <StrokeOpacity>double</StrokeOpacity>
            <FillOpacity>double</FillOpacity>
          </GooglePolygon>
          <GooglePolygon>
            <Status>string</Status>
            <ID>string</ID>
            <Points xsi:nil="true" />
            <StrokeColor>string</StrokeColor>
            <FillColor>string</FillColor>
            <StrokeWeight>int</StrokeWeight>
            <StrokeOpacity>double</StrokeOpacity>
            <FillOpacity>double</FillOpacity>
          </GooglePolygon>
        </Polygons>
        <CenterPoint>
          <PointStatus>string</PointStatus>
          <Address>string</Address>
          <ID>string</ID>
          <Type>string</Type>
          <IconImage>string</IconImage>
          <IconShadowImage>string</IconShadowImage>
          <IconImageWidth>int</IconImageWidth>
          <IconShadowWidth>int</IconShadowWidth>
          <IconShadowHeight>int</IconShadowHeight>
          <IconAnchor_posX>int</IconAnchor_posX>
          <IconAnchor_posY>int</IconAnchor_posY>
          <InfoWindowAnchor_posX>int</InfoWindowAnchor_posX>
          <InfoWindowAnchor_posY>int</InfoWindowAnchor_posY>
          <Draggable>boolean</Draggable>
          <IconImageHeight>int</IconImageHeight>
          <Latitude>double</Latitude>
          <Longitude>double</Longitude>
          <InfoHTML>string</InfoHTML>
          <ToolTip>string</ToolTip>
        </CenterPoint>
        <ZoomLevel>int</ZoomLevel>
        <ShowZoomControl>boolean</ShowZoomControl>
        <RecenterMap>boolean</RecenterMap>
        <AutomaticBoundaryAndZoom>boolean</AutomaticBoundaryAndZoom>
        <ShowTraffic>boolean</ShowTraffic>
        <ShowMapTypesControl>boolean</ShowMapTypesControl>
        <Width>string</Width>
        <Height>string</Height>
        <MapType>string</MapType>
        <APIKey>string</APIKey>
        <APIVersion>string</APIVersion>
      </GetOptimizedGoogleObjectResult>
    </GetOptimizedGoogleObjectResponse>
  </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 /GService.asmx HTTP/1.1
Host: www.holidayline.be
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>
    <GetOptimizedGoogleObject xmlns="https://www.holidayline.be/" />
  </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>
    <GetOptimizedGoogleObjectResponse xmlns="https://www.holidayline.be/">
      <GetOptimizedGoogleObjectResult>
        <Points>
          <GooglePoint>
            <PointStatus>string</PointStatus>
            <Address>string</Address>
            <ID>string</ID>
            <Type>string</Type>
            <IconImage>string</IconImage>
            <IconShadowImage>string</IconShadowImage>
            <IconImageWidth>int</IconImageWidth>
            <IconShadowWidth>int</IconShadowWidth>
            <IconShadowHeight>int</IconShadowHeight>
            <IconAnchor_posX>int</IconAnchor_posX>
            <IconAnchor_posY>int</IconAnchor_posY>
            <InfoWindowAnchor_posX>int</InfoWindowAnchor_posX>
            <InfoWindowAnchor_posY>int</InfoWindowAnchor_posY>
            <Draggable>boolean</Draggable>
            <IconImageHeight>int</IconImageHeight>
            <Latitude>double</Latitude>
            <Longitude>double</Longitude>
            <InfoHTML>string</InfoHTML>
            <ToolTip>string</ToolTip>
          </GooglePoint>
          <GooglePoint>
            <PointStatus>string</PointStatus>
            <Address>string</Address>
            <ID>string</ID>
            <Type>string</Type>
            <IconImage>string</IconImage>
            <IconShadowImage>string</IconShadowImage>
            <IconImageWidth>int</IconImageWidth>
            <IconShadowWidth>int</IconShadowWidth>
            <IconShadowHeight>int</IconShadowHeight>
            <IconAnchor_posX>int</IconAnchor_posX>
            <IconAnchor_posY>int</IconAnchor_posY>
            <InfoWindowAnchor_posX>int</InfoWindowAnchor_posX>
            <InfoWindowAnchor_posY>int</InfoWindowAnchor_posY>
            <Draggable>boolean</Draggable>
            <IconImageHeight>int</IconImageHeight>
            <Latitude>double</Latitude>
            <Longitude>double</Longitude>
            <InfoHTML>string</InfoHTML>
            <ToolTip>string</ToolTip>
          </GooglePoint>
        </Points>
        <Polylines>
          <GooglePolyline>
            <LineStatus>string</LineStatus>
            <ID>string</ID>
            <Points xsi:nil="true" />
            <ColorCode>string</ColorCode>
            <Width>int</Width>
            <Geodesic>boolean</Geodesic>
          </GooglePolyline>
          <GooglePolyline>
            <LineStatus>string</LineStatus>
            <ID>string</ID>
            <Points xsi:nil="true" />
            <ColorCode>string</ColorCode>
            <Width>int</Width>
            <Geodesic>boolean</Geodesic>
          </GooglePolyline>
        </Polylines>
        <Polygons>
          <GooglePolygon>
            <Status>string</Status>
            <ID>string</ID>
            <Points xsi:nil="true" />
            <StrokeColor>string</StrokeColor>
            <FillColor>string</FillColor>
            <StrokeWeight>int</StrokeWeight>
            <StrokeOpacity>double</StrokeOpacity>
            <FillOpacity>double</FillOpacity>
          </GooglePolygon>
          <GooglePolygon>
            <Status>string</Status>
            <ID>string</ID>
            <Points xsi:nil="true" />
            <StrokeColor>string</StrokeColor>
            <FillColor>string</FillColor>
            <StrokeWeight>int</StrokeWeight>
            <StrokeOpacity>double</StrokeOpacity>
            <FillOpacity>double</FillOpacity>
          </GooglePolygon>
        </Polygons>
        <CenterPoint>
          <PointStatus>string</PointStatus>
          <Address>string</Address>
          <ID>string</ID>
          <Type>string</Type>
          <IconImage>string</IconImage>
          <IconShadowImage>string</IconShadowImage>
          <IconImageWidth>int</IconImageWidth>
          <IconShadowWidth>int</IconShadowWidth>
          <IconShadowHeight>int</IconShadowHeight>
          <IconAnchor_posX>int</IconAnchor_posX>
          <IconAnchor_posY>int</IconAnchor_posY>
          <InfoWindowAnchor_posX>int</InfoWindowAnchor_posX>
          <InfoWindowAnchor_posY>int</InfoWindowAnchor_posY>
          <Draggable>boolean</Draggable>
          <IconImageHeight>int</IconImageHeight>
          <Latitude>double</Latitude>
          <Longitude>double</Longitude>
          <InfoHTML>string</InfoHTML>
          <ToolTip>string</ToolTip>
        </CenterPoint>
        <ZoomLevel>int</ZoomLevel>
        <ShowZoomControl>boolean</ShowZoomControl>
        <RecenterMap>boolean</RecenterMap>
        <AutomaticBoundaryAndZoom>boolean</AutomaticBoundaryAndZoom>
        <ShowTraffic>boolean</ShowTraffic>
        <ShowMapTypesControl>boolean</ShowMapTypesControl>
        <Width>string</Width>
        <Height>string</Height>
        <MapType>string</MapType>
        <APIKey>string</APIKey>
        <APIVersion>string</APIVersion>
      </GetOptimizedGoogleObjectResult>
    </GetOptimizedGoogleObjectResponse>
  </soap12:Body>
</soap12:Envelope>