Main


Click here for a complete list of operations.

GetSM

Returns SM FB, Twitter, ..

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 /OneTouch/Main.asmx HTTP/1.1
Host: softech.akrebeia.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/GetSM"

<?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:Header>
    <SoapCredentials xmlns="http://tempuri.org/">
      <UserID>string</UserID>
      <Password>string</Password>
      <Field1>string</Field1>
      <Field2>string</Field2>
      <Field3>string</Field3>
      <AppID>string</AppID>
      <ipAddress>string</ipAddress>
    </SoapCredentials>
  </soap:Header>
  <soap:Body>
    <GetSM xmlns="http://tempuri.org/">
      <SearchParamObj>
        <PageSize>string</PageSize>
        <ID>string</ID>
        <Type>string</Type>
        <SubCatID>string</SubCatID>
        <Time>string</Time>
        <UserMID>string</UserMID>
        <Lang>string</Lang>
        <Sort>string</Sort>
        <SortfField>string</SortfField>
        <Mode>string</Mode>
        <PageNo>long</PageNo>
        <PageSiGetChatUsersze>long</PageSiGetChatUsersze>
        <Gender>string</Gender>
        <VersionID>string</VersionID>
        <AppID>string</AppID>
        <Thumbnail>string</Thumbnail>
        <Name>string</Name>
        <DeviceNo>string</DeviceNo>
        <CountryId>string</CountryId>
        <Subject>string</Subject>
        <Date>string</Date>
        <Comment>string</Comment>
        <CatID>string</CatID>
        <SearchPageNo>int</SearchPageNo>
        <OldRecCount>int</OldRecCount>
        <Level>int</Level>
        <SearchData>string</SearchData>
        <SearchID>string</SearchID>
        <IsNew>int</IsNew>
        <IsNextLevel>int</IsNextLevel>
        <IsLeb>int</IsLeb>
        <iMode>int</iMode>
        <MobilePhone>string</MobilePhone>
        <InputValidationCode>string</InputValidationCode>
        <ThisisMeAutoID>string</ThisisMeAutoID>
        <MaxNotifID>string</MaxNotifID>
        <AutoId>string</AutoId>
        <BinaryData>string</BinaryData>
        <IMG_WIDTH>string</IMG_WIDTH>
        <IMG_HEIGHT>string</IMG_HEIGHT>
        <Filter>string</Filter>
        <Categories>string</Categories>
        <Period>int</Period>
        <sourceID>string</sourceID>
        <TYPE>string</TYPE>
        <FromDate>string</FromDate>
        <ToDate>string</ToDate>
        <GRP_ID>string</GRP_ID>
        <ipAddress>string</ipAddress>
      </SearchParamObj>
    </GetSM>
  </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>
    <GetSMResponse xmlns="http://tempuri.org/">
      <GetSMResult>xml</GetSMResult>
    </GetSMResponse>
  </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 /OneTouch/Main.asmx HTTP/1.1
Host: softech.akrebeia.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:Header>
    <SoapCredentials xmlns="http://tempuri.org/">
      <UserID>string</UserID>
      <Password>string</Password>
      <Field1>string</Field1>
      <Field2>string</Field2>
      <Field3>string</Field3>
      <AppID>string</AppID>
      <ipAddress>string</ipAddress>
    </SoapCredentials>
  </soap12:Header>
  <soap12:Body>
    <GetSM xmlns="http://tempuri.org/">
      <SearchParamObj>
        <PageSize>string</PageSize>
        <ID>string</ID>
        <Type>string</Type>
        <SubCatID>string</SubCatID>
        <Time>string</Time>
        <UserMID>string</UserMID>
        <Lang>string</Lang>
        <Sort>string</Sort>
        <SortfField>string</SortfField>
        <Mode>string</Mode>
        <PageNo>long</PageNo>
        <PageSiGetChatUsersze>long</PageSiGetChatUsersze>
        <Gender>string</Gender>
        <VersionID>string</VersionID>
        <AppID>string</AppID>
        <Thumbnail>string</Thumbnail>
        <Name>string</Name>
        <DeviceNo>string</DeviceNo>
        <CountryId>string</CountryId>
        <Subject>string</Subject>
        <Date>string</Date>
        <Comment>string</Comment>
        <CatID>string</CatID>
        <SearchPageNo>int</SearchPageNo>
        <OldRecCount>int</OldRecCount>
        <Level>int</Level>
        <SearchData>string</SearchData>
        <SearchID>string</SearchID>
        <IsNew>int</IsNew>
        <IsNextLevel>int</IsNextLevel>
        <IsLeb>int</IsLeb>
        <iMode>int</iMode>
        <MobilePhone>string</MobilePhone>
        <InputValidationCode>string</InputValidationCode>
        <ThisisMeAutoID>string</ThisisMeAutoID>
        <MaxNotifID>string</MaxNotifID>
        <AutoId>string</AutoId>
        <BinaryData>string</BinaryData>
        <IMG_WIDTH>string</IMG_WIDTH>
        <IMG_HEIGHT>string</IMG_HEIGHT>
        <Filter>string</Filter>
        <Categories>string</Categories>
        <Period>int</Period>
        <sourceID>string</sourceID>
        <TYPE>string</TYPE>
        <FromDate>string</FromDate>
        <ToDate>string</ToDate>
        <GRP_ID>string</GRP_ID>
        <ipAddress>string</ipAddress>
      </SearchParamObj>
    </GetSM>
  </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>
    <GetSMResponse xmlns="http://tempuri.org/">
      <GetSMResult>xml</GetSMResult>
    </GetSMResponse>
  </soap12:Body>
</soap12:Envelope>