Commit ada1b7aad57f3715f2d3cf225c259d0d2149a3cc
1 parent
97991a1dc4
Exists in
master
perbaikan whiskers
Showing 1 changed file with 10 additions and 10 deletions Inline Diff
message.xml
1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | ||
3 | <SOAP-ENV:Envelope | 3 | <SOAP-ENV:Envelope |
4 | SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" | 4 | SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" |
5 | xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" | 5 | xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" |
6 | xmlns:xsd="http://www.w3.org/2001/XMLSchema" | 6 | xmlns:xsd="http://www.w3.org/2001/XMLSchema" |
7 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 7 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
8 | xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" | 8 | xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" |
9 | xmlns:tns="urn:apih2h"> | 9 | xmlns:tns="urn:apih2h"> |
10 | 10 | ||
11 | <SOAP-ENV:Body> | 11 | <SOAP-ENV:Body> |
12 | <tns:billpayment xmlns:tns="urn:apih2h"> | 12 | <tns:billpayment xmlns:tns="urn:apih2h"> |
13 | <inputCheck xsi:type="tns:inputCheck"> | 13 | <inputCheck xsi:type="tns:inputCheck"> |
14 | <userName xsi:type="xsd:string">{ params.userName }</userName> | 14 | <userName xsi:type="xsd:string">{userName}</userName> |
15 | <signature xsi:type="xsd:string">{ params.signature }</signature> | 15 | <signature xsi:type="xsd:string">{signature}</signature> |
16 | <productCode xsi:type="xsd:string">{ params.productCode }</productCode> | 16 | <productCode xsi:type="xsd:string">{productCode}</productCode> |
17 | <terminal xsi:type="xsd:string">{ params.terminal }</terminal> | 17 | <terminal xsi:type="xsd:string">{terminal}</terminal> |
18 | <transactionType xsi:type="xsd:string">{ params.transactionType }</transactionType> | 18 | <transactionType xsi:type="xsd:string">{transactionType}</transactionType> |
19 | <billNumber xsi:type="xsd:string">{ params.billNumber }</billNumber> | 19 | <billNumber xsi:type="xsd:string">{billNumber}</billNumber> |
20 | <amount xsi:type="xsd:string">{ params.amount }</amount> | 20 | <amount xsi:type="xsd:string">{amount}</amount> |
21 | <bit61 xsi:type="xsd:string">{ params.bit61 }</bit61> | 21 | <bit61 xsi:type="xsd:string">{bit61}</bit61> |
22 | <reff xsi:type="xsd:string">{ params.reff }</reff> | 22 | <reff xsi:type="xsd:string">{reff}</reff> |
23 | <timeStamp xsi:type="xsd:string">{ params.timeStamp }</timeStamp> | 23 | <timeStamp xsi:type="xsd:string">{timeStamp}</timeStamp> |
24 | </inputCheck> | 24 | </inputCheck> |
25 | </tns:billpayment> | 25 | </tns:billpayment> |
26 | </SOAP-ENV:Body> | 26 | </SOAP-ENV:Body> |
27 | </SOAP-ENV:Envelope> | 27 | </SOAP-ENV:Envelope> |
28 | 28 |