Integrator and xml binding
Posted: Sat Feb 02, 2019 12:17 am
I have xml source with embedded data...
<request type="payment-credit" timestamp="20190118130000">
<merchantid>cooksontest</merchantid>
<account>internet</account>
<amount currency='EUR'>1000</amount>
<orderid>IQ9000012</orderid>
<pasref>15469482698462820</pasref>
<paymentmethod>sofort</paymentmethod>
<sha1hash>abb192a9bd3217b2180bcc0512bd3af30c83c80a</sha1hash>
<refundhash>b51118f58785274e117efe1bf99d4d50ccb96949</refundhash>
</request>
this has been used within Integrator to generate an outbound binding.
When looking at the Trace Files, the HTTP_CONTENT.XML is corrupt..
<?xml version="1.0" encoding="utf-8"?>
<request timestamp="20190118122811" type="payment-credit">
<merchantid>cooksontest</merchantid>
<account>internet</account>
<amount/>
<orderid>IQ9000011</orderid>
<pasref>15469482698462820</pasref>
<paymentmethod>sofort</paymentmethod>
<sha1hash>0ACA8FB03A4C6BA4EB631E99A2E52BD7BF34699B</sha1hash>
<refundhash>B51118F58785274E117EFE1BF99D4D50CCB96949</refundhash>
</request>
Am I doing something wrong?
<request type="payment-credit" timestamp="20190118130000">
<merchantid>cooksontest</merchantid>
<account>internet</account>
<amount currency='EUR'>1000</amount>
<orderid>IQ9000012</orderid>
<pasref>15469482698462820</pasref>
<paymentmethod>sofort</paymentmethod>
<sha1hash>abb192a9bd3217b2180bcc0512bd3af30c83c80a</sha1hash>
<refundhash>b51118f58785274e117efe1bf99d4d50ccb96949</refundhash>
</request>
this has been used within Integrator to generate an outbound binding.
When looking at the Trace Files, the HTTP_CONTENT.XML is corrupt..
<?xml version="1.0" encoding="utf-8"?>
<request timestamp="20190118122811" type="payment-credit">
<merchantid>cooksontest</merchantid>
<account>internet</account>
<amount/>
<orderid>IQ9000011</orderid>
<pasref>15469482698462820</pasref>
<paymentmethod>sofort</paymentmethod>
<sha1hash>0ACA8FB03A4C6BA4EB631E99A2E52BD7BF34699B</sha1hash>
<refundhash>B51118F58785274E117EFE1BF99D4D50CCB96949</refundhash>
</request>
Am I doing something wrong?