Unable to configure Application endpoints for Workflow Services in AppFabric 1.1
-
18 aprilie 2012 06:15
Hi,
I am using AppFabric 1.1 in IIS 7.5 on windows 7 machine to host my Workflows as service. Although I am able to see System endpoints and Application Default endpoints in AppFabric console, I am not able to see my endpoints that I defined in Web.config file of the Website. Also when I add Service Reference in my client projects, I can only see default endpoint configuration values provided by AppFabric. AppFabric is clearly ignoring <Service> tag values in web.config. What could be the reason? Is there something that I am missing?
Thanks,
Vinayak
Toate mesajele
-
24 aprilie 2012 09:19
Found the reason. In the <service> section, the name property should match with the name of the workflow, only then appfabric considers it.
Vinayak
- Editat de Vinayak Tavildar 24 aprilie 2012 09:20
- Marcat ca răspuns de Vinayak Tavildar 24 aprilie 2012 09:20
-
24 aprilie 2012 18:15Moderator
Vinayak,
Thanks for posting your observation. I am going to check on the MSDN documentation to see if this is documented anywhere. If you did not see this anywhere, please let me know. I can talk to the AppFabric documentation team and get something up mentioning this.
Thanks,
If this answers your question, please use the "Answer" button to say so | Ben Cline
-
25 aprilie 2012 05:49
Ben,
Similar problem was discussed in another thread here http://social.msdn.microsoft.com/Forums/en/dublin/thread/44f9bfe2-19dd-4389-b176-e2318c534d22 . I got the solution from this thread.
Thanks,
Vinayak
Vinayak