Services


Click here for a complete list of operations.

GetMostLiked

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 /Services.asmx HTTP/1.1
Host: dancesportinfo.net
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://dancesportinfo.net/GetMostLiked"

<?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>
    <GetMostLiked xmlns="http://dancesportinfo.net/">
      <CoupleCnt>int</CoupleCnt>
      <PhotoCnt>int</PhotoCnt>
      <CoupleResultCnt>int</CoupleResultCnt>
    </GetMostLiked>
  </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>
    <GetMostLikedResponse xmlns="http://dancesportinfo.net/">
      <GetMostLikedResult>
        <Couples>
          <GetMostLikedCouplesResult>
            <r>long</r>
            <LikeTypeId>int</LikeTypeId>
            <LikeId>int</LikeId>
            <Cnt>long</Cnt>
            <CoupleId>int</CoupleId>
            <Name>string</Name>
            <NameEnc>string</NameEnc>
          </GetMostLikedCouplesResult>
          <GetMostLikedCouplesResult>
            <r>long</r>
            <LikeTypeId>int</LikeTypeId>
            <LikeId>int</LikeId>
            <Cnt>long</Cnt>
            <CoupleId>int</CoupleId>
            <Name>string</Name>
            <NameEnc>string</NameEnc>
          </GetMostLikedCouplesResult>
        </Couples>
        <Photos>
          <GetMostLikedPhotosResult>
            <r>long</r>
            <LikeTypeId>int</LikeTypeId>
            <LikeId>int</LikeId>
            <Cnt>long</Cnt>
            <PhotoId>int</PhotoId>
            <FileName>string</FileName>
            <Nickname>string</Nickname>
            <submittedBy>string</submittedBy>
            <CoupleId>int</CoupleId>
            <CoupleName>string</CoupleName>
            <CompId>int</CompId>
            <CompName>string</CompName>
            <EventId>int</EventId>
            <EventName>string</EventName>
            <EventStarted>dateTime</EventStarted>
            <NameEnc>string</NameEnc>
          </GetMostLikedPhotosResult>
          <GetMostLikedPhotosResult>
            <r>long</r>
            <LikeTypeId>int</LikeTypeId>
            <LikeId>int</LikeId>
            <Cnt>long</Cnt>
            <PhotoId>int</PhotoId>
            <FileName>string</FileName>
            <Nickname>string</Nickname>
            <submittedBy>string</submittedBy>
            <CoupleId>int</CoupleId>
            <CoupleName>string</CoupleName>
            <CompId>int</CompId>
            <CompName>string</CompName>
            <EventId>int</EventId>
            <EventName>string</EventName>
            <EventStarted>dateTime</EventStarted>
            <NameEnc>string</NameEnc>
          </GetMostLikedPhotosResult>
        </Photos>
        <CoupleResults>
          <GetMostLikedCoupleResultsResult>
            <r>long</r>
            <CoupleId>int</CoupleId>
            <Cnt>long</Cnt>
            <CoupleId1>int</CoupleId1>
            <CoupleName>string</CoupleName>
            <NameEnc>string</NameEnc>
          </GetMostLikedCoupleResultsResult>
          <GetMostLikedCoupleResultsResult>
            <r>long</r>
            <CoupleId>int</CoupleId>
            <Cnt>long</Cnt>
            <CoupleId1>int</CoupleId1>
            <CoupleName>string</CoupleName>
            <NameEnc>string</NameEnc>
          </GetMostLikedCoupleResultsResult>
        </CoupleResults>
      </GetMostLikedResult>
    </GetMostLikedResponse>
  </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 /Services.asmx HTTP/1.1
Host: dancesportinfo.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>
    <GetMostLiked xmlns="http://dancesportinfo.net/">
      <CoupleCnt>int</CoupleCnt>
      <PhotoCnt>int</PhotoCnt>
      <CoupleResultCnt>int</CoupleResultCnt>
    </GetMostLiked>
  </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>
    <GetMostLikedResponse xmlns="http://dancesportinfo.net/">
      <GetMostLikedResult>
        <Couples>
          <GetMostLikedCouplesResult>
            <r>long</r>
            <LikeTypeId>int</LikeTypeId>
            <LikeId>int</LikeId>
            <Cnt>long</Cnt>
            <CoupleId>int</CoupleId>
            <Name>string</Name>
            <NameEnc>string</NameEnc>
          </GetMostLikedCouplesResult>
          <GetMostLikedCouplesResult>
            <r>long</r>
            <LikeTypeId>int</LikeTypeId>
            <LikeId>int</LikeId>
            <Cnt>long</Cnt>
            <CoupleId>int</CoupleId>
            <Name>string</Name>
            <NameEnc>string</NameEnc>
          </GetMostLikedCouplesResult>
        </Couples>
        <Photos>
          <GetMostLikedPhotosResult>
            <r>long</r>
            <LikeTypeId>int</LikeTypeId>
            <LikeId>int</LikeId>
            <Cnt>long</Cnt>
            <PhotoId>int</PhotoId>
            <FileName>string</FileName>
            <Nickname>string</Nickname>
            <submittedBy>string</submittedBy>
            <CoupleId>int</CoupleId>
            <CoupleName>string</CoupleName>
            <CompId>int</CompId>
            <CompName>string</CompName>
            <EventId>int</EventId>
            <EventName>string</EventName>
            <EventStarted>dateTime</EventStarted>
            <NameEnc>string</NameEnc>
          </GetMostLikedPhotosResult>
          <GetMostLikedPhotosResult>
            <r>long</r>
            <LikeTypeId>int</LikeTypeId>
            <LikeId>int</LikeId>
            <Cnt>long</Cnt>
            <PhotoId>int</PhotoId>
            <FileName>string</FileName>
            <Nickname>string</Nickname>
            <submittedBy>string</submittedBy>
            <CoupleId>int</CoupleId>
            <CoupleName>string</CoupleName>
            <CompId>int</CompId>
            <CompName>string</CompName>
            <EventId>int</EventId>
            <EventName>string</EventName>
            <EventStarted>dateTime</EventStarted>
            <NameEnc>string</NameEnc>
          </GetMostLikedPhotosResult>
        </Photos>
        <CoupleResults>
          <GetMostLikedCoupleResultsResult>
            <r>long</r>
            <CoupleId>int</CoupleId>
            <Cnt>long</Cnt>
            <CoupleId1>int</CoupleId1>
            <CoupleName>string</CoupleName>
            <NameEnc>string</NameEnc>
          </GetMostLikedCoupleResultsResult>
          <GetMostLikedCoupleResultsResult>
            <r>long</r>
            <CoupleId>int</CoupleId>
            <Cnt>long</Cnt>
            <CoupleId1>int</CoupleId1>
            <CoupleName>string</CoupleName>
            <NameEnc>string</NameEnc>
          </GetMostLikedCoupleResultsResult>
        </CoupleResults>
      </GetMostLikedResult>
    </GetMostLikedResponse>
  </soap12:Body>
</soap12:Envelope>