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
|