Hi,
I'm experiencing an unusual behaviour in the Live environment of one of my clients.
We have developed a solution that on a specific site template creation, export and import workflow from a root site.
This code works fine on all the environments, but not in the production environment....
The main problem we detected is that the process that populates the workflows to the new site doesn't work, is not able to communicate with the nintex web service and times out.
We have found a way to fix it, when I run a test workflow, manually from Nintex, that basically connects to the web service and export one of the workflows. After running this test workflow the site creation process works ok. But we experience the same issue the next day....
Not sure what is going on, but It looks like the web service doesn't allow me to authenticate from the code for the first time, but once the authentication is done using the test workflow everything seems to be working fine.....