Skip to content
Last updated

Overview

The Portal SOAP API is a legacy web service that provides access to LANDATA property and land registry services. This API uses SOAP/XML messaging over HTTP with WS-Security for authentication.

While SERV is transitioning to modern REST APIs (see Discovery API and Orders API), the Portal SOAP API remains available for existing integrations and provides access to functionality not yet available in the REST APIs.

Key Features

The Portal SOAP API provides access to:

  • Notifications - List and view property alerts and notices for subscriptions
  • Certificates - Order and manage property certificates from various authorities
  • Property Packages - Order bundled property information packages
  • Subscription Management - Manage alert subscriptions and notifications

Available Operations

The Portal service exposes the following SOAP operations:

OperationDescription
NotificationListRetrieve a list of notifications for a subscription
NotificationViewView details of a specific notification
AlertSimulateSimulate an alert for testing purposes
NoticeSimulateSimulate a notice for testing purposes
PackageOrderStart a property package order
PackageOrderRestartRestart an incomplete package order
PackageCommitCommit and finalise a package order
SwitchCertificatesChange certificate selections for an order
GetOCManagerDataGet certificate manager configuration data
OneoffPropertyOrderPlace a single property order
TaxInvoiceNumberGetRetrieve tax invoice numbers for billing
RegisterProvisionalSaleRegister a provisional property sale

Service Endpoints

EnvironmentEndpoint
Testhttps://test.portal.landata.vic.gov.au/Portal/WebServices/Portal.svc
Productionhttps://portal.landata.vic.gov.au/Portal/WebServices/Portal.svc

For new integrations, consider using the modern REST APIs which offer simpler authentication and easier integration:

  • Discovery API - Search for properties, parcels and titles
  • Orders API - Place and manage orders for property products

PDF Documentation

Version 6.10 (R21.12.00)

Main Documentation

Release Notes

Appendices