WS_RDC
Click here for a complete list of operations.
GravarParamWeb
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/GravarParamWeb"
<?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>
<GravarParamWeb xmlns="http://tempuri.org/">
<lParamWeb>
<TRegistro_Cad_ParamWeb>
<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 xsi:nil="true" />
<TRegistro_Cad_ParamWebDependente xsi:nil="true" />
</lParamWebDependente>
<lCampoParam>
<TRegistro_Cad_CampoParam xsi:nil="true" />
<TRegistro_Cad_CampoParam xsi:nil="true" />
</lCampoParam>
</TRegistro_Cad_ParamWeb>
<TRegistro_Cad_ParamWeb>
<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 xsi:nil="true" />
<TRegistro_Cad_ParamWebDependente xsi:nil="true" />
</lParamWebDependente>
<lCampoParam>
<TRegistro_Cad_CampoParam xsi:nil="true" />
<TRegistro_Cad_CampoParam xsi:nil="true" />
</lCampoParam>
</TRegistro_Cad_ParamWeb>
</lParamWeb>
</GravarParamWeb>
</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>
<GravarParamWebResponse xmlns="http://tempuri.org/">
<GravarParamWebResult>boolean</GravarParamWebResult>
</GravarParamWebResponse>
</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>
<GravarParamWeb xmlns="http://tempuri.org/">
<lParamWeb>
<TRegistro_Cad_ParamWeb>
<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 xsi:nil="true" />
<TRegistro_Cad_ParamWebDependente xsi:nil="true" />
</lParamWebDependente>
<lCampoParam>
<TRegistro_Cad_CampoParam xsi:nil="true" />
<TRegistro_Cad_CampoParam xsi:nil="true" />
</lCampoParam>
</TRegistro_Cad_ParamWeb>
<TRegistro_Cad_ParamWeb>
<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 xsi:nil="true" />
<TRegistro_Cad_ParamWebDependente xsi:nil="true" />
</lParamWebDependente>
<lCampoParam>
<TRegistro_Cad_CampoParam xsi:nil="true" />
<TRegistro_Cad_CampoParam xsi:nil="true" />
</lCampoParam>
</TRegistro_Cad_ParamWeb>
</lParamWeb>
</GravarParamWeb>
</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>
<GravarParamWebResponse xmlns="http://tempuri.org/">
<GravarParamWebResult>boolean</GravarParamWebResult>
</GravarParamWebResponse>
</soap12:Body>
</soap12:Envelope>