Beispiel #1
0
 public int RetrieveUser(PremierTaxFree.PTFLib.AuthenticationProxy.AuthenticationHeader AuthenticationHeader, int countryId, string userName)
 {
     PremierTaxFree.PTFLib.AuthenticationProxy.RetrieveUserRequest inValue = new PremierTaxFree.PTFLib.AuthenticationProxy.RetrieveUserRequest();
     inValue.AuthenticationHeader = AuthenticationHeader;
     inValue.countryId            = countryId;
     inValue.userName             = userName;
     PremierTaxFree.PTFLib.AuthenticationProxy.RetrieveUserResponse retVal = ((PremierTaxFree.PTFLib.AuthenticationProxy.AuthenticationSoap)(this)).RetrieveUser(inValue);
     return(retVal.RetrieveUserResult);
 }
Beispiel #2
0
 PremierTaxFree.PTFLib.AuthenticationProxy.RetrieveUserResponse PremierTaxFree.PTFLib.AuthenticationProxy.AuthenticationSoap.RetrieveUser(PremierTaxFree.PTFLib.AuthenticationProxy.RetrieveUserRequest request)
 {
     return(base.Channel.RetrieveUser(request));
 }