|
楼主 |
发表于 2017-6-30 16:46:25
|
显示全部楼层
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://api.zhonghui.estay.com" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body>
<ns1:OTA_HotelAvailRQResponse>
<return xsi:type="xsd:string"><?xml version=\"1.0\" encoding=\"utf-8\"?>
<OTA_HotelAvailRS xmlns=\"http://www.opentravel.org/OTA/2003/05\"><Errors><Error Code=-3>房量不足,不能预订</Error></Errors></OTA_HotelAvailRS></return>
</ns1:OTA_HotelAvailRQResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope> |
|