I was expecting so - thanks Dennis - so my best bet to "emulate" Axis
engines (server/client
behavior) on mobile devices is not kSOAPx ;)
Dennis Sosnoski wrote:
Hi Demetris,
I haven't worked with kSOAP/kSOAP2 myself, but from what I remember it
provides very basic support for SOAP messaging. So no, I don't think
it handles code generation. :-(
- Dennis
Demetris G wrote:
Hi Dennis,
in case you know while I am still looking for good tutorials on
this - is the kSOAP/kSOAP2 engine
along the lines of Axis? I mean, beyond the general implementation of
the specification, does it offer
tools to generate stubs from WSDL files etc? I don't seem to be able
to find even these basic
documentations on their web site.
Thanks very much
Dennis Sosnoski wrote:
Hi Demetris,
kXML is the parser you'd use with JiBX for J2ME support. From what I
know of kSOAP/kSOAP2 I suspect they'd be considerably lower
performance than JiBX/WS, but if you're not anticipating a high
message volume that shouldn't really matter. They'd probably also be
more memory-intensive, though, and that might be more of an issue.
Bottom line is probably that you should give them a try and see if
they meet your needs.
And yes, JiBX is open source with a BSD-style license.
- Dennis