Hanging SendActivity in workflow
WCF and WF
1
Posts
1
Posters
0
Views
1
Watching
-
Hello All, I have a workflow that I recently added a wcf send activity too. For some reason, whenever it hits the send activity, that instance completely hangs and never moves forward. I removed the send to ensure it wasn't caused by something else, and it'll work fine at that point. I tested the wcf service itself with the .net wcf tester, and I can invoke it just fine. I'm using the endpoint name for the channeltoken property right from the app.config, i'm also using it as the endpoint name property. I also set the owneractivityname to the name of the send activity. I'm not getting an error or any feedback, just hanging. Any suggestions would be greatly appreciated. Thanks, Ryan