简体   繁体   English

WSO2企业集成商DSS

[英]WSO2 Enterprise Integrator DSS

I would like to ask a question about the dss. 我想问一个关于dss的问题。 I'm creating queries to expose services rest by retrieving data from a db postrgresql. 我正在创建查询以通过从db postrgresql检索数据来公开服务的其余部分。 I would like to expose a service that, based on an incoming parameter (table name), retrieves all of that table. 我想公开一个服务,该服务基于传入的参数(表名)来检索所有该表。 But I have a problem. 但是我有一个问题。 I do not know a priori the number and the name of the columns in this table. 我不知道此表中列的数量和名称是先验的。 So I wonder how I can map the output (maybe in a generic object)? 所以我想知道如何映射输出(也许在通用对象中)? It's possible to do it? 有可能做到吗? Or do I need to know the name of the columns absolutely? 还是我需要绝对知道列的名称?

Thanks a lot 非常感谢

The DSS requires you to define what the response will look like beforehand. DSS要求您事先定义响应的外观。 It is not dynamic like that. 这样不是动态的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM