Re: kSOAP and document style
Stefan Haustein <[email protected]> Mon, 24 Nov 2003 10:45:31 +0100
| Newsgroups | gmane.comp.java.enhydra.ksoap |
|---|---|
| Message-ID | <[email protected]> |
Wilfried Kruse wrote: > Does kSOAP support document/literal style encoding? If so, what would I have > to do to use it in that mode? Yes, just use the SoapEnvelope instead of the SoapSerializationEnvelope (in ksoap2, see ksoap.org...) and overwrite parseBody/writeBody.... Best, Stefan