3.1.4.55.2.2 GetScaledImageResponse

The GetScaledImageResponse element specifies the result data for the GetScaledImage WSDL operation.

 <xs:element name="GetScaledImageResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="0" maxOccurs="1" name="GetScaledImageResult" type="tns:CommandResult"/>
       <xs:element minOccurs="0" maxOccurs="1" name="imageFormatType" type="xs:string"/>
       <xs:element minOccurs="0" maxOccurs="1" name="binaryChartImage" type="xs:base64Binary"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

GetScaledImageResult: A CommandResult as specified in section 2.2.4.21. MUST be present.

imageFormatType: The image format type that is present in the binaryChartImage field. MUST be either the string "x-png" or the string "jpeg".

binaryChartImage: The image of the chart image. MUST be present. If imageFormatType is "x-png", MUST be in the format specified in [RFC2083]. If imageFormatType is "jpeg", MUST be in the format specified in [JFIF].