Hi,

perhaps you might use http://soap2corba.sourceforge.net/ or at least part of it. Anyway if you'd like to construct object request on demand, then DII is really the way to go.

Cheers,
Karel
--
Karel Gardas                  [EMAIL PROTECTED]
ObjectSecurity Ltd.           http://www.objectsecurity.com
---
Need experienced, fast, reliable technical MICO support?
---> http://www.objectsecurity.com/mico_commsup_referral.html <---
---

On Wed, 20 Sep 2006, Frank Bergemann wrote:


Hi,

i will receive IDL files for using SII on a CORBA server.
Nevertheless i wanna be some kind of generic using an XML file to define some 
[CommandCatalogue], which references serving Objects and their methods in some 
[CommandCatalogue/Commands/Command/Interface] . The (concrete) implemented 
CORBA clients register themselves and their methods to a command mgr. so that 
one can verify, if the configuration is valid and which 
[CommandCatalogue/Commands/Command] to invoke later and how.
For the data IF i use a section [CommandCatalogue/Commands/Command/Data], which 
contains nested [IN] and [OUT], which in turn contain the CORBA object method's in 
& out data in an XML-serialized way (holding variables to expand by process).
What i would like to have now is some kind of tool function, which allows me to 
initialize/populate the IDL (C++) IN data instance via a XML root node 
reference to the corresponding node in the XML tree of my [CommandCatalogue].
Is there available s.th. like this?
Or do i have to parse the XML structure myself and to pick up and insert the 
nested data elements into the (C++) IN data object instance myself? (i feel too 
lazy for that :-)
Or is that subject to DII?

- Many thanks in advance!

Best regards!

Frank

_____________________________________________________________________
Der WEB.DE SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
http://smartsurfer.web.de/?mc=100071&distributionid=000000000066

_______________________________________________
Mico-devel mailing list
[email protected]
http://www.mico.org/mailman/listinfo/mico-devel

_______________________________________________
Mico-devel mailing list
[email protected]
http://www.mico.org/mailman/listinfo/mico-devel

Reply via email to