WS_RDC


Click here for a complete list of operations.

PublicarParametros

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 /WS_RDC.asmx HTTP/1.1
Host: matriz.wsys.inf.br
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/PublicarParametros"

<?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>
    <PublicarParametros xmlns="http://tempuri.org/">
      <vParam>
        <ID_Param>long</ID_Param>
        <NM_Param>string</NM_Param>
        <TP_Componente>string</TP_Componente>
        <OpcaoRadioLista>string</OpcaoRadioLista>
        <Where>string</Where>
        <PlaceHolder>string</PlaceHolder>
        <Area>string</Area>
        <Controller>string</Controller>
        <Action>string</Action>
        <Tabela>string</Tabela>
        <ST_Obrigatorio>string</ST_Obrigatorio>
        <TP_Dado>string</TP_Dado>
        <ST_Registro>string</ST_Registro>
        <lParamWebDependente>
          <TRegistro_Cad_ParamWebDependente>
            <ID_Param>long</ID_Param>
            <ID_ParamDependente>long</ID_ParamDependente>
            <ST_Registro>string</ST_Registro>
          </TRegistro_Cad_ParamWebDependente>
          <TRegistro_Cad_ParamWebDependente>
            <ID_Param>long</ID_Param>
            <ID_ParamDependente>long</ID_ParamDependente>
            <ST_Registro>string</ST_Registro>
          </TRegistro_Cad_ParamWebDependente>
        </lParamWebDependente>
        <lCampoParam>
          <TRegistro_Cad_CampoParam>
            <ID_CampoParam>long</ID_CampoParam>
            <ID_Param>long</ID_Param>
            <NM_Campo>string</NM_Campo>
            <TP_Campo>string</TP_Campo>
            <ST_Registro>string</ST_Registro>
          </TRegistro_Cad_CampoParam>
          <TRegistro_Cad_CampoParam>
            <ID_CampoParam>long</ID_CampoParam>
            <ID_Param>long</ID_Param>
            <NM_Campo>string</NM_Campo>
            <TP_Campo>string</TP_Campo>
            <ST_Registro>string</ST_Registro>
          </TRegistro_Cad_CampoParam>
        </lCampoParam>
      </vParam>
    </PublicarParametros>
  </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>
    <PublicarParametrosResponse xmlns="http://tempuri.org/" />
  </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 /WS_RDC.asmx HTTP/1.1
Host: matriz.wsys.inf.br
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>
    <PublicarParametros xmlns="http://tempuri.org/">
      <vParam>
        <ID_Param>long</ID_Param>
        <NM_Param>string</NM_Param>
        <TP_Componente>string</TP_Componente>
        <OpcaoRadioLista>string</OpcaoRadioLista>
        <Where>string</Where>
        <PlaceHolder>string</PlaceHolder>
        <Area>string</Area>
        <Controller>string</Controller>
        <Action>string</Action>
        <Tabela>string</Tabela>
        <ST_Obrigatorio>string</ST_Obrigatorio>
        <TP_Dado>string</TP_Dado>
        <ST_Registro>string</ST_Registro>
        <lParamWebDependente>
          <TRegistro_Cad_ParamWebDependente>
            <ID_Param>long</ID_Param>
            <ID_ParamDependente>long</ID_ParamDependente>
            <ST_Registro>string</ST_Registro>
          </TRegistro_Cad_ParamWebDependente>
          <TRegistro_Cad_ParamWebDependente>
            <ID_Param>long</ID_Param>
            <ID_ParamDependente>long</ID_ParamDependente>
            <ST_Registro>string</ST_Registro>
          </TRegistro_Cad_ParamWebDependente>
        </lParamWebDependente>
        <lCampoParam>
          <TRegistro_Cad_CampoParam>
            <ID_CampoParam>long</ID_CampoParam>
            <ID_Param>long</ID_Param>
            <NM_Campo>string</NM_Campo>
            <TP_Campo>string</TP_Campo>
            <ST_Registro>string</ST_Registro>
          </TRegistro_Cad_CampoParam>
          <TRegistro_Cad_CampoParam>
            <ID_CampoParam>long</ID_CampoParam>
            <ID_Param>long</ID_Param>
            <NM_Campo>string</NM_Campo>
            <TP_Campo>string</TP_Campo>
            <ST_Registro>string</ST_Registro>
          </TRegistro_Cad_CampoParam>
        </lCampoParam>
      </vParam>
    </PublicarParametros>
  </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>
    <PublicarParametrosResponse xmlns="http://tempuri.org/" />
  </soap12:Body>
</soap12:Envelope>