Passing ENUM into WCF SmartObject

  • 27 January 2014
  • 1 reply
  • 5 views

Badge +4

I have a WCF Service that has a method that expects an ENUM value as one of it's parameters.  I haev this WCF service exposed as a smartobject through K2's "EndPoints WCF" Broker.  The issue is that when I try to pass in the enum...the smartobject doesn't understand the object and throws an error.  Is there a way to pass enums as params to a SmartObject?


1 reply

Badge +4

Nevermind.  I was passing object.enumvalue...I should have just passed in enumvalue.

Reply