Answer the question
In order to leave comments, you need to log in
How to format this XML in params for soapClient?
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:loc="http://localhost" xmlns:xdto="http://localhost/xdto">
<soapenv:Header/>
<soapenv:Body>
<loc:PaymentByAcquiring>
<loc:Invoices>
<!--Zero or more repetitions:-->
<xdto:List>
<xdto:invoice_id>2</xdto:invoice_id>
<xdto:invoice_date>2020-10-29T00:00:00</xdto:invoice_date>
<xdto:pay_sum>5000</xdto:pay_sum>
<xdto:iin>00000000000000</xdto:iin>
<xdto:id_paynet>2</xdto:id_paynet>
<xdto:partial_payment>0</xdto:partial_payment>
</xdto:List>
</loc:Invoices>
<loc:Acquirer>test</loc:Acquirer>
<loc:CheckNumber>1</loc:CheckNumber>
</loc:PaymentByAcquiring>
</soapenv:Body>
</soapenv:Envelope>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question