C# Class NFSe.Components.Betha

Inheritance: IBetha
Mostra file Open project: akretion/uninfe

Public Methods

Method Description
CancelarNfse ( XmlNode xml, int tpAmb ) : string

Cancelar Nfse

ConsultarLoteRps ( XmlNode xml, int tpAmb ) : string

Consultar lote Rps

ConsultarNfse ( XmlNode xml, int tpAmb ) : string

Consultar Nfse

ConsultarNfsePorRps ( XmlNode xml, int tpAmb ) : string

Consultar Nfse por RPS

ConsultarSituacaoLoteRps ( XmlNode xml, int tpAmb ) : string

Consultar a situação do lote Rps

RecepcionarLoteRps ( XmlNode xml, int tpAmb ) : string

Consultar a situação do lote Rps

Private Methods

Method Description
Envelopar ( XmlNode xml ) : string

Envelopa o XML (Soap)

RequestWS ( XmlNode xml, String url, String metodo ) : string

Conecta com o Webservice, envia o XML e obtém o retorno

Method Details

CancelarNfse() public method

Cancelar Nfse
public CancelarNfse ( XmlNode xml, int tpAmb ) : string
xml System.Xml.XmlNode XML de cancelamento da Nfse
tpAmb int
return string

ConsultarLoteRps() public method

Consultar lote Rps
public ConsultarLoteRps ( XmlNode xml, int tpAmb ) : string
xml System.Xml.XmlNode XML de consulta de lote Rps
tpAmb int
return string

ConsultarNfse() public method

Consultar Nfse
public ConsultarNfse ( XmlNode xml, int tpAmb ) : string
xml System.Xml.XmlNode XML de consulta da Nfse
tpAmb int
return string

ConsultarNfsePorRps() public method

Consultar Nfse por RPS
public ConsultarNfsePorRps ( XmlNode xml, int tpAmb ) : string
xml System.Xml.XmlNode XML de consulta da Nfse por RPS
tpAmb int
return string

ConsultarSituacaoLoteRps() public method

Consultar a situação do lote Rps
public ConsultarSituacaoLoteRps ( XmlNode xml, int tpAmb ) : string
xml System.Xml.XmlNode XML de consulta da situação do lote Rps
tpAmb int
return string

RecepcionarLoteRps() public method

Consultar a situação do lote Rps
public RecepcionarLoteRps ( XmlNode xml, int tpAmb ) : string
xml System.Xml.XmlNode XML de consulta da situação do lote Rps
tpAmb int
return string