Exemple #1
0
 public System.Threading.Tasks.Task <MSXWallet.Plugin.Nfse.ProxyServiceNFse.ConsultarNfseServicoPrestadoResponse> ConsultarNfseServicoPrestadoAsync(string nfseCabecMsg, string nfseDadosMsg)
 {
     MSXWallet.Plugin.Nfse.ProxyServiceNFse.ConsultarNfseServicoPrestadoRequest inValue = new MSXWallet.Plugin.Nfse.ProxyServiceNFse.ConsultarNfseServicoPrestadoRequest();
     inValue.nfseCabecMsg = nfseCabecMsg;
     inValue.nfseDadosMsg = nfseDadosMsg;
     return(((MSXWallet.Plugin.Nfse.ProxyServiceNFse.NfseWSServiceSoap)(this)).ConsultarNfseServicoPrestadoAsync(inValue));
 }
Exemple #2
0
 public string ConsultarNfseServicoPrestado(string nfseCabecMsg, string nfseDadosMsg)
 {
     MSXWallet.Plugin.Nfse.ProxyServiceNFse.ConsultarNfseServicoPrestadoRequest inValue = new MSXWallet.Plugin.Nfse.ProxyServiceNFse.ConsultarNfseServicoPrestadoRequest();
     inValue.nfseCabecMsg = nfseCabecMsg;
     inValue.nfseDadosMsg = nfseDadosMsg;
     MSXWallet.Plugin.Nfse.ProxyServiceNFse.ConsultarNfseServicoPrestadoResponse retVal = ((MSXWallet.Plugin.Nfse.ProxyServiceNFse.NfseWSServiceSoap)(this)).ConsultarNfseServicoPrestado(inValue);
     return(retVal.outputXML);
 }
Exemple #3
0
 System.Threading.Tasks.Task <MSXWallet.Plugin.Nfse.ProxyServiceNFse.ConsultarNfseServicoPrestadoResponse> MSXWallet.Plugin.Nfse.ProxyServiceNFse.NfseWSServiceSoap.ConsultarNfseServicoPrestadoAsync(MSXWallet.Plugin.Nfse.ProxyServiceNFse.ConsultarNfseServicoPrestadoRequest request)
 {
     return(base.Channel.ConsultarNfseServicoPrestadoAsync(request));
 }
Exemple #4
0
 MSXWallet.Plugin.Nfse.ProxyServiceNFse.ConsultarNfseServicoPrestadoResponse MSXWallet.Plugin.Nfse.ProxyServiceNFse.NfseWSServiceSoap.ConsultarNfseServicoPrestado(MSXWallet.Plugin.Nfse.ProxyServiceNFse.ConsultarNfseServicoPrestadoRequest request)
 {
     return(base.Channel.ConsultarNfseServicoPrestado(request));
 }