Skip to main content
We have a web service that calls the K2 API to action worklist items. 
My client doesn't want this web service to run on either the MOSS
server or on the K2 server.  What's the recommended way of getting the
necessary assemblies registered on this third machine? (SourceCode.Workflow.Client and SourceCode.HostClientAPI)?  Can these assemblies be copied and installed with gacutil -i or is there an installation process?
Answering my own question - I just copied the dlls to the bin folder and things appear to work just fine.

Reply