肥皂网络服务返回一个pojo而不是xml

发布于 2024-10-06 18:35:26 字数 214 浏览 5 评论 0原文

我对 Web 服务还很陌生,最近开始使用 Spring-WS 实现 Soap Web 服务,并使用 Axis 和 Spring 实现客户端。据我了解,我们发送 xml 作为 Web 服务的请求,然后返回响应 xml。然后可以对这些请求/响应 Xml 进行编组/取消编组。

有没有办法直接从 web 服务返回 pojo 并在客户端获取它而不需要 xml marshall/unmarshalling?

I'm quite new to webservices, recently started implementing Soap Webservice using Spring-WS and client using Axis and Spring. As i understood, we send xml as request for webservice and we get back response xml. These request/response Xmls can then be marshalled/unmarshalled.

Is there a way to directly return a pojo from webservice and get it on client side with out xml marshall/unmarshalling?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

飘逸的'云 2024-10-13 18:35:26

我们最终总是使用 Apache Axis 并使用 WSDL2JAVA,它为您生成 pojo 并隐藏服务实现。对于封送,您可以使用 XMLBeans 之类的东西轻松地在 xml 和 pojo 之间进行封送。

另请参阅 Spring WS 客户端 -如何在不使用 Axis 的情况下为 WSDL 创建映射 POJO

We always end up using Apache Axis and using WSDL2JAVA which produces pojo's for you and hides the service implementation. For the marshaling you can use something like XMLBeans to easily marshal between xml and pojos.

Also see Spring WS Client - How to create mapping POJO for WSDLs without using Axis

简单气质女生网名 2024-10-13 18:35:26

简短的回答:不。

Short answer : no.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文