Unable to configure Application endpoints for Workflow Services in AppFabric 1.1
-
18 เมษายน 2555 6: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
ตอบทั้งหมด
-
24 เมษายน 2555 9: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
- แก้ไขโดย Vinayak Tavildar 24 เมษายน 2555 9:20
- ทำเครื่องหมายเป็นคำตอบโดย Vinayak Tavildar 24 เมษายน 2555 9:20
-
24 เมษายน 2555 18:15ผู้ดูแล
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 เมษายน 2555 5: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