简体   繁体   English

使用J2ME和Java版本1.4的Web服务

[英]Web Services using J2ME and Java Version 1.4

We are trying to program an MFP (Multi-function-printer) to communicate to our backend using Web Services. 我们正在尝试对MFP(多功能打印机)进行编程,以使用Web服务与后端进行通信。 We are sending large images so using MTOM is important. 我们正在发送大图像,因此使用MTOM非常重要。 Since we are dealing with a very constrained environment I would rather not use Axis. 由于我们正在处理非常有限的环境,因此我宁愿不使用Axis。 Does anyone know of another smaller WS library that will work with JDK1.4, or would it be better to 'Roll our own'? 是否有人知道可以与JDK1.4一起使用的另一个较小的WS库,还是“滚开我们自己的”更好?

AXIS comes with J2ME implementation of JSR 172, AXIS随附JSR 172的J2ME实现,

http://svn.apache.org/repos/asf/webservices/axis/trunk/contrib/j2me/ http://svn.apache.org/repos/asf/webservices/axis/trunk/contrib/j2me/

But I doubt it supports MTOM. 但是我怀疑它是否支持MTOM。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM