At this time we do not have a "SQL" or "jdbc" Connector, to access the results of a
BizDoc execution as a SQL query.
XAware is an
XML-based integration platform: we use XML for our meta-data components which execute a data service, and those components return XML as the result (either as plain XML, a SOAP response, an XML Document object or XML serialized as a string - depending on the Connector).
It may be possible to use a third-party driver that can provide "query" access to XML, but I have not explored this recently. (I believe some reporting tools provide this capability in a fashion, using other third-party drivers to "map" XML to SQL. Usually, this imposes limitations on the XML allowed, such as "flattening" the structure, so it can be treated as row/columns for SQL access. It may also require additional mapping of meta-data, i.e. a model-to-model approach.)
XAware allows you to quickly map data without having to define models, or perform a model-to-model mapping. You can map the data directly from a data source to an XML result, without having to map the entire domain. The result is a service that provides an XML result (for a given input).