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 |