Hi
I am trying to publish the workflow from a local folder to a list on site using nintex web services. I added the service reference in my visual studio solution. After that I tried to instantiate the object using
NintexWorkflowService.NintexWorkflowWS objWFService = new NintexWorkflowService.NintexWorkflowWS();
but the service reference has no class for "NintexWorkflowWS". How can I publish the workflow?