Re: kSOAP and JAXM
Stefan Haustein <[email protected]> Wed, 29 Jan 2003 22:43:36 +0100
| Newsgroups | gmane.comp.java.enhydra.ksoap |
|---|---|
| Message-ID | <[email protected]> |
Kelvin Zhengfang wrote: > > 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... :) Perhaps this is just a problem with different versions of the SOAP standard? You can switch the SOAP version by setting a classmap. For kSOAP 1.x, the SOAP version constant must be handed to the classmap constructor, as far as I remember... Best, Stefan