views:

180

answers:

1

Hi, can i comunicate a silverlight application with a windows workflow foundation app,if yes how can i do that? , i try to add a reference from my silverlight app to a windows workflow app and it doesnt work.

Thanks

A: 

If your application was a service application then yes.

Silverlight won't host a workflow but it could call a workflow service if the workflow you need to run is hosted within a service rather than an application.

It should be a matter of adding teh service refrence within teh siverlight application.

mikehole
but if i publish my workflow as a webservice it doesnt work with a silverlight project