Showing related tags and posts across the entire site.
-
In K2, we have a workflow that calls a WCF service via a custom K2 smartobject service dll using a softcoded username and password in the service object code. Currently, the username and password are exposed as service keys and entered into the smartobject service tester console when the service instance...
-
I'm planning to call a WCF service from a process. I need this to do things like determine who the destination users of a client event are. I know one approach (option 1) is to use the Dynamic Assembly Service and create a Smart Object that calls my service via a shim that has static methods. But...
-
Hi All, Just want to ask is there any simple way to change the service in the smart object? my problem is that when i want to change the smartobject from the development to the production i must change all my smart object service from dev to prod and that take a lot of time and so boring :( isn't...
-
I'm trying to publish a SmartObject from a custom Dynamic ServiceObject. I'm getting this exception when I try to create a SmartObject exposed by the Service. I've read the post on here about making sure the GUIDs match, the GUID being reported in the exception matches the GUID of the Service...