# Migrating from SOAP

As you may know, SERV is in the process of **replacing the legacy platform underpinning LANDATA with a more modern, scalable application.** This new platform aims to provide a single, comprehensive view of all Victorian property-related data, empowering stakeholders to make better-informed decisions with confidence.

As part of this platform change, **our current suite of APIs are being redesigned and re-built to better suit integration processes and needs.** These new RESTful APIs offer improved reliability security, and ease of integration compared to our current SOAP-based APIs.

Eventually all new RESTful APIs will replace our existing suite, therefore **SERV will be working with partners closely over the coming months to support the cutover.**

We have consolidated our APIs from the previous webservices. Here is a guide for guide to matching old endpoints with new.

## Mapping Overview

| Landata RESTful (new) | SOAP webservices |
|  --- | --- |
| Property Discovery - GET properties | CpnIndex, AddressDetailMunicipalityIndex, AddressDetailPostcodeIndex, AddressDetailSuburbIndex, PropertyIdentifierBuildMultiple, DocumentIdentifierValidate* |
| Title Discovery - GET titles | TitleIndex, TitleStatus |
| Parcel Discovery - GET parcels | SpiIndex, LotPlanIndex, CrownDescriptionIndex, LotListSearch |
| Product List - GET products | PropertyCertificatesAvailable, PackageOrder |
| Submit Order - POST Order | PropertyApplicationCommit, PackageCommit, PropertyExtraDataValidate, OneoffPropertyOrder, PropertyApplicationCommitValidated, PropertyCertificateSelectionsValidate |
| Extra data reference - GET extra-data | PropertyCertificatesAvailable, PackageOrder |
| Order History - GET order | PropertyApplicationList, PropertyApplicationTrack, PackageList |
| Retrieve Ordered item - GET order/item | PropertyCertificateView, PropertyCertificateViewStream |


Note: This doesn't cover an exact replacement mapping, but should replace most functionality needed to understand your chosen title and property, see the products available on it and submit an order.