Respuesta

XSD

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://localhost/bancobogota/soap">
   <SOAP-ENV:Body>
      <ns1:reversarPagoResponse>
         <reversarPagoResult>
         </reversarPagoResult>
      </ns1:reversarPagoResponse>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

Estructura

Ejemplo

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://localhost/bancobogota/soap">
   <SOAP-ENV:Body>
      <ns1:reversarPagoResponse>
         <reversarPagoResult>
		<IFX>
			<SignonRs>
				<CustId>
					<CustLoginId>1234567890</CustLoginId>
				</CustId>
				<ServerDt>20130601101501</ServerDt>
				<ClientDt>20130601101501</ClientDt>
			</SignonRs>
			<PmtRevRs>
				<PmtAddRs>
					<Status>
						<ServerStatusCode>0000</ServerStatusCode>
						<Severity>I</Severity>
						<StatusDesc>Reverso Exitoso</StatusDesc>
					</Status>
				</PmtAddRs>
				<RqUID>0246</RqUID>
				<CSPRefId>123456</CSPRefId>
			</PmtRevRs>
		</IFX>
         </reversarPagoResult>
      </ns1:reversarPagoResponse>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

Última actualización