Hey guys, I have an API open today and in your connectivity test the required method is post, header is application/xml in the body field when I send the test xml it returns an error... can anyone help?
link api testing:
https://services-hotels.focomultimidia.com/v1/service/ota/OTA_PingRQMETHOD: POST
BODY: <?xml version="1.0" encoding="UTF-8"?>
<OTA_PingRQ xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_PingRQ.xsd" TimeStamp="2012-11-13T10:06:51-00:00" Target="Test" Version="1">
<EchoData>Is there anybody out there?</EchoData>
</OTA_PingRQ>
HEADER: Content-Type: application/xml