|
From: David W. \(XML\) <da...@dr...> - 2005-02-25 03:39:43
|
Martin, Also take a look at the code here: http://ebxmlbook.com/interop DW ----- Original Message ----- From: "Patrick Yee" <kc...@ce...> To: <ebx...@li...> Sent: Thursday, February 24, 2005 9:11 PM Subject: Re: [ebxmlms-general] eb:Schema > 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 > > > > > ------------------------------------------------------- > 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 > > |