I am trying to create a simple new contact in IMIS via IBO
Imis version 15.1.2.5454
I get this error.
It does create the IMIS entry but seem to fail in creating the security. This is a simple signup process test.
Any Help is appreciated.
This the error.
System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at Asi.Web.Services.Membership.MembershipWebService.CreateImisUser(Boolean staffUser, Boolean webUser, String contactID, String username, String password, String email, String passwordQuestion, String passwordAnswer, Boolean isApproved)
at Asi.Web.Services.Membership.MembershipWebService.RegisterWebUser(String contactID, String username, String password, String email, String passwordQuestion, String passwordAnswer, Boolean isApproved)
--- End of inner exception stack trace ---
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.