Home | Documentation |
uddi2__set_USCOREpublisherAssertions Class Reference
updated Mon Feb 22 2016
|
Schema urn:uddi-org:api_v2:"set_publisherAssertions". More...
#include <uddi_v2.h>
Public Member Functions | |
uddi2__set_USCOREpublisherAssertions (struct soap *) | |
Member declared in uddi2-typemap.dat. More... | |
uddi2__set_USCOREpublisherAssertions (struct soap *, std::vector< uddi2__publisherAssertion * > publisherAssertions) | |
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... | |
std::vector< uddi2__publisherAssertion * > | publisherAssertion |
Vector of uddi2__publisherAssertion* with length 0..unbounded. 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:"set_publisherAssertions".
Represents a request to modify the existing publisher assertions for an individual publisher.
uddi2__set_USCOREpublisherAssertions::uddi2__set_USCOREpublisherAssertions | ( | struct soap * | soap | ) |
Member declared in uddi2-typemap.dat.
[in] | soap | gSOAP context |
Creates an instance of the set_USCOREpublisherAssertions class.
uddi2__set_USCOREpublisherAssertions::uddi2__set_USCOREpublisherAssertions | ( | struct soap * | soap, |
std::vector< uddi2__publisherAssertion * > | publisherAssertions | ||
) |
Member declared in uddi2-typemap.dat.
[in] | soap | gSOAP context |
[in] | publisherAssertions | collection of publisher assertions |
Creates an instance of the set_USCOREpublisherAssertions class using the specified collection of publisher assertions.
uddi2__publisherAssertions * uddi2__set_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 server to post tModel information on the server.
char* uddi2__set_USCOREpublisherAssertions::authInfo |
Element reference "urn:uddi-org:api_v2":authInfo.
Required element
char* uddi2__set_USCOREpublisherAssertions::generic |
Attribute generic of type xs:string.
Required attribute
std::vector<uddi2__publisherAssertion*> uddi2__set_USCOREpublisherAssertions::publisherAssertion |
Vector of uddi2__publisherAssertion* with length 0..unbounded.
struct soap* uddi2__set_USCOREpublisherAssertions::soap |
A handle to the soap struct context that manages this class instance.