Use this utility to generate activities to work with ExternalDataExchange services. Basically you need to create your interface, decorate it with the ExternalDataExchange attribute and compile that. Next you run wca.exe against the generated assembly and this will produce two source files, one to call the external methods (the Invokes file) and a second to receive the events (the Sinks file).
An inteface marked with the ExternalDataExchangeAttribute.
23-11-2009 15:22:12 - -80.126.16.139
An inteface marked with the ExternalDataExchangeAttribute.
23-11-2009 15:22:12 - -80.126.16.139
Click to read this topic
23-11-2009 15:28:29 - wbprbqhhx-91.117.240.142
Defines a workflow communication activity that is used to call a method on a local service. This activity is used to send data from the workflow to the host through the local service.
23-11-2009 15:16:59 - 124.124.63.5
The Handle External Event Activity activity is used in conjunction with the Call External Method Activity activity for input and output communications with a local service.