You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified that I am running the latest version of the COMET-SDK
I have searched open and closed issues to ensure it has not already been reported
Description
For DTO's and Poco properties we use the CDPVersion attribute that declares from which version on a property is implemented.
This way we can support multiple versions/types of 10-25 webservices.
The SDK should check on every write action if the WebService is able to support a specific property.
It is not yet clear what should be done here, so we need to start with a timeboxed investigation task to find out what needs to be done to accomplish this checking mechanism and what it should do exactly.
The text was updated successfully, but these errors were encountered:
Prerequisites
Description
For DTO's and Poco properties we use the CDPVersion attribute that declares from which version on a property is implemented.
This way we can support multiple versions/types of 10-25 webservices.
The SDK should check on every write action if the WebService is able to support a specific property.
It is not yet clear what should be done here, so we need to start with a timeboxed investigation task to find out what needs to be done to accomplish this checking mechanism and what it should do exactly.
The text was updated successfully, but these errors were encountered: