Home | Documentation |
uddi2__get_USCOREpublisherAssertions Class Reference
updated Mon Feb 22 2016
|
Schema urn:uddi-org:api_v2:"get_publisherAssertions". More...
#include <uddi_v2.h>
Public Member Functions | |
uddi2__get_USCOREpublisherAssertions (struct soap *) | |
Member declared in uddi2-typemap.dat. More... | |
uddi2__publisherAssertions * | send (const char *endpoint, char *authInfo) |
Member declared in uddi2-typemap.dat. More... | |
Public Attributes | |
char * | authInfo |
Element reference "urn:uddi-org:api_v2":authInfo. More... | |
char * | generic |
Attribute generic of type xs:string. More... | |
struct soap * | soap |
A handle to the soap struct context that manages this class instance. More... | |
Schema urn:uddi-org:api_v2:"get_publisherAssertions".
Represents a request to obtain the full set of publisher assertions that are associated with an individual publisher.
uddi2__get_USCOREpublisherAssertions::uddi2__get_USCOREpublisherAssertions | ( | struct soap * | soap | ) |
Member declared in uddi2-typemap.dat.
[in] | soap | gSOAP context |
Creates an instance of the get_USCOREpublisherAssetions class.
uddi2__publisherAssertions * uddi2__get_USCOREpublisherAssertions::send | ( | const char * | endpoint, |
char * | authInfo | ||
) |
Member declared in uddi2-typemap.dat.
[in] | endpoint | URL of the UDDI server |
[in] | authInfo | authorization token provided by the UDDI server |
Send a request to a UDDI service to get publisher assertions.
char* uddi2__get_USCOREpublisherAssertions::authInfo |
Element reference "urn:uddi-org:api_v2":authInfo.
Required element
char* uddi2__get_USCOREpublisherAssertions::generic |
Attribute generic of type xs:string.
Required attribute
struct soap* uddi2__get_USCOREpublisherAssertions::soap |
A handle to the soap struct context that manages this class instance.