Advantez

RetrieveFeaturedDevelopments request and response SOAP examples

retrieveFeaturedDevelopments

Retrieve a list of featured developments that have been marked with your advantez account for this web kit

Support Operations

SOAP 1.1

An example of a SOAP 1.1 request and response

POST /webkits/development.v1.2.service HTTP/1.1
Host: services.advantez.com
Content-Type: text/xml; charset=utf-8
Content-Length: length SOAPAction: "http://services.advantez.com/webkits/development/v1.2/retrieveFeaturedDevelopments"

<?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>
    <retrieveFeaturedDevelopments xmlns="http://services.advantez.com/webkits/development/v1.2">
      <advantezKey>string</advantezKey>
      <webServiceKey>string</webServiceKey>
      <maximumResults>int</maximumResults>
      <analytics id="string">
        <referrer>string</referrer>
        <userAgent>string</userAgent>
        <acceptLanguage>string</acceptLanguage>
        <host>string</host>
        <userIp>string</userIp>
        <duration>double</duration>
      </analytics>
    </retrieveFeaturedDevelopments>
  </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>
    <retrieveFeaturedDevelopmentsResponse xmlns="http://services.advantez.com/webkits/development/v1.2">
      <retrieveFeaturedDevelopmentsResult>
        <development id="int">
          <name>string</name>
          <country>string</country>
          <region>string</region>
          <city>string</city>
          <totalUnits>int</totalUnits>
          <unitsSold>int</unitsSold>
          <longitude>decimal</longitude>
          <latitude>decimal</latitude>
          <primaryImageUrl>string</primaryImageUrl>
          <costs>
            <cost xsi:nil="true" />
            <cost xsi:nil="true" />
          </costs>
          <phases>
            <phase xsi:nil="true" />
            <phase xsi:nil="true" />
          </phases>
          <descriptions>
            <description xsi:nil="true" />
            <description xsi:nil="true" />
          </descriptions>
          <custom>
            <customField xsi:nil="true" />
            <customField xsi:nil="true" />
          </custom>
        </development>
        <development id="int">
          <name>string</name>
          <country>string</country>
          <region>string</region>
          <city>string</city>
          <totalUnits>int</totalUnits>
          <unitsSold>int</unitsSold>
          <longitude>decimal</longitude>
          <latitude>decimal</latitude>
          <primaryImageUrl>string</primaryImageUrl>
          <costs>
            <cost xsi:nil="true" />
            <cost xsi:nil="true" />
          </costs>
          <phases>
            <phase xsi:nil="true" />
            <phase xsi:nil="true" />
          </phases>
          <descriptions>
            <description xsi:nil="true" />
            <description xsi:nil="true" />
          </descriptions>
          <custom>
            <customField xsi:nil="true" />
            <customField xsi:nil="true" />
          </custom>
        </development>
      </retrieveFeaturedDevelopmentsResult>
      <count>int</count>
      <result>successful or invalid-proptrack-key or unauthorised-domain or invalid-webservice-key or unexpected-exception or non-secure-protocol or option-not-support or insufficient-permission or invalid-parameter or invalid-advantez-key or rental-unavailable-for-dates or rental-unavailable-for-term</result>
    </retrieveFeaturedDevelopmentsResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

An example of a SOAP 1.2 request and response

POST /webkits/development.v1.2.service HTTP/1.1
Host: services.advantez.com
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>
    <retrieveFeaturedDevelopments xmlns="http://services.advantez.com/webkits/development/v1.2">
      <advantezKey>string</advantezKey>
      <webServiceKey>string</webServiceKey>
      <maximumResults>int</maximumResults>
      <analytics id="string">
        <referrer>string</referrer>
        <userAgent>string</userAgent>
        <acceptLanguage>string</acceptLanguage>
        <host>string</host>
        <userIp>string</userIp>
        <duration>double</duration>
      </analytics>
    </retrieveFeaturedDevelopments>
  </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>
    <retrieveFeaturedDevelopmentsResponse xmlns="http://services.advantez.com/webkits/development/v1.2">
      <retrieveFeaturedDevelopmentsResult>
        <development id="int">
          <name>string</name>
          <country>string</country>
          <region>string</region>
          <city>string</city>
          <totalUnits>int</totalUnits>
          <unitsSold>int</unitsSold>
          <longitude>decimal</longitude>
          <latitude>decimal</latitude>
          <primaryImageUrl>string</primaryImageUrl>
          <costs>
            <cost xsi:nil="true" />
            <cost xsi:nil="true" />
          </costs>
          <phases>
            <phase xsi:nil="true" />
            <phase xsi:nil="true" />
          </phases>
          <descriptions>
            <description xsi:nil="true" />
            <description xsi:nil="true" />
          </descriptions>
          <custom>
            <customField xsi:nil="true" />
            <customField xsi:nil="true" />
          </custom>
        </development>
        <development id="int">
          <name>string</name>
          <country>string</country>
          <region>string</region>
          <city>string</city>
          <totalUnits>int</totalUnits>
          <unitsSold>int</unitsSold>
          <longitude>decimal</longitude>
          <latitude>decimal</latitude>
          <primaryImageUrl>string</primaryImageUrl>
          <costs>
            <cost xsi:nil="true" />
            <cost xsi:nil="true" />
          </costs>
          <phases>
            <phase xsi:nil="true" />
            <phase xsi:nil="true" />
          </phases>
          <descriptions>
            <description xsi:nil="true" />
            <description xsi:nil="true" />
          </descriptions>
          <custom>
            <customField xsi:nil="true" />
            <customField xsi:nil="true" />
          </custom>
        </development>
      </retrieveFeaturedDevelopmentsResult>
      <count>int</count>
      <result>successful or invalid-proptrack-key or unauthorised-domain or invalid-webservice-key or unexpected-exception or non-secure-protocol or option-not-support or insufficient-permission or invalid-parameter or invalid-advantez-key or rental-unavailable-for-dates or rental-unavailable-for-term</result>
    </retrieveFeaturedDevelopmentsResponse>
  </soap12:Body>
</soap12:Envelope>