WebAgenciaEP


Click here for a complete list of operations.

Modifico_Agencia

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 /WSAgenciaEP/WebAgenciaEP.asmx HTTP/1.1
Host: unionplatensetickets.online
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://200.58.109.130/Modifico_Agencia"

<?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>
    <Modifico_Agencia xmlns="http://200.58.109.130/">
      <NroAgencia>int</NroAgencia>
      <NomAgencia>string</NomAgencia>
      <ComGuias>decimal</ComGuias>
      <ComOrdenOficial>decimal</ComOrdenOficial>
      <LineaNacio>decimal</LineaNacio>
      <ComLinea208>decimal</ComLinea208>
      <ComLineaProv>decimal</ComLineaProv>
      <ComLinea262>decimal</ComLinea262>
      <ComLineaTuc>decimal</ComLineaTuc>
      <ComLinea270>decimal</ComLinea270>
      <ComLinea292>decimal</ComLinea292>
      <ComLinea416>decimal</ComLinea416>
      <ComLinea229>decimal</ComLinea229>
      <ProvLlano>int</ProvLlano>
      <ProvMonTa>int</ProvMonTa>
      <ProvOndulado>int</ProvOndulado>
      <NroEmPre>int</NroEmPre>
      <NroPrimerBo>string</NroPrimerBo>
      <NroUltimoBo>string</NroUltimoBo>
      <NroUlOper>string</NroUlOper>
      <Credito>decimal</Credito>
      <VtaAg>string</VtaAg>
      <CamCo>string</CamCo>
      <HabAdic>string</HabAdic>
      <CerrarSer>string</CerrarSer>
      <TipoVta>string</TipoVta>
      <ConIva>string</ConIva>
      <Lun>string</Lun>
      <Mar>string</Mar>
      <Mie>string</Mie>
      <Jue>string</Jue>
      <Vie>string</Vie>
      <Sab>string</Sab>
      <Dom>string</Dom>
      <VtaAbto>string</VtaAbto>
      <Reimp>string</Reimp>
      <Externa>string</Externa>
      <DtoEst>string</DtoEst>
      <ComOPgo>decimal</ComOPgo>
      <LV>string</LV>
    </Modifico_Agencia>
  </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>
    <Modifico_AgenciaResponse xmlns="http://200.58.109.130/">
      <Modifico_AgenciaResult>
        <xsd:schema>schema</xsd:schema>xml</Modifico_AgenciaResult>
    </Modifico_AgenciaResponse>
  </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 /WSAgenciaEP/WebAgenciaEP.asmx HTTP/1.1
Host: unionplatensetickets.online
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>
    <Modifico_Agencia xmlns="http://200.58.109.130/">
      <NroAgencia>int</NroAgencia>
      <NomAgencia>string</NomAgencia>
      <ComGuias>decimal</ComGuias>
      <ComOrdenOficial>decimal</ComOrdenOficial>
      <LineaNacio>decimal</LineaNacio>
      <ComLinea208>decimal</ComLinea208>
      <ComLineaProv>decimal</ComLineaProv>
      <ComLinea262>decimal</ComLinea262>
      <ComLineaTuc>decimal</ComLineaTuc>
      <ComLinea270>decimal</ComLinea270>
      <ComLinea292>decimal</ComLinea292>
      <ComLinea416>decimal</ComLinea416>
      <ComLinea229>decimal</ComLinea229>
      <ProvLlano>int</ProvLlano>
      <ProvMonTa>int</ProvMonTa>
      <ProvOndulado>int</ProvOndulado>
      <NroEmPre>int</NroEmPre>
      <NroPrimerBo>string</NroPrimerBo>
      <NroUltimoBo>string</NroUltimoBo>
      <NroUlOper>string</NroUlOper>
      <Credito>decimal</Credito>
      <VtaAg>string</VtaAg>
      <CamCo>string</CamCo>
      <HabAdic>string</HabAdic>
      <CerrarSer>string</CerrarSer>
      <TipoVta>string</TipoVta>
      <ConIva>string</ConIva>
      <Lun>string</Lun>
      <Mar>string</Mar>
      <Mie>string</Mie>
      <Jue>string</Jue>
      <Vie>string</Vie>
      <Sab>string</Sab>
      <Dom>string</Dom>
      <VtaAbto>string</VtaAbto>
      <Reimp>string</Reimp>
      <Externa>string</Externa>
      <DtoEst>string</DtoEst>
      <ComOPgo>decimal</ComOPgo>
      <LV>string</LV>
    </Modifico_Agencia>
  </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>
    <Modifico_AgenciaResponse xmlns="http://200.58.109.130/">
      <Modifico_AgenciaResult>
        <xsd:schema>schema</xsd:schema>xml</Modifico_AgenciaResult>
    </Modifico_AgenciaResponse>
  </soap12:Body>
</soap12:Envelope>