message.xml 1.38 KB
<?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">{ params.userName }</userName>
                <signature xsi:type="xsd:string">{ params.signature }</signature>
                <productCode xsi:type="xsd:string">{ params.productCode }</productCode>
                <terminal xsi:type="xsd:string">{ params.terminal }</terminal>
                <transactionType xsi:type="xsd:string">{ params.transactionType }</transactionType>
                <billNumber xsi:type="xsd:string">{ params.billNumber }</billNumber>
                <amount xsi:type="xsd:string">{ params.amount }</amount>
                <bit61 xsi:type="xsd:string">{ params.bit61 }</bit61>
                <reff xsi:type="xsd:string">{ params.reff }</reff>
                <timeStamp xsi:type="xsd:string">{ params.timeStamp }</timeStamp>
            </inputCheck>
        </tns:billpayment>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>