kSOAP and JAXM

"Kelvin Zhengfang" <[email protected]> Tue, 28 Jan 2003 12:46:36 -0500
Newsgroups gmane.comp.java.enhydra.ksoap
Message-ID <[email protected]>
> I don't think so because JAXM is for j2se/j2ee platform. For wireless  
> stuff, you need packages that support the wireless plattform, that is 
> to say, having small memory footprint. Check kxml and co on this issue.

> edddie


Yes, JAXM is for building SOAP messaging Web Services in J2SE/J2EE 
platform. Actually the service built by JAXM is a Servlet which is at 
the server side and the interface between the client and server is just 
a SOAP Inputstream (HttpServletRequest). That means the service is 
available for any kind of client request regardless of wired or wireless 
platform as long as the SOAP interface is consistent.

The problem is that the SOAP message generated by the kSOAP seems cannot 
be parsed by the JAXM directly even though the XML structure is same. I 
am just wondering if anyone has done some projects with kSOAP and JAXM 
successfully. Maybe the problem is too detail... :)

Kelvin