Getting Started
Last updated
Was this helpful?
Last updated
Was this helpful?
Each PMS connecting to the SiteMinder platform via pmsXchange API will be provided with an interactive test account to establish a basic connection.
SiteMinder will provide the endpoint
, username
, password
, and RequestorID
(PMS code), enabling the PMS to retrieve rooms and rates, push availability, restrictions, and rate updates, and connect to the reservation service.
SiteMinder will provide a HotelCode
for the test hotel.
SiteMinder will provide a reservation tool to test the reservation service.
The connecting PMS will get access to a test hotel on the SiteMinder Platform to confirm that the availability, restrictions and rates pushed from their system are processed correctly. The platform will also show the reservations created and the delivery status to the PMS.
Test Web Service URL:
We provide multiple WSDL variations to accommodate different technology stacks:
Standard WSDL:
Inlined WSDL (Recommended for .NET):
Payment Transaction Record WSDLs
Standard WSDL:
Inlined WSDL (Recommended for .NET):
For .NET clients, we recommend using the inlined WSDL, as the standard version may cause issues with .NET proxy generators (e.g., wsdl.exe or svcutil.exe) due to OTA specifications.
The connecting PMS can send an OTA_PingRQ
request to verify that the test web service is operational and that a connection can be established successfully. The Ping request only validates the endpoint’s availability; it does not verify credentials.
Step 2 - Update the PMS environment with your specific details.
Step 3 - Select Run Collections
.
Step 4 - After running the collection, a summary will display showing which scenarios passed or failed.
Step 5 - Click View Results
to see more details on each test, including the Request
sent and the Response
received.
The is the first step in your SiteMinder integration. You will need to connect to our Rooms and Rates
service to allow your system to request room types and rate plans from SiteMinder for testing. Once this step is completed, we'll create a test account for you to access the SiteMinder platform.
To assist with automating your testing, please fork SiteMinder's , where you will see various request scenarios, as well as the detailed breakdown of the Reservation Certification Scenarios.
Step 1 - Fork SiteMinder's and .
For more details on using Postman, see the article .