Example #1
0
 public int CreateUser(CPrint2.AuthenticationRef.AuthenticationHeader AuthenticationHeader, int countryId, string userName, string password)
 {
     CPrint2.AuthenticationRef.CreateUserRequest inValue = new CPrint2.AuthenticationRef.CreateUserRequest();
     inValue.AuthenticationHeader = AuthenticationHeader;
     inValue.countryId            = countryId;
     inValue.userName             = userName;
     inValue.password             = password;
     CPrint2.AuthenticationRef.CreateUserResponse retVal = ((CPrint2.AuthenticationRef.AuthenticationSoap)(this)).CreateUser(inValue);
     return(retVal.CreateUserResult);
 }
Example #2
0
 CPrint2.AuthenticationRef.CreateUserResponse CPrint2.AuthenticationRef.AuthenticationSoap.CreateUser(CPrint2.AuthenticationRef.CreateUserRequest request)
 {
     return(base.Channel.CreateUser(request));
 }