|
From: Patrick Y. <kc...@ce...> - 2005-02-25 02:11:38
|
You may use the following APIs: EbxmlMessage message = new EbxmlMessage(); Manifest manifest = message.getManifest(); Reference ref = manifest.addReference(id, href); ref.addSchema(location, version); Regards, -Patrick Martin Schimak wrote: > Hi folks! > > At the moment I am in the middle of my first steps evaluating > Hermes... as I will have to include <eb:Schema/> elements inside of > the <eb:Reference/> elements of the eb:Manifest (as described in OASIS > ebXML MS 2.0 on page 23), my question: is this supported by Hermes? > How can I do this, I did not find any related api calls so far... > > Any hints? Many thx in advance! > Martin. > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > ebxmlms-general mailing list > ebx...@li... > https://lists.sourceforge.net/lists/listinfo/ebxmlms-general |