Blame view

message.xml 1.25 KB
6c9078fb5   Adhidarma Hadiwinoto   coba hack soapaction
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
  <SOAP-ENV:Envelope
      SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
      xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
      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/"
      xmlns:tns="urn:apih2h">
  
      <SOAP-ENV:Body>
          <tns:billpayment xmlns:tns="urn:apih2h">
              <inputCheck xsi:type="tns:inputCheck">
                  <userName xsi:type="xsd:string">{userName}</userName>
                  <signature xsi:type="xsd:string">{signature}</signature>
                  <productCode xsi:type="xsd:string">{productCode}</productCode>
                  <terminal xsi:type="xsd:string">{terminal}</terminal>
                  <transactionType xsi:type="xsd:string">{transactionType}</transactionType>
                  <billNumber xsi:type="xsd:string">{billNumber}</billNumber>
                  <amount xsi:type="xsd:string">{amount}</amount>
                  <bit61 xsi:type="xsd:string">{bit61}</bit61>
                  <reff xsi:type="xsd:string">{reff}</reff>
                  <timeStamp xsi:type="xsd:string">{timeStamp}</timeStamp>
              </inputCheck>
          </tns:billpayment>
      </SOAP-ENV:Body>
  </SOAP-ENV:Envelope>