Proposicoes


Click here for a complete list of operations.

ListarProposicoes

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
sigla:
numero:
ano:
datApresentacaoIni:
datApresentacaoFim:
idTipoAutor:
parteNomeAutor:
siglaPartidoAutor:
siglaUFAutor:
generoAutor:
codEstado:
codOrgaoEstado:
emTramitacao:

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 /SitCamaraWS/Proposicoes.asmx HTTP/1.1
Host: www.camara.leg.br
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://www.camara.gov.br/SitCamaraWS/Proposicoes/ListarProposicoes"

<?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>
    <ListarProposicoes xmlns="https://www.camara.gov.br/SitCamaraWS/Proposicoes">
      <sigla>string</sigla>
      <numero>string</numero>
      <ano>string</ano>
      <datApresentacaoIni>string</datApresentacaoIni>
      <datApresentacaoFim>string</datApresentacaoFim>
      <idTipoAutor>string</idTipoAutor>
      <parteNomeAutor>string</parteNomeAutor>
      <siglaPartidoAutor>string</siglaPartidoAutor>
      <siglaUFAutor>string</siglaUFAutor>
      <generoAutor>string</generoAutor>
      <codEstado>string</codEstado>
      <codOrgaoEstado>string</codOrgaoEstado>
      <emTramitacao>string</emTramitacao>
    </ListarProposicoes>
  </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>
    <ListarProposicoesResponse xmlns="https://www.camara.gov.br/SitCamaraWS/Proposicoes">
      <ListarProposicoesResult>xml</ListarProposicoesResult>
    </ListarProposicoesResponse>
  </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 /SitCamaraWS/Proposicoes.asmx HTTP/1.1
Host: www.camara.leg.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>
    <ListarProposicoes xmlns="https://www.camara.gov.br/SitCamaraWS/Proposicoes">
      <sigla>string</sigla>
      <numero>string</numero>
      <ano>string</ano>
      <datApresentacaoIni>string</datApresentacaoIni>
      <datApresentacaoFim>string</datApresentacaoFim>
      <idTipoAutor>string</idTipoAutor>
      <parteNomeAutor>string</parteNomeAutor>
      <siglaPartidoAutor>string</siglaPartidoAutor>
      <siglaUFAutor>string</siglaUFAutor>
      <generoAutor>string</generoAutor>
      <codEstado>string</codEstado>
      <codOrgaoEstado>string</codOrgaoEstado>
      <emTramitacao>string</emTramitacao>
    </ListarProposicoes>
  </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>
    <ListarProposicoesResponse xmlns="https://www.camara.gov.br/SitCamaraWS/Proposicoes">
      <ListarProposicoesResult>xml</ListarProposicoesResult>
    </ListarProposicoesResponse>
  </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 /SitCamaraWS/Proposicoes.asmx/ListarProposicoes?sigla=string&numero=string&ano=string&datApresentacaoIni=string&datApresentacaoFim=string&idTipoAutor=string&parteNomeAutor=string&siglaPartidoAutor=string&siglaUFAutor=string&generoAutor=string&codEstado=string&codOrgaoEstado=string&emTramitacao=string HTTP/1.1
Host: www.camara.leg.br
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0"?>
xml

HTTP POST

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

POST /SitCamaraWS/Proposicoes.asmx/ListarProposicoes HTTP/1.1
Host: www.camara.leg.br
Content-Type: application/x-www-form-urlencoded
Content-Length: length

sigla=string&numero=string&ano=string&datApresentacaoIni=string&datApresentacaoFim=string&idTipoAutor=string&parteNomeAutor=string&siglaPartidoAutor=string&siglaUFAutor=string&generoAutor=string&codEstado=string&codOrgaoEstado=string&emTramitacao=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0"?>
xml