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 应用程序创建一个 wsdl 客户端。为此,我使用 wsclient++,但我不知道如何使用它。我有一个错误
InventoryServiceAsync 无法解析为类型
我做错了什么?
确保在项目中包含 wsclient jar。
另外,请查看这里的附加库部分。你可能会觉得这很有帮助。
*Async 类由代码生成器生成——当您使用完整版时。演示版不支持异步操作,因此不生成类。