[xsd-users] general enquiry

Boris Kolpackov boris at codesynthesis.com
Mon Dec 2 05:50:09 EST 2013


Hi Tibor,

Tibor Guba <Tibor.Guba at igate.com> writes:

> Ideally I am looking for a solution where I can add my ebms:Messaging
> object hierarchy to soap:Header using the any() member

The 'wildcard' example found in the examples/cxx/tree/ directory shows
how to do pretty much exactly that.


> without extensive use of xerces-c API

There will be a bit of Xerces-C++ code since the wildcard content
(xs:any) is raw XML. But that code can be localized and re-used
quite easily.

Take a look at the 'wildcard' example: most of the Xerces-C++
code that you will need is shown there so you can just copy
the relevant parts.

Boris



More information about the xsd-users mailing list