How to Trigger URL with Function and get XML result




<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://ift.tt/sVJIaE" xmlns:xsd="http://ift.tt/tphNwY" xmlns:xsi="http://ift.tt/ra1lAU">
<soap:Body>
<ns1:retrieveStatusIdealPaymentResponse xmlns:ns1="http://ift.tt/1lPYzvt">
<ns1:response>
<additionalData xmlns="http://ift.tt/1lPYzvt" xsi:nil="true"/>
<fraudResult xmlns="http://ift.tt/1lPYzvt" xsi:nil="true"/>
<pspReference xmlns="http://ift.tt/1lPYzvt">1414042897906278</pspReference>
<refusalReason xmlns="http://ift.tt/1lPYzvt">CANCELLED</refusalReason>
<resultCode xmlns="http://ift.tt/1lPYzvt">Cancelled</resultCode>
<acquirerId xmlns="http://ift.tt/1lPYzvt">0030</acquirerId>
<consumerAccountNumber xmlns="http://ift.tt/1lPYzvt" xsi:nil="true"/>
<consumerBIC xmlns="http://ift.tt/1lPYzvt" xsi:nil="true"/>
<consumerCity xmlns="http://ift.tt/1lPYzvt" xsi:nil="true"/>
<consumerIBAN xmlns="http://ift.tt/1lPYzvt" xsi:nil="true"/>
<consumerName xmlns="http://ift.tt/1lPYzvt" xsi:nil="true"/>
<issuerId xmlns="http://ift.tt/1lPYzvt">0761</issuerId>
<transactionId xmlns="http://ift.tt/1lPYzvt">0030000867723774</transactionId>
<transactionStatus xmlns="http://ift.tt/1lPYzvt">Cancelled</transactionStatus>
</ns1:response>
</ns1:retrieveStatusIdealPaymentResponse>
</soap:Body>
</soap:Envelope>


I have to trigger this with c# and get the result to the list, I do not have any idea about calling xml URL with function. How can I get this result, did not get the point at all.


Payment service provider wants me to trigger this however then did not give any information. The only thing they gave me a sample transaction xml result and dont have any idea about how to get this result or reach them.


No comments:

Post a Comment