ZVON > References > UDDI Reference |
Intro / Search / ZVON |
Element | get_assertionStatusReport [ v2 ] |
---|---|
Occurs in | [ ] |
Description | Message - Request: This message is used to request the current status of relationship and reference information based on the relationship data defined in the publisherAssertions message. |
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_assertionStatusReport"> <xsd:complexType> <xsd:sequence> <xsd:element ref="authInfo"/> <xsd:element ref="completionStatus" minOccurs="0"/> </xsd:sequence> <xsd:attribute name="generic" type="xsd:string" use="required"/> </xsd:complexType> </xsd:element> |
Expanded XML Schema |
---|
<xsd:element name="get_assertionStatusReport"> <xsd:complexType> <xsd:sequence> <xsd:element name="authInfo" type="xsd:string"/> <xsd:element name="completionStatus" minOccurs="0" type="xsd:string"/> </xsd:sequence> <xsd:attribute name="generic" type="xsd:string" use="required"/> </xsd:complexType> </xsd:element> |