我如何在 JAX-WS 中发送结果集
我正在用java构建一个网络服务 我的客户是.net 例如我的表包含字符串“name”、字符串“surname”和整数“id”,我想发送所有这些 我的问题是,该方法应该返回哪种类型?
i am building a web service in java
and my client is .net
for example my table contains String "name",String "surname", and Integer "id" and i want to send all of them
my question is, which type should the method return?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果我正确理解你的问题,这将是一些自定义类型,例如:
If I understand your question correctly, it would be some custom type like: