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.
我正在开发一个 android 应用程序,它将有一个带有 Web 服务列表的屏幕。当用户选择其中一个网络服务时,我需要从用户那里获取网络服务所需的输入。
有什么方法可以即时知道 Web 服务的输入参数吗?
提前致谢 ..
您应该要求您的 Web 服务公开一个WSDL 文档并依赖它。