如何将 SoapUI 的功能添加到 Android 项目中
我正在开发一个项目,我需要读取 wsdl 并将其转换为肥皂请求。使用 SoapUI 我可以实现我所需要的,还有另一个 eclipse 插件 但它们都是 IDE 类型的工具,但我需要将相同的功能集成到我的 Android 项目中,有人可以帮助我吗?
谢谢 !!!
i am developing a project where i need to read a wsdl and convert it to a soap request. using SoapUI i can achieve what i need and also there is another eclipse plugin but they all are tools kind of IDEs but i need that same functionality to be integrated into my Android project can anybody help me?
Thanks !!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
SoapUI 是一个复杂且成熟的应用程序。如果您想要相同的功能,有一些 java 库可以帮助您实现这一点,但您必须编写它。
SoapUI is a complex and mature application. If you want the same functionality, there are some libraries around for java to help with that, but you'll have to write it.