WSO2 GREG 5:如何上传Word文档并将其关联到SoapService?
WSO2 GREG 5: how to upload a Word document and associate it with SoapService?
我正在评估 WSO2 Governance Registry 版本 5。
我使用新的治理中心添加了一些 Web 服务 - Publisher Web 前端 - 它工作得很好。
但现在我想将 Word 文档(规范章程)上传到存储库并将其与我的 SoapService 相关联,以便在 SoapService 详细信息页面中可见。
我找到了使用控制台的方法:
http://warunaperera.blogspot.cz/2014/06/how-to-upload-file-and-associate-with.html
它有效,但此类关联文档在治理中心/发布者中不可见。
所以问题是:WSO2 Greg 是否有可能拥有与 Soap 服务关联的 Word(或其他)文档?
谢谢!
是的,这可以通过新的 GReg 5 系列实现。请找到这个 blog post,它解释了满足您要求的基本处理程序。
要使其正常工作,您需要编写处理程序和 publisher/store 扩展。有一个sample handlers comes with the WSO2 GReg pack. The handler needs to write kind a looks like swagger handler which comes GReg out of the box. Other than that user wanted to write a rxt such as wsdl/wadl or swagger rxt. For more information please refer WSO2 Governance registry 5.1.0 documentation。
希望对您有所帮助
我正在评估 WSO2 Governance Registry 版本 5。 我使用新的治理中心添加了一些 Web 服务 - Publisher Web 前端 - 它工作得很好。
但现在我想将 Word 文档(规范章程)上传到存储库并将其与我的 SoapService 相关联,以便在 SoapService 详细信息页面中可见。
我找到了使用控制台的方法: http://warunaperera.blogspot.cz/2014/06/how-to-upload-file-and-associate-with.html 它有效,但此类关联文档在治理中心/发布者中不可见。
所以问题是:WSO2 Greg 是否有可能拥有与 Soap 服务关联的 Word(或其他)文档?
谢谢!
是的,这可以通过新的 GReg 5 系列实现。请找到这个 blog post,它解释了满足您要求的基本处理程序。
要使其正常工作,您需要编写处理程序和 publisher/store 扩展。有一个sample handlers comes with the WSO2 GReg pack. The handler needs to write kind a looks like swagger handler which comes GReg out of the box. Other than that user wanted to write a rxt such as wsdl/wadl or swagger rxt. For more information please refer WSO2 Governance registry 5.1.0 documentation。
希望对您有所帮助