Exemplo n.º 1
0
 public System.Xml.Linq.XElement TodosRegistros(string identificacao)
 {
     M4.SymbolService.TodosRegistrosRequest inValue = new M4.SymbolService.TodosRegistrosRequest();
     inValue.Body = new M4.SymbolService.TodosRegistrosRequestBody();
     inValue.Body.identificacao = identificacao;
     M4.SymbolService.TodosRegistrosResponse retVal = ((M4.SymbolService.SymbolSoap)(this)).TodosRegistros(inValue);
     return(retVal.Body.TodosRegistrosResult);
 }
Exemplo n.º 2
0
 M4.SymbolService.TodosRegistrosResponse M4.SymbolService.SymbolSoap.TodosRegistros(M4.SymbolService.TodosRegistrosRequest request)
 {
     return(base.Channel.TodosRegistros(request));
 }