Externalizing assets

Hello all,

It is possible that I have missed this or have a gap in my understanding - that stated, here is my trouble:

I would like to be able to access assets stored in the repository from a standard URL - for example, my root node would be like “http://my.company.com”, and schemaLocation might be something like “http://my.company.com/xsd/somefile.xsd”.

How can assets be externalized/exposed in this manner?

Thanks to all for an expeditious reply.

Hi Mace,
If you need access any asset you will have understand the following concepts:

  • Register: All meta-data about your assets in your solution will be localized in this tier. You can get information about these meta-data using JAXR or UDDI clients. See at documentation more details how to develop these components.

Accessing CentraSite Register Tier trough UDDI

Accessing CentraSite Register Tier trough JAXR

  • Repository: All real archives of your assets (e.g., WSDL for Web Services, XSD for Schemas and others) you can access then trough WebDAV clients. See at documentation more details how to integrate CentraSite with WebDAV clients.

Accessing CentraSite Repository Tier trough WebDAV

Regards,
Moacy Barbosa