TOC PREV NEXT INDEX


XBinder Overview


The XBinder code generation tool translates an XML Schema Definitions (XSD) or Web Services Definition Language (WSDL) source file into computer language C or C++ source files. These source files contain an application programming interface (API) that allows programatic data to be encoded to XML format and decoded to programatic variables. Each variable is of a type that corresponds to a type, element, or attribute defined within the XML schema document.
Each XSD or WSDL source file results in the generation of the following C/C++ language files:
These files, when compiled and linked with the XBinder run-time encode/decode function library, provide a complete package for working with XML encoded data.


XBinder is compliant with the 2001 version of the W3C XML Schema standard (http://www.w3.org/2001/XMLSchema). The encode API functions generate valid, well-formed XML messages that are consistent with the encoding procedures described in the standard. The decode API options are capable of decoding an instance of an XML instance that complies with the schema definition.

Copyright © Objective Systems 2002-2008
This document may be distributed in any form, electronic or otherwise, provided that it is distributed in its entirety and that the copyright and this notice are included.

Objective Systems, Inc.

55 Dowlin Forge Road
Exton, Pennsylvania 19341
http://www.obj-sys.com
Phone: (484) 875-9841
Toll-free: (877) 307-6855 (US only)
Fax: (484) 875-9830
info@obj-sys.com

TOC PREV NEXT INDEX