Wiki
retrieve Resource Information

Returns all known informaton about a resource.

Passed In

Returned

Note that the same resource URI can be associated with different jobs for potentially different purposes (using separate calls to associateResource). This call returns the information about the resource for each job it is associated with separately.

Schema

Request

<xsd:element name="retrieveResourceInformationRequest">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="types:resource"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>

Response

<xsd:element name="retrieveResource Information Response">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="types:ticket"/>
      <xsd:element ref="types:purpose"/>
      <xsd:element ref="types:resource"/>
      <xsd:element ref="types:resource"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>