The resource file can be associated with one or more jobs and this call allows for the Client to find which jobs is a particular resource file associated with. If a resource file is no longer to be used this call can be used to find a list of jobs associated with that resource and the disassociateResource call can be used to disassociate the resource with those jobs.
<xsd:element name="retrieveJobListForResourceRequest"> <xsd:complexType> <xsd:sequence> <xsd:element ref="types:resource"/> </xsd:sequence> </xsd:complexType> </xsd:element>
<xsd:element name="retrieveJobListForResourceResponse"> <xsd:complexType> <xsd:sequence> <xsd:element maxOccurs="unbounded" minOccurs="0" ref="types:ticket"/> </xsd:sequence> </xsd:complexType> </xsd:element>