I have a WCF service method that expects an object as a parameter. So the method is "UpdateDB(myobj)" and myobj is simply composed of a string name, datetime startdate and int age. I don't want to change the method to accept three different values. I have the service configured using a WCF endpoint in the service tester and created a smartobject from that method. I want to call this method from within a workflow...I assume from the smartobject event. I have the 3 values available in three process data fields. Is there a best way to construct the object with the data fields in order to pass the object into the method? I assume the serialize/deserialize methods will come into play but I'm unclear on how to do this. Thanks.
Passing Objects into SmartObject
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.