ws2
Click here for a complete list of operations.
ProjetosVetadosPorPromovente
Retorna os Projetos Vetados por Promovente. Parâmetro: { Codigo - Código do Promovente }
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.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/ws2.asmx HTTP/1.1 Host: splegisws.saopaulo.sp.leg.br Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://www.camara.sp.gov.br/ProjetosVetadosPorPromovente" <?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> <ProjetosVetadosPorPromovente xmlns="http://www.camara.sp.gov.br/"> <Codigo>int</Codigo> </ProjetosVetadosPorPromovente> </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> <ProjetosVetadosPorPromoventeResponse xmlns="http://www.camara.sp.gov.br/"> <ProjetosVetadosPorPromoventeResult> <Projeto> <Chave>string</Chave> <Tipo>string</Tipo> <Numero>int</Numero> <Ano>int</Ano> <Promovente> <Chave>int</Chave> <Nome>string</Nome> <Sigla>string</Sigla> <Tipo xsi:nil="true" /> </Promovente> <Data>string</Data> <Ementa>string</Ementa> <TipoNorma>string</TipoNorma> <NumeroNorma>string</NumeroNorma> <AnoNorma>string</AnoNorma> <DataNorma>string</DataNorma> <Assuntos> <Assunto xsi:nil="true" /> <Assunto xsi:nil="true" /> </Assuntos> <Leitura>dateTime</Leitura> <Autores> <Autor xsi:nil="true" /> <Autor xsi:nil="true" /> </Autores> <Subscritores> <Autor xsi:nil="true" /> <Autor xsi:nil="true" /> </Subscritores> <Encaminhamentos> <Encaminhamento xsi:nil="true" /> <Encaminhamento xsi:nil="true" /> </Encaminhamentos> <Encerramento>dateTime</Encerramento> <Motivo>string</Motivo> <Tramitacoes> <Tramitacao xsi:nil="true" /> <Tramitacao xsi:nil="true" /> </Tramitacoes> <Deliberacoes> <Deliberacao xsi:nil="true" /> <Deliberacao xsi:nil="true" /> </Deliberacoes> <Fase>string</Fase> <Quorum>string</Quorum> <Substitutivos>string</Substitutivos> <Veto> <Chave>int</Chave> <Nome>string</Nome> </Veto> </Projeto> <Projeto> <Chave>string</Chave> <Tipo>string</Tipo> <Numero>int</Numero> <Ano>int</Ano> <Promovente> <Chave>int</Chave> <Nome>string</Nome> <Sigla>string</Sigla> <Tipo xsi:nil="true" /> </Promovente> <Data>string</Data> <Ementa>string</Ementa> <TipoNorma>string</TipoNorma> <NumeroNorma>string</NumeroNorma> <AnoNorma>string</AnoNorma> <DataNorma>string</DataNorma> <Assuntos> <Assunto xsi:nil="true" /> <Assunto xsi:nil="true" /> </Assuntos> <Leitura>dateTime</Leitura> <Autores> <Autor xsi:nil="true" /> <Autor xsi:nil="true" /> </Autores> <Subscritores> <Autor xsi:nil="true" /> <Autor xsi:nil="true" /> </Subscritores> <Encaminhamentos> <Encaminhamento xsi:nil="true" /> <Encaminhamento xsi:nil="true" /> </Encaminhamentos> <Encerramento>dateTime</Encerramento> <Motivo>string</Motivo> <Tramitacoes> <Tramitacao xsi:nil="true" /> <Tramitacao xsi:nil="true" /> </Tramitacoes> <Deliberacoes> <Deliberacao xsi:nil="true" /> <Deliberacao xsi:nil="true" /> </Deliberacoes> <Fase>string</Fase> <Quorum>string</Quorum> <Substitutivos>string</Substitutivos> <Veto> <Chave>int</Chave> <Nome>string</Nome> </Veto> </Projeto> </ProjetosVetadosPorPromoventeResult> </ProjetosVetadosPorPromoventeResponse> </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/ws2.asmx HTTP/1.1 Host: splegisws.saopaulo.sp.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> <ProjetosVetadosPorPromovente xmlns="http://www.camara.sp.gov.br/"> <Codigo>int</Codigo> </ProjetosVetadosPorPromovente> </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> <ProjetosVetadosPorPromoventeResponse xmlns="http://www.camara.sp.gov.br/"> <ProjetosVetadosPorPromoventeResult> <Projeto> <Chave>string</Chave> <Tipo>string</Tipo> <Numero>int</Numero> <Ano>int</Ano> <Promovente> <Chave>int</Chave> <Nome>string</Nome> <Sigla>string</Sigla> <Tipo xsi:nil="true" /> </Promovente> <Data>string</Data> <Ementa>string</Ementa> <TipoNorma>string</TipoNorma> <NumeroNorma>string</NumeroNorma> <AnoNorma>string</AnoNorma> <DataNorma>string</DataNorma> <Assuntos> <Assunto xsi:nil="true" /> <Assunto xsi:nil="true" /> </Assuntos> <Leitura>dateTime</Leitura> <Autores> <Autor xsi:nil="true" /> <Autor xsi:nil="true" /> </Autores> <Subscritores> <Autor xsi:nil="true" /> <Autor xsi:nil="true" /> </Subscritores> <Encaminhamentos> <Encaminhamento xsi:nil="true" /> <Encaminhamento xsi:nil="true" /> </Encaminhamentos> <Encerramento>dateTime</Encerramento> <Motivo>string</Motivo> <Tramitacoes> <Tramitacao xsi:nil="true" /> <Tramitacao xsi:nil="true" /> </Tramitacoes> <Deliberacoes> <Deliberacao xsi:nil="true" /> <Deliberacao xsi:nil="true" /> </Deliberacoes> <Fase>string</Fase> <Quorum>string</Quorum> <Substitutivos>string</Substitutivos> <Veto> <Chave>int</Chave> <Nome>string</Nome> </Veto> </Projeto> <Projeto> <Chave>string</Chave> <Tipo>string</Tipo> <Numero>int</Numero> <Ano>int</Ano> <Promovente> <Chave>int</Chave> <Nome>string</Nome> <Sigla>string</Sigla> <Tipo xsi:nil="true" /> </Promovente> <Data>string</Data> <Ementa>string</Ementa> <TipoNorma>string</TipoNorma> <NumeroNorma>string</NumeroNorma> <AnoNorma>string</AnoNorma> <DataNorma>string</DataNorma> <Assuntos> <Assunto xsi:nil="true" /> <Assunto xsi:nil="true" /> </Assuntos> <Leitura>dateTime</Leitura> <Autores> <Autor xsi:nil="true" /> <Autor xsi:nil="true" /> </Autores> <Subscritores> <Autor xsi:nil="true" /> <Autor xsi:nil="true" /> </Subscritores> <Encaminhamentos> <Encaminhamento xsi:nil="true" /> <Encaminhamento xsi:nil="true" /> </Encaminhamentos> <Encerramento>dateTime</Encerramento> <Motivo>string</Motivo> <Tramitacoes> <Tramitacao xsi:nil="true" /> <Tramitacao xsi:nil="true" /> </Tramitacoes> <Deliberacoes> <Deliberacao xsi:nil="true" /> <Deliberacao xsi:nil="true" /> </Deliberacoes> <Fase>string</Fase> <Quorum>string</Quorum> <Substitutivos>string</Substitutivos> <Veto> <Chave>int</Chave> <Nome>string</Nome> </Veto> </Projeto> </ProjetosVetadosPorPromoventeResult> </ProjetosVetadosPorPromoventeResponse> </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 /ws/ws2.asmx/ProjetosVetadosPorPromovente?Codigo=string HTTP/1.1 Host: splegisws.saopaulo.sp.leg.br
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <ArrayOfProjeto xmlns="http://www.camara.sp.gov.br/"> <Projeto> <Chave>string</Chave> <Tipo>string</Tipo> <Numero>int</Numero> <Ano>int</Ano> <Promovente> <Chave>int</Chave> <Nome>string</Nome> <Sigla>string</Sigla> <Tipo> <Chave>int</Chave> <Sigla>string</Sigla> <Nome>string</Nome> </Tipo> </Promovente> <Data>string</Data> <Ementa>string</Ementa> <TipoNorma>string</TipoNorma> <NumeroNorma>string</NumeroNorma> <AnoNorma>string</AnoNorma> <DataNorma>string</DataNorma> <Assuntos> <Assunto> <Chave>string</Chave> <Texto>string</Texto> <Nota>string</Nota> <Autorizado>string</Autorizado> <ChaveUse>string</ChaveUse> <Use>string</Use> <ListaUsadoPara d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <ListaTermoRelacionado d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </Assunto> <Assunto> <Chave>string</Chave> <Texto>string</Texto> <Nota>string</Nota> <Autorizado>string</Autorizado> <ChaveUse>string</ChaveUse> <Use>string</Use> <ListaUsadoPara d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <ListaTermoRelacionado d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </Assunto> </Assuntos> <Leitura>dateTime</Leitura> <Autores> <Autor> <Chave>int</Chave> <Nome>string</Nome> </Autor> <Autor> <Chave>int</Chave> <Nome>string</Nome> </Autor> </Autores> <Subscritores> <Autor> <Chave>int</Chave> <Nome>string</Nome> </Autor> <Autor> <Chave>int</Chave> <Nome>string</Nome> </Autor> </Subscritores> <Encaminhamentos> <Encaminhamento> <Sequencia>int</Sequencia> <Data>dateTime</Data> <Comissoes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </Encaminhamento> <Encaminhamento> <Sequencia>int</Sequencia> <Data>dateTime</Data> <Comissoes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </Encaminhamento> </Encaminhamentos> <Encerramento>dateTime</Encerramento> <Motivo>string</Motivo> <Tramitacoes> <Tramitacao> <Chave>int</Chave> <Area d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <Entrada>string</Entrada> <Saida>string</Saida> </Tramitacao> <Tramitacao> <Chave>int</Chave> <Area d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <Entrada>string</Entrada> <Saida>string</Saida> </Tramitacao> </Tramitacoes> <Deliberacoes> <Deliberacao> <Resultado>string</Resultado> </Deliberacao> <Deliberacao> <Resultado>string</Resultado> </Deliberacao> </Deliberacoes> <Fase>string</Fase> <Quorum>string</Quorum> <Substitutivos>string</Substitutivos> <Veto> <Chave>int</Chave> <Nome>string</Nome> </Veto> </Projeto> <Projeto> <Chave>string</Chave> <Tipo>string</Tipo> <Numero>int</Numero> <Ano>int</Ano> <Promovente> <Chave>int</Chave> <Nome>string</Nome> <Sigla>string</Sigla> <Tipo> <Chave>int</Chave> <Sigla>string</Sigla> <Nome>string</Nome> </Tipo> </Promovente> <Data>string</Data> <Ementa>string</Ementa> <TipoNorma>string</TipoNorma> <NumeroNorma>string</NumeroNorma> <AnoNorma>string</AnoNorma> <DataNorma>string</DataNorma> <Assuntos> <Assunto> <Chave>string</Chave> <Texto>string</Texto> <Nota>string</Nota> <Autorizado>string</Autorizado> <ChaveUse>string</ChaveUse> <Use>string</Use> <ListaUsadoPara d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <ListaTermoRelacionado d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </Assunto> <Assunto> <Chave>string</Chave> <Texto>string</Texto> <Nota>string</Nota> <Autorizado>string</Autorizado> <ChaveUse>string</ChaveUse> <Use>string</Use> <ListaUsadoPara d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <ListaTermoRelacionado d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </Assunto> </Assuntos> <Leitura>dateTime</Leitura> <Autores> <Autor> <Chave>int</Chave> <Nome>string</Nome> </Autor> <Autor> <Chave>int</Chave> <Nome>string</Nome> </Autor> </Autores> <Subscritores> <Autor> <Chave>int</Chave> <Nome>string</Nome> </Autor> <Autor> <Chave>int</Chave> <Nome>string</Nome> </Autor> </Subscritores> <Encaminhamentos> <Encaminhamento> <Sequencia>int</Sequencia> <Data>dateTime</Data> <Comissoes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </Encaminhamento> <Encaminhamento> <Sequencia>int</Sequencia> <Data>dateTime</Data> <Comissoes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </Encaminhamento> </Encaminhamentos> <Encerramento>dateTime</Encerramento> <Motivo>string</Motivo> <Tramitacoes> <Tramitacao> <Chave>int</Chave> <Area d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <Entrada>string</Entrada> <Saida>string</Saida> </Tramitacao> <Tramitacao> <Chave>int</Chave> <Area d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <Entrada>string</Entrada> <Saida>string</Saida> </Tramitacao> </Tramitacoes> <Deliberacoes> <Deliberacao> <Resultado>string</Resultado> </Deliberacao> <Deliberacao> <Resultado>string</Resultado> </Deliberacao> </Deliberacoes> <Fase>string</Fase> <Quorum>string</Quorum> <Substitutivos>string</Substitutivos> <Veto> <Chave>int</Chave> <Nome>string</Nome> </Veto> </Projeto> </ArrayOfProjeto>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /ws/ws2.asmx/ProjetosVetadosPorPromovente HTTP/1.1 Host: splegisws.saopaulo.sp.leg.br Content-Type: application/x-www-form-urlencoded Content-Length: length Codigo=string
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <ArrayOfProjeto xmlns="http://www.camara.sp.gov.br/"> <Projeto> <Chave>string</Chave> <Tipo>string</Tipo> <Numero>int</Numero> <Ano>int</Ano> <Promovente> <Chave>int</Chave> <Nome>string</Nome> <Sigla>string</Sigla> <Tipo> <Chave>int</Chave> <Sigla>string</Sigla> <Nome>string</Nome> </Tipo> </Promovente> <Data>string</Data> <Ementa>string</Ementa> <TipoNorma>string</TipoNorma> <NumeroNorma>string</NumeroNorma> <AnoNorma>string</AnoNorma> <DataNorma>string</DataNorma> <Assuntos> <Assunto> <Chave>string</Chave> <Texto>string</Texto> <Nota>string</Nota> <Autorizado>string</Autorizado> <ChaveUse>string</ChaveUse> <Use>string</Use> <ListaUsadoPara d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <ListaTermoRelacionado d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </Assunto> <Assunto> <Chave>string</Chave> <Texto>string</Texto> <Nota>string</Nota> <Autorizado>string</Autorizado> <ChaveUse>string</ChaveUse> <Use>string</Use> <ListaUsadoPara d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <ListaTermoRelacionado d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </Assunto> </Assuntos> <Leitura>dateTime</Leitura> <Autores> <Autor> <Chave>int</Chave> <Nome>string</Nome> </Autor> <Autor> <Chave>int</Chave> <Nome>string</Nome> </Autor> </Autores> <Subscritores> <Autor> <Chave>int</Chave> <Nome>string</Nome> </Autor> <Autor> <Chave>int</Chave> <Nome>string</Nome> </Autor> </Subscritores> <Encaminhamentos> <Encaminhamento> <Sequencia>int</Sequencia> <Data>dateTime</Data> <Comissoes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </Encaminhamento> <Encaminhamento> <Sequencia>int</Sequencia> <Data>dateTime</Data> <Comissoes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </Encaminhamento> </Encaminhamentos> <Encerramento>dateTime</Encerramento> <Motivo>string</Motivo> <Tramitacoes> <Tramitacao> <Chave>int</Chave> <Area d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <Entrada>string</Entrada> <Saida>string</Saida> </Tramitacao> <Tramitacao> <Chave>int</Chave> <Area d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <Entrada>string</Entrada> <Saida>string</Saida> </Tramitacao> </Tramitacoes> <Deliberacoes> <Deliberacao> <Resultado>string</Resultado> </Deliberacao> <Deliberacao> <Resultado>string</Resultado> </Deliberacao> </Deliberacoes> <Fase>string</Fase> <Quorum>string</Quorum> <Substitutivos>string</Substitutivos> <Veto> <Chave>int</Chave> <Nome>string</Nome> </Veto> </Projeto> <Projeto> <Chave>string</Chave> <Tipo>string</Tipo> <Numero>int</Numero> <Ano>int</Ano> <Promovente> <Chave>int</Chave> <Nome>string</Nome> <Sigla>string</Sigla> <Tipo> <Chave>int</Chave> <Sigla>string</Sigla> <Nome>string</Nome> </Tipo> </Promovente> <Data>string</Data> <Ementa>string</Ementa> <TipoNorma>string</TipoNorma> <NumeroNorma>string</NumeroNorma> <AnoNorma>string</AnoNorma> <DataNorma>string</DataNorma> <Assuntos> <Assunto> <Chave>string</Chave> <Texto>string</Texto> <Nota>string</Nota> <Autorizado>string</Autorizado> <ChaveUse>string</ChaveUse> <Use>string</Use> <ListaUsadoPara d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <ListaTermoRelacionado d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </Assunto> <Assunto> <Chave>string</Chave> <Texto>string</Texto> <Nota>string</Nota> <Autorizado>string</Autorizado> <ChaveUse>string</ChaveUse> <Use>string</Use> <ListaUsadoPara d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <ListaTermoRelacionado d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </Assunto> </Assuntos> <Leitura>dateTime</Leitura> <Autores> <Autor> <Chave>int</Chave> <Nome>string</Nome> </Autor> <Autor> <Chave>int</Chave> <Nome>string</Nome> </Autor> </Autores> <Subscritores> <Autor> <Chave>int</Chave> <Nome>string</Nome> </Autor> <Autor> <Chave>int</Chave> <Nome>string</Nome> </Autor> </Subscritores> <Encaminhamentos> <Encaminhamento> <Sequencia>int</Sequencia> <Data>dateTime</Data> <Comissoes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </Encaminhamento> <Encaminhamento> <Sequencia>int</Sequencia> <Data>dateTime</Data> <Comissoes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </Encaminhamento> </Encaminhamentos> <Encerramento>dateTime</Encerramento> <Motivo>string</Motivo> <Tramitacoes> <Tramitacao> <Chave>int</Chave> <Area d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <Entrada>string</Entrada> <Saida>string</Saida> </Tramitacao> <Tramitacao> <Chave>int</Chave> <Area d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <Entrada>string</Entrada> <Saida>string</Saida> </Tramitacao> </Tramitacoes> <Deliberacoes> <Deliberacao> <Resultado>string</Resultado> </Deliberacao> <Deliberacao> <Resultado>string</Resultado> </Deliberacao> </Deliberacoes> <Fase>string</Fase> <Quorum>string</Quorum> <Substitutivos>string</Substitutivos> <Veto> <Chave>int</Chave> <Nome>string</Nome> </Veto> </Projeto> </ArrayOfProjeto>