wsCiasDMX


Click here for a complete list of operations.

setOrder

Método usado para registrar una orden de pago en el sistema. [Ver. 1.2]

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /wsCiasDMX.asmx HTTP/1.1
Host: 24xorowebservice.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://24xoro.com/setOrder"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <setOrder xmlns="http://24xoro.com/">
      <Id>string</Id>
      <Llave>string</Llave>
      <cAgencia>string</cAgencia>
      <datos_Orden>
        <Orden>string</Orden>
        <Orden2>string</Orden2>
        <FolioCIa>string</FolioCIa>
        <IdPP>string</IdPP>
        <DivisaEnvio>string</DivisaEnvio>
        <DivisaPago>string</DivisaPago>
        <TC>string</TC>
        <MontoEnvio>string</MontoEnvio>
        <MontoPago>string</MontoPago>
        <FOrden>string</FOrden>
        <FormaPago>string</FormaPago>
        <TipoServicio>string</TipoServicio>
        <Banco>string</Banco>
        <NoCuenta>string</NoCuenta>
        <TipoCuenta>string</TipoCuenta>
        <PaisOrigen>string</PaisOrigen>
        <PaisDestino>string</PaisDestino>
        <Mensaje>string</Mensaje>
        <remClave>string</remClave>
        <remNombre>string</remNombre>
        <remApP>string</remApP>
        <remApM>string</remApM>
        <remPais>string</remPais>
        <remLocalidad>string</remLocalidad>
        <remEdo>string</remEdo>
        <remCp>string</remCp>
        <remDir>string</remDir>
        <remTel>string</remTel>
        <remTipoID>string</remTipoID>
        <remID>string</remID>
        <remEmail>string</remEmail>
        <benClave>string</benClave>
        <benNombre>string</benNombre>
        <benApP>string</benApP>
        <benApM>string</benApM>
        <benPais>string</benPais>
        <benClaveLocalidad>string</benClaveLocalidad>
        <benLocalidad>string</benLocalidad>
        <benEdo>string</benEdo>
        <benCp>string</benCp>
        <benDir>string</benDir>
        <benTel>string</benTel>
        <benTipoID>string</benTipoID>
        <benID>string</benID>
        <benEmail>string</benEmail>
      </datos_Orden>
    </setOrder>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <setOrderResponse xmlns="http://24xoro.com/">
      <setOrderResult>xml</setOrderResult>
    </setOrderResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /wsCiasDMX.asmx HTTP/1.1
Host: 24xorowebservice.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <setOrder xmlns="http://24xoro.com/">
      <Id>string</Id>
      <Llave>string</Llave>
      <cAgencia>string</cAgencia>
      <datos_Orden>
        <Orden>string</Orden>
        <Orden2>string</Orden2>
        <FolioCIa>string</FolioCIa>
        <IdPP>string</IdPP>
        <DivisaEnvio>string</DivisaEnvio>
        <DivisaPago>string</DivisaPago>
        <TC>string</TC>
        <MontoEnvio>string</MontoEnvio>
        <MontoPago>string</MontoPago>
        <FOrden>string</FOrden>
        <FormaPago>string</FormaPago>
        <TipoServicio>string</TipoServicio>
        <Banco>string</Banco>
        <NoCuenta>string</NoCuenta>
        <TipoCuenta>string</TipoCuenta>
        <PaisOrigen>string</PaisOrigen>
        <PaisDestino>string</PaisDestino>
        <Mensaje>string</Mensaje>
        <remClave>string</remClave>
        <remNombre>string</remNombre>
        <remApP>string</remApP>
        <remApM>string</remApM>
        <remPais>string</remPais>
        <remLocalidad>string</remLocalidad>
        <remEdo>string</remEdo>
        <remCp>string</remCp>
        <remDir>string</remDir>
        <remTel>string</remTel>
        <remTipoID>string</remTipoID>
        <remID>string</remID>
        <remEmail>string</remEmail>
        <benClave>string</benClave>
        <benNombre>string</benNombre>
        <benApP>string</benApP>
        <benApM>string</benApM>
        <benPais>string</benPais>
        <benClaveLocalidad>string</benClaveLocalidad>
        <benLocalidad>string</benLocalidad>
        <benEdo>string</benEdo>
        <benCp>string</benCp>
        <benDir>string</benDir>
        <benTel>string</benTel>
        <benTipoID>string</benTipoID>
        <benID>string</benID>
        <benEmail>string</benEmail>
      </datos_Orden>
    </setOrder>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <setOrderResponse xmlns="http://24xoro.com/">
      <setOrderResult>xml</setOrderResult>
    </setOrderResponse>
  </soap12:Body>
</soap12:Envelope>