UDDI is a registry, not a repository. It's not designed to be a data
store for WSDL and other metadata. Scout implements the Level 0 aspect
of JAXR (i.e., UDDI) -- not Level 1 (i.e., ebXML RegRep, which is both
a registry and a repository).

Anne

On 10/27/06, Kurt T Stam <[EMAIL PROTECTED]> wrote:

 Hi guys,

 I want to store a large piece of XML (like WSDL) as meta data in the my
UDDI (not a link to it). I was going to use the ExtrinsicObject for that,
but there does not seem to be an implementation for it in Scout.  Is it
because this is to 'ebXML'ish? (and not supported yet). Is there something
else that is more UDDI'ish that I should use?
 String conceptId =
  "urn:oasis:names:tc:ebxml-
regrep:ObjectType:RegistryObject:ExtrinsicObject:WSDL";
Concept objectTypeConcept =
  (Concept) bqm.getRegistryObject(conceptId);
((ExtrinsicObjectImpl)eo).setObjectType(objectTypeConcept);
eo.setMimeType("text/xml");

 thx!

 --Kurt


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to