Beispiel #1
0
 public System.Xml.Linq.XElement Login02()
 {
     Orquestra3_SIAD.Orquestra_Authentication.Login02Request inValue = new Orquestra3_SIAD.Orquestra_Authentication.Login02Request();
     inValue.Body = new Orquestra3_SIAD.Orquestra_Authentication.Login02RequestBody();
     Orquestra3_SIAD.Orquestra_Authentication.Login02Response retVal = ((Orquestra3_SIAD.Orquestra_Authentication.AuthenticationSoap)(this)).Login02(inValue);
     return(retVal.Body.Login02Result);
 }
Beispiel #2
0
 Orquestra3_SIAD.Orquestra_Authentication.Login02Response Orquestra3_SIAD.Orquestra_Authentication.AuthenticationSoap.Login02(Orquestra3_SIAD.Orquestra_Authentication.Login02Request request)
 {
     return(base.Channel.Login02(request));
 }