Details
Description
If I have two services, Service1 and Service2, and I create Service1.doc.xml and Service2.doc.xml, the doc for Service1 will be used for both. The reason is that ObjectServiceFactory only has a single instance of DocumentationProvider which is re-used for all services.
Can you tell me how you are creating services ? I just run test on one of ours examples and documentation for multiple services works fine.