Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要为基于约定优于配置的 tibco 业务工作开发一个通用入口点。以键值方法的形式映射我们内部复杂数据模型模式的通用 wsdl。我需要开发一个接受请求并将它们映射到 AESchema 对象里面的调色板元素。我一直在寻找这种发展,但没有成功。
据我所知,扩展 TIBCO Designer 的调色板是可能的,但 TIBCO 不会告诉你怎么做。如果我是你,我会坚持支持的功能。您可以将映射器流程放在项目库中,以便在所有项目中导入。如果您使用 XSD 而不是 AESchemas,您还可以使用 XSLT 进行映射。