Petición
XSD
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://localhost/bancobogota/soap">
<soapenv:Header/>
<soapenv:Body>
<soap:reversarPago>
<username>?</username>
<password>?</password>
<cadenaIFX>?</cadenaIFX>
</soap:reversarPago>
</soapenv:Body>
</soapenv:Envelope>
Estructura
Ejemplo
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://localhost/bancobogota/soap">
<soapenv:Header/>
<soapenv:Body>
<soap:reversarPago>
<username>?</username>
<password>?</password>
<cadenaIFX>
<![CDATA[<IFX>
<SignonRq>
<SignonPswd>
<CustId>
<SPName>Empresa Pruebas</SPName>
<CustPermId>0212</CustPermId>
<CustLoginId>1234567890</CustLoginId>
</CustId>
</SignonPswd>
<ClientDt>20130601101501</ClientDt>
</SignonRq>
<PmtRevRq>
<MsgRqHdr>
<NetworkTrnInfo>
<NetworkOwner>OFC</NetworkOwner>
<OriginatorName>1021</OriginatorName>
<BankId>001</BankId>
</NetworkTrnInfo>
</MsgRqHdr>
<CustId>
<CustIdType>C</CustIdType>
<CustIdNum>82789456</CustIdNum>
</CustId>
<PmtMsgRqInfo>
<PmtAddRq>
<RqUID>0246</RqUID>
<AuthCode>123425</AuthCode>
<MsgRqHdr>
<NetworkTrnInfo>
<NetworkOwner>OFC</NetworkOwner>
<OriginatorName>1021</OriginatorName>
<BankId>001</BankId>
</NetworkTrnInfo>
</MsgRqHdr>
<CustId>
<CustIdType>C</CustIdType>
<CustIdNum>82789456</CustIdNum>
</CustId>
<PmtInfo>
<PrcDt>20141218</PrcDt>
<BillerNum>7012354678456</BillerNum>
<RemitInfo>
<BillRefInfo>1234</BillRefInfo>
<RefInfo>
<RefId1>10000123456</RefId1>
<RefId2>79852456</RefId2>
<RefId3>0</RefId3>
<RefId4></RefId4>
<RefId5></RefId5>
</RefInfo>
</RemitInfo>
<CurAmt>
<CurCode>COP</CurCode>
<Amt>50000000</Amt>
<Efc>20000000</Efc>
<Chq>30000000</Chq>
</CurAmt>
<DepAcctIdTo>
<AcctId>1012345678</AcctId>
<AcctType>1</AcctType>
</DepAcctIdTo>
<ImmediatePmt>0</ImmediatePmt>
<DepAcctIdFrom>
<BankInfo>
<BankId>001</BankId>
</BankInfo>
</DepAcctIdFrom>
</PmtInfo>
</PmtAddRq>
</PmtMsgRqInfo>
</PmtRevRq>
<SignoffRq>
<CustId>
<SPName>Empresa Pruebas</SPName>
<CustPermId>0212</CustPermId>
<CustLoginId>1234567890</CustLoginId>
</CustId>
</SignoffRq>
</IFX>]]>
</cadenaIFX>
</soap:reversarPago>
</soapenv:Body>
</soapenv:Envelope>
Última actualización