#include <uddi_v2.h>
Public Member Functions | |
uddi2__get_USCOREassertionStatusReport (struct soap *) | |
Member declared in uddi2-typemap.dat. | |
uddi2__get_USCOREassertionStatusReport (struct soap *, const char *completionStatus) | |
Member declared in uddi2-typemap.dat. | |
uddi2__assertionStatusReport * | send (const char *endpoint, char *authInfo) |
Member declared in uddi2-typemap.dat. | |
Public Attributes | |
char * | authInfo |
Element reference "urn:uddi-org:api_v2":authInfo. | |
char * | completionStatus |
Element reference "urn:uddi-org:api_v2":completionStatus. | |
char * | generic |
Attribute generic of type xs:string. | |
soap * | soap |
A handle to the soap struct context that manages this class instance. |
Provides the ability to determine the status of current and outstanding publisher assertions. The results can be restricted by setting the completionStatus property.
See http://uddi.org/pubs/ProgrammersAPI_v2.htm#_Toc25137738
|
Member declared in uddi2-typemap.dat.
|
|
Member declared in uddi2-typemap.dat.
|
|
Member declared in uddi2-typemap.dat.
|
|
Element reference "urn:uddi-org:api_v2":authInfo. Required element |
|
Element reference "urn:uddi-org:api_v2":completionStatus. Optional element |
|
Attribute generic of type xs:string. Required attribute |
|
A handle to the soap struct context that manages this class instance.
|