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