Hey,
I've used this guide to develop my own content enrichment service. The service is available under http://localhost:8888/EnrichmentService.svc and I've added the SPEnterpriseSearchContentEnrichmentConfiguration to my Search Service Application.
It seems that the webservice is never called, so my code is never executed and no enrichment takes places. I've tried to attach Visual Studio to all available w3wp.exe but my breakpoint was never touched. I've tried to find informations about how to test if the crawler makes the webservice call. I haven't set any trigger conditions, so this shouldn't be in the way.
Any help would be much appreciated.
Andreas