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