adb


Click here for a complete list of operations.

GetFrameImagesById

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 /webservice/adb.asmx HTTP/1.1
Host: editor.ynetalbums.co.il
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://schemas.arealmedia.com/asmx/adb/GetFrameImagesById"

<?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>
    <GetFrameImagesById xmlns="http://schemas.arealmedia.com/asmx/adb">
      <frameIds>
        <string>string</string>
        <string>string</string>
      </frameIds>
    </GetFrameImagesById>
  </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>
    <GetFrameImagesByIdResponse xmlns="http://schemas.arealmedia.com/asmx/adb">
      <GetFrameImagesByIdResult>
        <FrameImageVO>
          <idFrame>int</idFrame>
          <idUrl>int</idUrl>
          <idCategory>int</idCategory>
          <frame_name>string</frame_name>
          <frame_folder>string</frame_folder>
          <thumb_url>string</thumb_url>
          <top_left>string</top_left>
          <top_repeater>string</top_repeater>
          <top_right>string</top_right>
          <right_repeater>string</right_repeater>
          <left_repeater>string</left_repeater>
          <bottom_left>string</bottom_left>
          <bottom_repeater>string</bottom_repeater>
          <bottom_right>string</bottom_right>
          <thickness>double</thickness>
          <deleted>int</deleted>
          <enabled>int</enabled>
          <url>string</url>
          <category_folder>string</category_folder>
          <storagePath>string</storagePath>
        </FrameImageVO>
        <FrameImageVO>
          <idFrame>int</idFrame>
          <idUrl>int</idUrl>
          <idCategory>int</idCategory>
          <frame_name>string</frame_name>
          <frame_folder>string</frame_folder>
          <thumb_url>string</thumb_url>
          <top_left>string</top_left>
          <top_repeater>string</top_repeater>
          <top_right>string</top_right>
          <right_repeater>string</right_repeater>
          <left_repeater>string</left_repeater>
          <bottom_left>string</bottom_left>
          <bottom_repeater>string</bottom_repeater>
          <bottom_right>string</bottom_right>
          <thickness>double</thickness>
          <deleted>int</deleted>
          <enabled>int</enabled>
          <url>string</url>
          <category_folder>string</category_folder>
          <storagePath>string</storagePath>
        </FrameImageVO>
      </GetFrameImagesByIdResult>
    </GetFrameImagesByIdResponse>
  </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 /webservice/adb.asmx HTTP/1.1
Host: editor.ynetalbums.co.il
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>
    <GetFrameImagesById xmlns="http://schemas.arealmedia.com/asmx/adb">
      <frameIds>
        <string>string</string>
        <string>string</string>
      </frameIds>
    </GetFrameImagesById>
  </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>
    <GetFrameImagesByIdResponse xmlns="http://schemas.arealmedia.com/asmx/adb">
      <GetFrameImagesByIdResult>
        <FrameImageVO>
          <idFrame>int</idFrame>
          <idUrl>int</idUrl>
          <idCategory>int</idCategory>
          <frame_name>string</frame_name>
          <frame_folder>string</frame_folder>
          <thumb_url>string</thumb_url>
          <top_left>string</top_left>
          <top_repeater>string</top_repeater>
          <top_right>string</top_right>
          <right_repeater>string</right_repeater>
          <left_repeater>string</left_repeater>
          <bottom_left>string</bottom_left>
          <bottom_repeater>string</bottom_repeater>
          <bottom_right>string</bottom_right>
          <thickness>double</thickness>
          <deleted>int</deleted>
          <enabled>int</enabled>
          <url>string</url>
          <category_folder>string</category_folder>
          <storagePath>string</storagePath>
        </FrameImageVO>
        <FrameImageVO>
          <idFrame>int</idFrame>
          <idUrl>int</idUrl>
          <idCategory>int</idCategory>
          <frame_name>string</frame_name>
          <frame_folder>string</frame_folder>
          <thumb_url>string</thumb_url>
          <top_left>string</top_left>
          <top_repeater>string</top_repeater>
          <top_right>string</top_right>
          <right_repeater>string</right_repeater>
          <left_repeater>string</left_repeater>
          <bottom_left>string</bottom_left>
          <bottom_repeater>string</bottom_repeater>
          <bottom_right>string</bottom_right>
          <thickness>double</thickness>
          <deleted>int</deleted>
          <enabled>int</enabled>
          <url>string</url>
          <category_folder>string</category_folder>
          <storagePath>string</storagePath>
        </FrameImageVO>
      </GetFrameImagesByIdResult>
    </GetFrameImagesByIdResponse>
  </soap12:Body>
</soap12:Envelope>