<xsd:element name="retrieveFullResourceListRequest"> <xsd:complexType> <xsd:sequence/> </xsd:complexType> </xsd:element>
<xsd:element name="retrieveFullResourceListResponse"> <xsd:complexType> <xsd:sequence> <xsd:element maxOccurs="unbounded" minOccurs="0" ref="types:resource"/> </xsd:sequence> </xsd:complexType> </xsd:element>
<?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <retrieveFullResourceListRequest xmlns="urn:oasis:names:tc:wstrans:v1:types"/> </soapenv:Body> </soapenv:Envelope>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <retrieveFullResourceListResponse xmlns="urn:oasis:names:tc:wstrans:v1:types"> <resource uri="http://company.com/server/resource.zip"/> <resource uri="file:C:\Temp\File.zip"/> </retrieveFullJobsListResponse> </soapenv:Body> </soapenv:Envelope>
See also: retrieveResourceInformation