di_IWebService * webService = GetIWebService();
This needs to be created in the constructor and not in the methods as the handle does not get released and cannot be deleted and nulled from a method.
Declaring it globally resolved my issue.