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.
我们有一个现有的 Web 服务,上面有 4 个操作。我们有一个新项目,我们想在 WSO2 ESB 上代理此服务。除了代理整个服务合同,是否可以为单个操作创建代理?
任何想法表示赞赏。
您可以创建自定义 WSDL 并创建基于 WSDL 的代理(即采用后端 WSDL 并删除您不想要的操作)。或者,您可以使用类似开关/过滤器调解器的东西根据收到的请求路由到后端。