ZVON > References > UDDI Reference
Element get_publisherAssertions [ v2 ]
Occurs in [ ]
Description Message - Request: This message is used to get the complete set of assertion information managed by a particular publisher. The response is a publisherAssertions message that contains the full assertion set for the publisher associated with the authInfo token..
Attributes
generic
Signifies the UDDI registry software version number. On input, signifies the UDDI version understood by the requesting caller.



XML Schema

<xsd:element name="get_publisherAssertions">
   <xsd:complexType>
      <xsd:sequence>
         <xsd:element ref="authInfo"/>
      </xsd:sequence>
      <xsd:attribute name="generic" type="xsd:string" use="required"/>
   </xsd:complexType>
</xsd:element>

Expanded XML Schema

<xsd:element name="get_publisherAssertions">
   <xsd:complexType>
      <xsd:sequence>
         <xsd:element name="authInfo" type="xsd:string"/>
      </xsd:sequence>
      <xsd:attribute name="generic" type="xsd:string" use="required"/>
   </xsd:complexType>
</xsd:element>