|
From: Martin S. <ebx...@sc...> - 2005-02-25 09:59:56
|
Thx, I seem to have been a blind chicken... I will try all this next week. Maybe one more question: how relates this code to message.addPayloadContainer()? Will I already find a Reference Object inside the Manifest after having called addPayloadContainer()? Or is the information packaged together at a later stage? Martin. Patrick Yee wrote: > 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 > |