使用 J2ME 和 Java 版本 1.4 的 Web 服务
我们正在尝试对 MFP(多功能打印机)进行编程,以使用 Web 服务与后端进行通信。我们要发送大图像,因此使用 MTOM 很重要。由于我们正在处理一个非常受限的环境,我宁愿不使用 Axis。有谁知道另一个较小的 WS 库可以与 JDK1.4 一起使用,或者“推出我们自己的”会更好吗?
We are trying to program an MFP (Multi-function-printer) to communicate to our backend using Web Services. We are sending large images so using MTOM is important. Since we are dealing with a very constrained environment I would rather not use Axis. Does anyone know of another smaller WS library that will work with JDK1.4, or would it be better to 'Roll our own'?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
AXIS 附带 JSR 172 的 J2ME 实现,
http:// svn.apache.org/repos/asf/webservices/axis/trunk/contrib/j2me/
但我怀疑它支持 MTOM。
AXIS comes with J2ME implementation of JSR 172,
http://svn.apache.org/repos/asf/webservices/axis/trunk/contrib/j2me/
But I doubt it supports MTOM.