OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

sending & receiving xml in c++



I have experience using asn1 where you can define the
messages in your domain in a  schema
there are then many asn1 compilers on the market which
will essentially take your schema and output code for a
message object library which makes sending & receiving your messages easy

you would have a class CMyMessage
instantiate an object
CMyMessage Message;

Message.attribute1 = 5;
Message.attribute2 = "hello"

Message.encode(Buf);

// Buf now contains asn1 encoded message ready for transmission

Send(Buf); 

I am wondering if anything exists which does the same thing for XML
i.e. Takes your schema and gives you an object library
in much the same way .. except the  message
is output in XML format

I could write this myself but does anyone out there know of such a product
????



Howard Kidd
	Mobile	+44 7973 839833
@ Syntegra
	Tel	+44 1932 773574
		mailto:kiddh@syntegra.bt.co.uk       
@ Diamond Software Systems
	Tel 	+44 20 83351941
 
mailto:howard.kidd@diamond-software-sytems.com
@ Home
	Tel 	+44 20 83982856
		mailto:howard-kidd@hayward-road.fsnet.co.uk




******************************************************************************

Check us out at http://www.syntegra.com

***********************************************************************