Information about Microsoft HealthVault.
The sequence of elements that make up the type.
| Name | Type | Min Occurs | Max Occurs | Summary | Remarks |
|---|---|---|---|---|---|
| url | http://www.w3.org/2001/XMLSchema:string | The URL to use to access the Microsoft HealthVault web service methods. | Microsoft HealthVault method requests must go through this URL. | ||
| version | http://www.w3.org/2001/XMLSchema:string | The Microsoft HealthVault version number. | This version number will follow the general .NET guidlines for versioning of assemblies: major.minor.build.revision. Changes to the major version number signify breaking changes. Changes to other parts of the version signify added or updates to functionality. | ||
| configuration | urn:com.microsoft.wc.methods.response.GetServiceDefinition2:ConfigurationEntry | 0 | unbounded | Configuration values that are important for developers to know about Microsoft HealthVault. | Microsoft HealthVault has some configuration that dictates the behavior of certain methods and data. For instance, GetThings will return only a certain number of full things in the response and give only thing keys for anything beyond that limit. The number of full things returned is defined by configuration and can be changed at any time to optimize the services ability to respond to applications. These configuration values are surfaced here so that application developers can make programmatic decisions based on these values if necessary. |