Ejemplo n.º 1
0
 public System.Xml.Linq.XElement IsAuthenticated01(string Token)
 {
     Orquestra3_SIAD.Orquestra_Authentication.IsAuthenticated01Request inValue = new Orquestra3_SIAD.Orquestra_Authentication.IsAuthenticated01Request();
     inValue.Body       = new Orquestra3_SIAD.Orquestra_Authentication.IsAuthenticated01RequestBody();
     inValue.Body.Token = Token;
     Orquestra3_SIAD.Orquestra_Authentication.IsAuthenticated01Response retVal = ((Orquestra3_SIAD.Orquestra_Authentication.AuthenticationSoap)(this)).IsAuthenticated01(inValue);
     return(retVal.Body.IsAuthenticated01Result);
 }
Ejemplo n.º 2
0
 Orquestra3_SIAD.Orquestra_Authentication.IsAuthenticated01Response Orquestra3_SIAD.Orquestra_Authentication.AuthenticationSoap.IsAuthenticated01(Orquestra3_SIAD.Orquestra_Authentication.IsAuthenticated01Request request)
 {
     return(base.Channel.IsAuthenticated01(request));
 }