Services


Click here for a complete list of operations.

getBusinessCardData

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/getBusinessCardData"

<?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>
    <getBusinessCardData xmlns="http://dancesportinfo.net/">
      <coupleId>int</coupleId>
      <eventId>int</eventId>
      <lang>string</lang>
    </getBusinessCardData>
  </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>
    <getBusinessCardDataResponse xmlns="http://dancesportinfo.net/">
      <getBusinessCardDataResult>
        <CoupleID>int</CoupleID>
        <EventID>int</EventID>
        <CompID>int</CompID>
        <StartedFormatted>string</StartedFormatted>
        <FinishedFormatted>string</FinishedFormatted>
        <EncodedName>string</EncodedName>
        <EncodedGName>string</EncodedGName>
        <EncodedLName>string</EncodedLName>
        <ID>int</ID>
        <Name>string</Name>
        <GentID>int</GentID>
        <GentFN>string</GentFN>
        <GentName>string</GentName>
        <LadyID>int</LadyID>
        <LadyFN>string</LadyFN>
        <LadyName>string</LadyName>
        <ShortNames>string</ShortNames>
        <Started>dateTime</Started>
        <YearsTogether>int</YearsTogether>
        <MonthsTogether>int</MonthsTogether>
        <Finished>dateTime</Finished>
        <CurrentCountryName>string</CurrentCountryName>
        <Couplephotos>int</Couplephotos>
        <CoupleEventphotos>long</CoupleEventphotos>
        <CoupleCompphotos>long</CoupleCompphotos>
        <Eventphotos>long</Eventphotos>
        <Compphotos>long</Compphotos>
        <ptype>int</ptype>
        <GalleryId>int</GalleryId>
        <PhotoID>int</PhotoID>
        <PhotoEventId>int</PhotoEventId>
        <fileName>string</fileName>
        <CountryName>string</CountryName>
        <Status>string</Status>
        <ClubName>string</ClubName>
        <ClubLink>string</ClubLink>
        <ClubId>string</ClubId>
        <CoupleNumber>int</CoupleNumber>
        <nrank>decimal</nrank>
        <rank>decimal</rank>
        <resultno>int</resultno>
        <Number>int</Number>
        <Position>int</Position>
      </getBusinessCardDataResult>
    </getBusinessCardDataResponse>
  </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>
    <getBusinessCardData xmlns="http://dancesportinfo.net/">
      <coupleId>int</coupleId>
      <eventId>int</eventId>
      <lang>string</lang>
    </getBusinessCardData>
  </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>
    <getBusinessCardDataResponse xmlns="http://dancesportinfo.net/">
      <getBusinessCardDataResult>
        <CoupleID>int</CoupleID>
        <EventID>int</EventID>
        <CompID>int</CompID>
        <StartedFormatted>string</StartedFormatted>
        <FinishedFormatted>string</FinishedFormatted>
        <EncodedName>string</EncodedName>
        <EncodedGName>string</EncodedGName>
        <EncodedLName>string</EncodedLName>
        <ID>int</ID>
        <Name>string</Name>
        <GentID>int</GentID>
        <GentFN>string</GentFN>
        <GentName>string</GentName>
        <LadyID>int</LadyID>
        <LadyFN>string</LadyFN>
        <LadyName>string</LadyName>
        <ShortNames>string</ShortNames>
        <Started>dateTime</Started>
        <YearsTogether>int</YearsTogether>
        <MonthsTogether>int</MonthsTogether>
        <Finished>dateTime</Finished>
        <CurrentCountryName>string</CurrentCountryName>
        <Couplephotos>int</Couplephotos>
        <CoupleEventphotos>long</CoupleEventphotos>
        <CoupleCompphotos>long</CoupleCompphotos>
        <Eventphotos>long</Eventphotos>
        <Compphotos>long</Compphotos>
        <ptype>int</ptype>
        <GalleryId>int</GalleryId>
        <PhotoID>int</PhotoID>
        <PhotoEventId>int</PhotoEventId>
        <fileName>string</fileName>
        <CountryName>string</CountryName>
        <Status>string</Status>
        <ClubName>string</ClubName>
        <ClubLink>string</ClubLink>
        <ClubId>string</ClubId>
        <CoupleNumber>int</CoupleNumber>
        <nrank>decimal</nrank>
        <rank>decimal</rank>
        <resultno>int</resultno>
        <Number>int</Number>
        <Position>int</Position>
      </getBusinessCardDataResult>
    </getBusinessCardDataResponse>
  </soap12:Body>
</soap12:Envelope>