/
.net
.net
Using and integrating with the bit repository architecture with .net
Creating .net classes for messages
One way to generate support classes for the xml messages in the bit repository
xsd.exe, a command line tool from Visual Studio, is able to generate .net net classes for the bit repository messages using the xsd's. Imports in xsd's are not handled automatically, so both BitRepositoryMessages.xsd and BitRepositoryElements.xsd need to be mentioned.
xsd.exe /c BitRepositoryMessages.xsd BitRepositoryElements.xsd /namespace:org.bitrepository.bitrepositorymessages
The documentation for xsd.exe can be found here: http://msdn.microsoft.com/en-us/library/x6c1kb0s(v=VS.100).aspx
, multiple selections available,
Related content
Message format
Message format
More like this
Message exchange protocol
Message exchange protocol
More like this
Protocol versioning
Protocol versioning
More like this
Protocols
Protocols
More like this
Commandline client
Commandline client
More like this
Building the Bitrepository
Building the Bitrepository
More like this