TEST XMLEVENT RES V001
Service Reference Name: TEST_XMLEVENT_RES_V001
Direction
SIHOT.PMS → IF Partner
Message
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:envgen="http://soapenvelopegenerator.eduardocastro.info/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soapenv:Header />
<soapenv:Body>
<TEST_XMLEVENT_RES_V001Request xmlns="PushNotifications"><!--Optional--><Res>
<objid>Base: string Pattern: ([0-9])*</objid>
<hotel>Base: string Pattern: ([-+]){0,1}([0-9])*</hotel>
<resno>Base: string Pattern: ([-+]){0,1}([0-9])*</resno>
<subno>Base: string Pattern: ([-+]){0,1}([0-9])*</subno>
<restype>string</restype>
<note>Base: string minLength: 0 maxLength: 60</note>
</Res>
</TEST_XMLEVENT_RES_V001Request>
</soapenv:Body>
</soapenv:Envelope>
Attributes Message
Name | Type |
---|---|
TEST_XMLEVENT_RES_V001Request | |
Res | Node |
objid | Base: string Pattern: ([0-9])* |
hotel | Base: string Pattern: ([-+]){0,1}([0-9])* |
resno | Base: string Pattern: ([-+]){0,1}([0-9])* |
subno | Base: string Pattern: ([-+]){0,1}([0-9])* |
restype | string |
note | Base: string minLength: 0 maxLength: 60 |
Response
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:envgen="http://soapenvelopegenerator.eduardocastro.info/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soapenv:Header />
<soapenv:Body>
<TEST_XMLEVENT_RES_V001Response xmlns="PushNotifications">
<TEST_XMLEVENT_RES_V001Result>
<Success>string</Success>
<ErrorMsg>string</ErrorMsg>
</TEST_XMLEVENT_RES_V001Result>
</TEST_XMLEVENT_RES_V001Response>
</soapenv:Body>
</soapenv:Envelope>
Attributes Response
Name | Type |
---|---|
TEST_XMLEVENT_RES_V001Response | |
TEST_XMLEVENT_RES_V001Result | Node |
Success | string |
ErrorMsg | string |