3.1.4.20.2.2 GetPublishedObjectsResponse
The GetPublishedObjectsResponse element specifies the result data for the GetPublishedObjects WSDL operation.
-
<xs:element name="GetPublishedObjectsResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" maxOccurs="1" name="GetPublishedObjectsResult" type="tns:CommandResult"/> <xs:element minOccurs="0" maxOccurs="1" name="publishedObjects" type="tns:ArrayOfPublishedObjectName"/> </xs:sequence> </xs:complexType> </xs:element>
GetPublishedObjectsResult: A CommandResult as specified in section 2.2.4.21. MUST be present.
publishedObjects: An array of PublishedObjectName elements, as specified in section 3.1.4.20.3.1. MUST be present.