CVOWebService


Click here for a complete list of operations.

m_ConsultaVariablesCVO

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
pm_idActividad:
pm_Token:

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 /VUI_SENASA/CVOWebService.asmx HTTP/1.1
Host: aplicaciones.vui.cr
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/m_ConsultaVariablesCVO"

<?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>
    <m_ConsultaVariablesCVO xmlns="http://tempuri.org/">
      <pm_idActividad>string</pm_idActividad>
      <pm_Token>string</pm_Token>
    </m_ConsultaVariablesCVO>
  </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>
    <m_ConsultaVariablesCVOResponse xmlns="http://tempuri.org/">
      <m_ConsultaVariablesCVOResult>
        <Listado>
          <cls_ListadoVariables>
            <IdVariable>string</IdVariable>
            <NombreVariable>string</NombreVariable>
            <ValorDefecto>string</ValorDefecto>
            <TipoVariable>string</TipoVariable>
          </cls_ListadoVariables>
          <cls_ListadoVariables>
            <IdVariable>string</IdVariable>
            <NombreVariable>string</NombreVariable>
            <ValorDefecto>string</ValorDefecto>
            <TipoVariable>string</TipoVariable>
          </cls_ListadoVariables>
        </Listado>
        <CodigoDevolucion>string</CodigoDevolucion>
        <rubro_Id>string</rubro_Id>
        <rubro_Codigo>string</rubro_Codigo>
      </m_ConsultaVariablesCVOResult>
    </m_ConsultaVariablesCVOResponse>
  </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 /VUI_SENASA/CVOWebService.asmx HTTP/1.1
Host: aplicaciones.vui.cr
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>
    <m_ConsultaVariablesCVO xmlns="http://tempuri.org/">
      <pm_idActividad>string</pm_idActividad>
      <pm_Token>string</pm_Token>
    </m_ConsultaVariablesCVO>
  </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>
    <m_ConsultaVariablesCVOResponse xmlns="http://tempuri.org/">
      <m_ConsultaVariablesCVOResult>
        <Listado>
          <cls_ListadoVariables>
            <IdVariable>string</IdVariable>
            <NombreVariable>string</NombreVariable>
            <ValorDefecto>string</ValorDefecto>
            <TipoVariable>string</TipoVariable>
          </cls_ListadoVariables>
          <cls_ListadoVariables>
            <IdVariable>string</IdVariable>
            <NombreVariable>string</NombreVariable>
            <ValorDefecto>string</ValorDefecto>
            <TipoVariable>string</TipoVariable>
          </cls_ListadoVariables>
        </Listado>
        <CodigoDevolucion>string</CodigoDevolucion>
        <rubro_Id>string</rubro_Id>
        <rubro_Codigo>string</rubro_Codigo>
      </m_ConsultaVariablesCVOResult>
    </m_ConsultaVariablesCVOResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

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

GET /VUI_SENASA/CVOWebService.asmx/m_ConsultaVariablesCVO?pm_idActividad=string&pm_Token=string HTTP/1.1
Host: aplicaciones.vui.cr
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<cls_RespuestaVariables xmlns="http://tempuri.org/">
  <Listado>
    <cls_ListadoVariables>
      <IdVariable>string</IdVariable>
      <NombreVariable>string</NombreVariable>
      <ValorDefecto>string</ValorDefecto>
      <TipoVariable>string</TipoVariable>
    </cls_ListadoVariables>
    <cls_ListadoVariables>
      <IdVariable>string</IdVariable>
      <NombreVariable>string</NombreVariable>
      <ValorDefecto>string</ValorDefecto>
      <TipoVariable>string</TipoVariable>
    </cls_ListadoVariables>
  </Listado>
  <CodigoDevolucion>string</CodigoDevolucion>
  <rubro_Id>string</rubro_Id>
  <rubro_Codigo>string</rubro_Codigo>
</cls_RespuestaVariables>

HTTP POST

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

POST /VUI_SENASA/CVOWebService.asmx/m_ConsultaVariablesCVO HTTP/1.1
Host: aplicaciones.vui.cr
Content-Type: application/x-www-form-urlencoded
Content-Length: length

pm_idActividad=string&pm_Token=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<cls_RespuestaVariables xmlns="http://tempuri.org/">
  <Listado>
    <cls_ListadoVariables>
      <IdVariable>string</IdVariable>
      <NombreVariable>string</NombreVariable>
      <ValorDefecto>string</ValorDefecto>
      <TipoVariable>string</TipoVariable>
    </cls_ListadoVariables>
    <cls_ListadoVariables>
      <IdVariable>string</IdVariable>
      <NombreVariable>string</NombreVariable>
      <ValorDefecto>string</ValorDefecto>
      <TipoVariable>string</TipoVariable>
    </cls_ListadoVariables>
  </Listado>
  <CodigoDevolucion>string</CodigoDevolucion>
  <rubro_Id>string</rubro_Id>
  <rubro_Codigo>string</rubro_Codigo>
</cls_RespuestaVariables>