Aaron Grady [MSFT]
Guest
|
Posted:
Thu Apr 14, 2005 9:09 pm Post subject:
Re: Serializing COBOL area from/to XML |
|
|
Carlo-
HIS 2004 does not have any tools to do this automatically. This is something
we are considering in a future release. One way to do this now would be to
wrap your TI objects with a .NET class of some sort and then use the
XMLSerializer that is built into the .NET framework to serialize/deserialize
the class into XML. You can also use the XSD.exe tool to produce an XSD
schema of your class.
HTH,
--
Aaron Grady
MCSE + Internet, MCDBA, MCSD
SNA Server/Host Integration Server 2000
Microsoft
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
"Carlo Folini" <folini@community.nospam> wrote in message
news:1D3B7299-014D-4FE4-899A-5E66544D2F5D@microsoft.com...
| Quote: | Is there a way to serialize data from(to) an xml to(from) a COBOL area?
There is also a tool for mapping xml to copybook and back?
Thanks
--
Carlo Folini |
|
|