0

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'?

Shruti
  • 1
  • 13
  • 55
  • 95
Javamann
  • 2,882
  • 2
  • 25
  • 22

1 Answers1

0

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.

ZZ Coder
  • 74,484
  • 29
  • 137
  • 169