SOAP server, how to

[email protected] (vidihermes) Tue, 10 Sep 2013 19:21:36 -0700 (PDT)
Newsgroups php.soap
Message-ID <[email protected]>
Hi Fellows, I am new to SOAP or any webservices technology, but i have a
problem to connect an online travel agent (OTA) website to Channel Manager
called Siteminder, and here is their docs

https://siteminder.atlassian.net/wiki/display/SITECONNECT/Retrieve+Rooms

But unfortunately i don=E2=80=99t even understand what is this, how can i c=
reate a
SOAP server which able to produce this xml below ( precisely as written in
this docs )

<OTA HotelAvailRQ Versi TimeStamp=3D=E2=80=9C2005-08-01T09:30:47+02:00=E2=
=80=9D
EchoToken=3D=E2=80=9Cfb57388d=E2=80=9D AvailRates>
  <AvailRequestSegments>
  <AvailRequestSegment AvailReqType=3D=E2=80=9CRoom=E2=80=9D>
    <HotelSearchCriteria>
      <Criterion>
      <HotelRef HotelCode=3D=E2=80=9CHOTEL1=E2=80=9D>
      </Criterion>
    </HotelSearchCriteria>
  </AvailRequestSegment>
  </AvailRequestSegments>
</OTA_HotelAvailRQ>

and this xml as the response of previous xml (if it submitted)

<OTA HotelAvailRS Versi TimeStamp=3D=E2=80=9C2005-08-01T09:30:47+02:00=E2=
=80=9D
EchoToken=3D=E2=80=9Cabc123=E2=80=9D>
  <Success>
  <RoomStays>
  <RoomStay>
    <RoomTypes>
      <RoomType RoomTypeCode=3D=E2=80=9CSGL=E2=80=9D>
      <RoomDescription Name=3D=E2=80=9CSingle Room=E2=80=9D>
      </RoomType>
    </RoomTypes>
  </RoomStay>
  <RoomStay>
    <RoomTypes>
      <RoomType RoomTypeCode=3D=E2=80=9CDBX=E2=80=9D>
      <RoomDescription Name=3D=E2=80=9CDeluxe Double Room=E2=80=9D>
      </RoomType>
    </RoomTypes>
  </RoomStay>
  <RoomStay>
    <RoomTypes>
      <RoomType RoomTypeCode=3D=E2=80=9CDBL=E2=80=9D>
      <RoomDescription Name=3D=E2=80=9CStandard Double Room=E2=80=9D>
      </RoomType>
    </RoomTypes>
  </RoomStay>
  </RoomStays>
</OTA_HotelAvailRS>

=20

please kindly help me, and many thanks in advance=E2=80=A6




--
View this message in context: http://php-soap.996275.n3.nabble.com/SOAP-ser=
ver-how-to-tp1446.html
Sent from the Php Soap mailing list archive at Nabble.com.