Hi, we have user on DMA 9.6 using methods in WebServices (SOAP) v1 and v0. They are intending to upgrade to DMA 10.2.x. Based upon current documentation (Developer documentation | DataMiner Docs), it looks like WebServices (SOAP) v1 and v0 are still present in DMA 10.2.x.
Can the user expect no changes in the methods (request and response data structure) when moving from 9.6 to 10.2.x?
The v0 is no longer available by default since 10.1.6, and will eventually no longer be accessible at all in the future.
In the v1 however, both the SOAP and JSON endpoint, are backwards compatible. It could be that some objects used in the requests and response data contain newer properties or have older ones marked as obsolete, but they will continue to work.
In some very rare cases it might throw an exception that should guide you to a newer method, because the old one is no longer considered secure enough for todays standards.