#include <ServiceDiscovery.h>
Data Fields | |
| void *const | _owner |
| char * | name |
| char * | type |
| char * | endpoint |
| char * | version |
| char * | site |
| char * | wsdl |
| char * | administration |
| SDVOList * | vos |
| SDServiceList * | associatedServices |
| SDServiceDataList * | data |
The SDServiceDetails structure holds full details about a GLite service, including those returned in the SDService structure.
| void* const _owner |
The plugin that allocated the structure. The application should not touch it.
| char* site |
The name of the site that hosts the service.
| char* wsdl |
The URL of the WSDL for the service (NULL if it is not a Web Service).
| char* administration |
An administration contact e-mail address.
A list of associated services.
A list of service data (keyword/value pairs).
1.6.1