Response groups, except in the case of a request error, always form part
of a response. Each response group is defined in the WSDL. The following
snippet from the WSDL shows the definition of the Images response group.
As you can see, the Image response group returns the elements URL, Height (height of the image),
Width, and IsVerified. All
are required in the response except IsVerified, which
is optional (minOccurs=0). You can see how these
elements are displayed in a response.