Hello,
I have a service, Z_MIME, which contains a bunch of MIME objects (CSS, Javascript, Pictures, ...).
On the other side, I have several other ITS services, which all use some MIME objects of this Z_MIME service.
Everything is published, but the MIME objects of Z_MIME just are not loaded.
For example, a Z_COMMI service loads a CSS contained in Z_MIME via the following HTMLB instruction :
`mimeURL(~service="z_mime", ~theme=99, ~language="", "Style.css")`
I have tried republishing my Z_MIME service, and also to invalidate the MIME cache via program SITSPMON, without results.
Can anyone give me any hint about what I could try ? Please tell me if more details are needed.