如何将 wsimport (xsd/wsdl) 生成的对象编组到 android 中的 xml?
如何将 wsimport (xsd/wsdl) 生成的对象编组到 android 中的 xml? 任何帮助将不胜感激。
How to marshal Objects generated with wsimport (xsd/wsdl) to xml in android?
Any help would be very appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 JAXB xjc 工具 来提供您所需的 java 类,然后更改 XML 注释以匹配 Simple XML 等效注释,然后在安卓项目。
You could use the JAXB xjc tool to give you the required java classes but then change the XML annotations to match the Simple XML equivalent ones and then use them in the Android project.