For example, the URL to the GetThings3 request schema is listed as:
https://platform.healthvault-ppe.com/platform/XSD/method-getthings.xsd
This URL incorrectly points to the version 1 schema. The version number must be added to the end of the file name in order to get the correct schema:
https://platform.healthvault-ppe.com/platform/XSD/method-getthings3.xsd
This holds true for the following methods:
CreateConnectPackage2 request
GetServiceDefinition2 response
GetThings3 request, response
OverwriteThings2 request
PutThings2 request
1 comment:
If URL incorrectly points to the version 1 schema then how and why the whole thing works together how do you know that its pointing to older version.Will adding the version number at end of the file name solve this problem
Post a Comment