Advertisement
khmelevsky

Untitled

Jul 13th, 2015
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.36 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3.    <soap:Header>
  4.       <m:MessageHeader xmlns:m="http://www.ebxml.org/namespaces/messageHeader">
  5.          <m:From>
  6.             <PartyId xmlns="http://www.ebxml.org/namespaces/messageHeader">PRVA.16235501</PartyId>
  7.             <m:Role>TRM</m:Role>
  8.          </m:From>
  9.          <m:To>
  10.             <PartyId xmlns="http://www.ebxml.org/namespaces/messageHeader">ATS</PartyId>
  11.             <m:Role>PAGW</m:Role>
  12.          </m:To>
  13.          <m:CPAId>PRVA</m:CPAId>
  14.          <m:CPAKey>PRVA-15082011</m:CPAKey>
  15.          <m:ConversationId>0</m:ConversationId>
  16.          <m:Service type="ATS">PaymentService</m:Service>
  17.          <m:MessageData>
  18.             <m:MessageId>5</m:MessageId>
  19.             <m:Timestamp>2015-07-10T12:07:51</m:Timestamp>
  20.          </m:MessageData>
  21.          <m:Action>Payment</m:Action>
  22.          <m:SessionId>271146</m:SessionId>
  23.       </m:MessageHeader>
  24.    </soap:Header>
  25.    <soap:Body>
  26.       <ATS_CustomOrderRQ xmlns="http://airts.ru/webservices/2009/01" Version="2009.1">
  27.          <POS>
  28.             <Source TerminalID="PRVA.16235501.Зайцева Н.Г." AgentSine="0.6.1.1">
  29.                <BookingChannel>
  30.                   <CompanyName Code="PRVA" CodeContext="BOL" TravelSector="AIR" CompanyShortName="Почта России - Полдарса 162355" Department="162355" Division="Зайцева Н.Г." />
  31.                </BookingChannel>
  32.             </Source>
  33.          </POS>
  34.          <UniqueID Type="BookId" BillingNumber="1255116411">
  35.             <Transaction PrintType="39">PayConfirm</Transaction>
  36.          </UniqueID>
  37.          <Payer>
  38.             <Telephone PhoneNumber="89114419966" />
  39.          </Payer>
  40.          <PaymentInfo TransactionId="01" TrType="PAY">
  41.             <FormOfPayment>
  42.                <Cash CashIndicator="true" />
  43.             </FormOfPayment>
  44.             <Totals AmountTotal="22740" CurrencyCode="RUB" DecimalPlaces="2" />
  45.             <Company>
  46.                <CompanyName Code="PRVA" CompanyShortName="Почта России" Department="16235501" Division="Зайцева Н.Г." TravelSector="AIR" />
  47.             </Company>
  48.          </PaymentInfo>
  49.       </ATS_CustomOrderRQ>
  50.    </soap:Body>
  51. </soap:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement